Module Name: src
Committed By: riastradh
Date: Thu Mar 27 12:23:00 UTC 2025
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
x86: Enable vio9p(4) out of the box.
PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs
To generate a diff of this commit:
cvs rdiff -u -r1.615 -r1.616 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1259 -r1.1260 src/sys/arch/i386/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.615 src/sys/arch/amd64/conf/GENERIC:1.616
--- src/sys/arch/amd64/conf/GENERIC:1.615 Thu Mar 27 12:22:43 2025
+++ src/sys/arch/amd64/conf/GENERIC Thu Mar 27 12:22:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.615 2025/03/27 12:22:43 riastradh Exp $
+# $NetBSD: GENERIC,v 1.616 2025/03/27 12:22:59 riastradh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.615 $"
+#ident "GENERIC-$Revision: 1.616 $"
maxusers 64 # estimated number of users
@@ -1129,7 +1129,6 @@ weasel* at pci?
virtio* at pci? dev ? function ? # Virtio PCI device
include "dev/virtio/virtio.config"
-no vio9p* at virtio? # XXX ?
# Hyper-V devices
vmbus* at acpi? # Hyper-V VMBus
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1259 src/sys/arch/i386/conf/GENERIC:1.1260
--- src/sys/arch/i386/conf/GENERIC:1.1259 Thu Mar 27 12:22:44 2025
+++ src/sys/arch/i386/conf/GENERIC Thu Mar 27 12:22:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1259 2025/03/27 12:22:44 riastradh Exp $
+# $NetBSD: GENERIC,v 1.1260 2025/03/27 12:22:59 riastradh Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1259 $"
+#ident "GENERIC-$Revision: 1.1260 $"
maxusers 64 # estimated number of users
@@ -1410,7 +1410,6 @@ weasel* at pci?
virtio* at pci? dev ? function ? # Virtio PCI device
include "dev/virtio/virtio.config"
-no vio9p* at virtio? # XXX ?
# Hyper-V devices
vmbus* at acpi? # Hyper-V VMBus