Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add virtio driver to INSTALL_FLOPPY.
details: https://anonhg.NetBSD.org/src/rev/9d93b51c0cde
branches: trunk
changeset: 773247:9d93b51c0cde
user: hannken <hannken%NetBSD.org@localhost>
date: Sun Jan 29 18:29:11 2012 +0000
description:
Add virtio driver to INSTALL_FLOPPY.
Requested by Matthias Scheler <tron%netbsd.org@localhost> for particular cases like
http://mail-index.netbsd.org/netbsd-users/2011/09/13/msg009128.html
diffstat:
sys/arch/i386/conf/INSTALL_FLOPPY | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 32978e24a982 -r 9d93b51c0cde sys/arch/i386/conf/INSTALL_FLOPPY
--- a/sys/arch/i386/conf/INSTALL_FLOPPY Sun Jan 29 17:27:37 2012 +0000
+++ b/sys/arch/i386/conf/INSTALL_FLOPPY Sun Jan 29 18:29:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_FLOPPY,v 1.14 2011/11/22 21:25:20 tls Exp $
+# $NetBSD: INSTALL_FLOPPY,v 1.15 2012/01/29 18:29:11 hannken Exp $
#
# INSTALL - Installation kernel.
#
@@ -740,6 +740,11 @@
# Planetconnect Satellite receiver driver.
#satlink0 at isa? port 0x300 drq 1
+# Virtio devices
+virtio* at pci? dev ? function ? # Virtio PCI device
+viomb* at virtio? # Virtio memory balloon device
+ld* at virtio? # Virtio disk device
+vioif* at virtio? # Virtio network device
# Pull in optional local configuration
cinclude "arch/i386/conf/INSTALL.local"
Home |
Main Index |
Thread Index |
Old Index