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 commented vio9p* to match amd64 GENERIC



details:   https://anonhg.NetBSD.org/src/rev/44650b8e5ebb
branches:  trunk
changeset: 372727:44650b8e5ebb
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Dec 22 19:07:16 2022 +0000

description:
Add commented vio9p* to match amd64 GENERIC

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b50c539ef39a -r 44650b8e5ebb sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Dec 22 13:54:57 2022 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Dec 22 19:07:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1243 2022/12/11 04:20:52 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.1244 2022/12/22 19:07:16 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1243 $"
+#ident         "GENERIC-$Revision: 1.1244 $"
 
 maxusers       64              # estimated number of users
 
@@ -1406,6 +1406,7 @@
 vioif* at virtio?                      # Virtio network device
 viornd* at virtio?                     # Virtio entropy device
 vioscsi* at virtio?                    # Virtio SCSI device
+#vio9p*        at virtio?                      # Virtio 9P device
 
 # Hyper-V devices
 vmbus*         at acpi?                # Hyper-V VMBus



Home | Main Index | Thread Index | Old Index