Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci add ifnet attributes to vioif(4) so it can be co...
details: https://anonhg.NetBSD.org/src/rev/b87bf146faa6
branches: trunk
changeset: 341139:b87bf146faa6
user: tnn <tnn%NetBSD.org@localhost>
date: Tue Oct 20 13:27:36 2015 +0000
description:
add ifnet attributes to vioif(4) so it can be config(8)ed as root device
diffstat:
sys/dev/pci/files.pci | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7d1c57b933ff -r b87bf146faa6 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Tue Oct 20 07:46:59 2015 +0000
+++ b/sys/dev/pci/files.pci Tue Oct 20 13:27:36 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index