Module Name:    src
Committed By:   tnn
Date:           Tue Oct 20 13:27:36 UTC 2015

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
add ifnet attributes to vioif(4) so it can be config(8)ed as root device


To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 src/sys/dev/pci/files.pci

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

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.377 src/sys/dev/pci/files.pci:1.378
--- src/sys/dev/pci/files.pci:1.377	Thu Aug 27 14:04:08 2015
+++ src/sys/dev/pci/files.pci	Tue Oct 20 13:27:36 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.377 2015/08/27 14:04:08 nonaka Exp $
+#	$NetBSD: files.pci,v 1.378 2015/10/20 13:27:36 tnn Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -1136,7 +1136,7 @@ device	viomb
 attach	viomb at virtio
 file	dev/pci/viomb.c		viomb
 
-device	vioif
+device	vioif: ether, ifnet, arp
 attach	vioif at virtio
 file	dev/pci/if_vioif.c	vioif
 

Reply via email to