Module Name:    src
Committed By:   pooka
Date:           Fri Apr  4 14:49:41 UTC 2014

Modified Files:
        src/sys/rump/dev: Makefile.rumpdevcomp

Log Message:
Add PCI components, commented out from the default build for now.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/dev/Makefile.rumpdevcomp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/Makefile.rumpdevcomp
diff -u src/sys/rump/dev/Makefile.rumpdevcomp:1.7 src/sys/rump/dev/Makefile.rumpdevcomp:1.8
--- src/sys/rump/dev/Makefile.rumpdevcomp:1.7	Tue Jan 14 17:17:52 2014
+++ src/sys/rump/dev/Makefile.rumpdevcomp	Fri Apr  4 14:49:40 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpdevcomp,v 1.7 2014/01/14 17:17:52 pgoyette Exp $
+#	$NetBSD: Makefile.rumpdevcomp,v 1.8 2014/04/04 14:49:40 pooka Exp $
 #
 
 RUMPDEVCOMP=	audio bpf cgd disk dm drvctl fss md netsmb pad pud	\
@@ -7,6 +7,10 @@ RUMPDEVCOMP=	audio bpf cgd disk dm drvct
 
 RUMPUSBDEVS=	ubt ucom ugenhc ulpt umass usb
 
+RUMPPCIDEVS=	pci pci_if_wm
+# Not really a PCI device, but ....
+RUMPPCIDEVS=	miiphy
+
 .for var in ${RUMPDEVCOMP}
 RUMPDEVLIBS+=lib${var}
 RUMPDEVLDADD+=-lrumpdev_${var}
@@ -15,3 +19,8 @@ RUMPDEVLDADD+=-lrumpdev_${var}
 .for var in ${RUMPUSBDEVS}
 RUMPDEVLIBS+=lib${var}
 .endfor
+
+# Currently no NetBSD host support.
+#.for var in ${RUMPPCIDEVS}
+#RUMPDEVLIBS+=lib${var}
+#.endfor

Reply via email to