Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add missing Hyper-V devices from GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/9e5fd67669ad
branches:  trunk
changeset: 366492:9e5fd67669ad
user:      rin <rin%NetBSD.org@localhost>
date:      Sun May 29 08:06:40 2022 +0000

description:
Add missing Hyper-V devices from GENERIC.

diffstat:

 sys/arch/amd64/conf/ALL |  16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r fd3581487a13 -r 9e5fd67669ad sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun May 29 01:45:56 2022 +0000
+++ b/sys/arch/amd64/conf/ALL   Sun May 29 08:06:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.171 2022/05/13 10:45:24 msaitoh Exp $
+# $NetBSD: ALL,v 1.172 2022/05/29 08:06:40 rin Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.171 $"
+#ident         "ALL-$Revision: 1.172 $"
 
 maxusers       64              # estimated number of users
 
@@ -1575,6 +1575,18 @@
 vioscsi* at virtio?                    # Virtio SCSI device
 vio9p* at virtio?                      # Virtio 9P device
 
+# Hyper-V devices
+vmbus*         at acpi?                # Hyper-V VMBus
+genfb*         at vmbus?               # Hyper-V Synthetic Video Framebuffer
+hvkbd*         at vmbus?               # Hyper-V Synthetic Keyboard
+wskbd*         at hvkbd? console ? mux 1
+hvn*           at vmbus?               # Hyper-V NetVSC
+hvs*           at vmbus?               # Hyper-V StorVSC
+hvheartbeat*   at vmbus?               # Hyper-V Heartbeat Service
+hvshutdown*    at vmbus?               # Hyper-V Guest Shutdown Service
+hvtimesync*    at vmbus?               # Hyper-V Time Synchronization Service
+#hvkvp*                at vmbus?               # Hyper-V Data Exchange Service
+
 # Flash subsystem
 flash* at flashbus?
 



Home | Main Index | Thread Index | Old Index