Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 23:27:59 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r252649 - in projects/hyperv/sys/modules/hyperv: . stordisengage
Message-ID:  <201307032327.r63NRx1o060421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grehan
Date: Wed Jul  3 23:27:59 2013
New Revision: 252649
URL: http://svnweb.freebsd.org/changeset/base/252649

Log:
  Connect the stordisengage driver to the build.

Added:
  projects/hyperv/sys/modules/hyperv/stordisengage/
  projects/hyperv/sys/modules/hyperv/stordisengage/Makefile
Modified:
  projects/hyperv/sys/modules/hyperv/Makefile

Modified: projects/hyperv/sys/modules/hyperv/Makefile
==============================================================================
--- projects/hyperv/sys/modules/hyperv/Makefile	Wed Jul  3 23:27:04 2013	(r252648)
+++ projects/hyperv/sys/modules/hyperv/Makefile	Wed Jul  3 23:27:59 2013	(r252649)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR = vmbus netvsc storvsc utilities
+SUBDIR = vmbus netvsc stordisengage storvsc utilities
 
 .include <bsd.subdir.mk>

Added: projects/hyperv/sys/modules/hyperv/stordisengage/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/hyperv/sys/modules/hyperv/stordisengage/Makefile	Wed Jul  3 23:27:59 2013	(r252649)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH:  ${.CURDIR}/../../../contrib/dev/hyperv/stordisengage
+
+KMOD=	 hv_ata_pci_disengage
+
+SRCS =	hv_ata_pci_disengage.c
+
+.include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307032327.r63NRx1o060421>