Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev Build virtio components as part of RUMPPCIDEVS



details:   https://anonhg.NetBSD.org/src/rev/e9e729150308
branches:  trunk
changeset: 801876:e9e729150308
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 22 09:58:55 2014 +0000

description:
Build virtio components as part of RUMPPCIDEVS

diffstat:

 sys/rump/dev/Makefile.rumpdevcomp |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b82b3f128879 -r e9e729150308 sys/rump/dev/Makefile.rumpdevcomp
--- a/sys/rump/dev/Makefile.rumpdevcomp Fri Aug 22 09:57:05 2014 +0000
+++ b/sys/rump/dev/Makefile.rumpdevcomp Fri Aug 22 09:58:55 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpdevcomp,v 1.13 2014/08/13 15:01:32 pooka Exp $
+#      $NetBSD: Makefile.rumpdevcomp,v 1.14 2014/08/22 09:58:55 pooka Exp $
 #
 
 RUMPDEVCOMP=   audio bpf cgd disk dm drvctl fss md netsmb pad pud      \
@@ -8,6 +8,7 @@
 RUMPUSBDEVS=   ubt ucom ugenhc ulpt umass usb
 
 RUMPPCIDEVS=   pci pci_if_iwn pci_if_pcn pci_if_wm
+RUMPPCIDEVS+=  pci_virtio virtio_if_vioif virtio_ld
 # Not really a PCI device, but ....
 RUMPPCIDEVS+=  miiphy
 



Home | Main Index | Thread Index | Old Index