Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add vhci to x86/ALL.



details:   https://anonhg.NetBSD.org/src/rev/4dead08c3693
branches:  trunk
changeset: 847247:4dead08c3693
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 15 17:17:16 2019 +0000

description:
Add vhci to x86/ALL.

diffstat:

 sys/arch/amd64/conf/ALL |  8 ++++++--
 sys/arch/i386/conf/ALL  |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 3f43d9782400 -r 4dead08c3693 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun Dec 15 17:10:00 2019 +0000
+++ b/sys/arch/amd64/conf/ALL   Sun Dec 15 17:17:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.131 2019/12/10 12:08:52 yamaguchi Exp $
+# $NetBSD: ALL,v 1.132 2019/12/15 17:17:16 riastradh 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.131 $"
+#ident         "ALL-$Revision: 1.132 $"
 
 maxusers       64              # estimated number of users
 
@@ -1128,6 +1128,9 @@
 
 # USB Controller and Devices
 
+# Virtual USB controller
+pseudo-device  vhci
+
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
@@ -1152,6 +1155,7 @@
 usb*   at ohci?
 usb*   at slhci?
 usb*   at uhci?
+usb*   at vhci?
 usb*   at xhci?
 
 # USB Hubs
diff -r 3f43d9782400 -r 4dead08c3693 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Dec 15 17:10:00 2019 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Dec 15 17:17:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.475 2019/12/10 12:08:52 yamaguchi Exp $
+# $NetBSD: ALL,v 1.476 2019/12/15 17:17:16 riastradh 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.475 $"
+#ident         "ALL-$Revision: 1.476 $"
 
 maxusers       64              # estimated number of users
 
@@ -1231,6 +1231,9 @@
 
 # USB Controller and Devices
 
+# Virtual USB controller
+pseudo-device  vhci
+
 # PCI USB controllers
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 gcscehci* at pci? dev ? function ?     # Enhanced Host Controller (Geode CSC)
@@ -1255,6 +1258,7 @@
 usb*   at ohci?
 usb*   at slhci?
 usb*   at uhci?
+usb*   at vhci?
 usb*   at xhci?
 
 # USB Hubs



Home | Main Index | Thread Index | Old Index