summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authortnn <tnn@NetBSD.org>2015-10-20 13:27:36 +0000
committertnn <tnn@NetBSD.org>2015-10-20 13:27:36 +0000
commit3ff2d9bf90c359eceed186b3ecec70d3513757a5 (patch)
tree7928a179cfb0554a73b835bca14e127051b34042 /sys/dev
parent0e6f84df0cd57cf8a862c5d67a1bd740c574348a (diff)
add ifnet attributes to vioif(4) so it can be config(8)ed as root device
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/files.pci4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 2be65d63977..45442335664 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -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