Source-Changes-HG archive

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

[src/trunk]: src/sys/arch xhci(4) is considered stable enough. So, remove mis...



details:   https://anonhg.NetBSD.org/src/rev/7687fcee6a21
branches:  trunk
changeset: 458759:7687fcee6a21
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Aug 09 08:01:06 2019 +0000

description:
xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9

diffstat:

 sys/arch/amd64/conf/ALL         |  5 ++---
 sys/arch/amd64/conf/GENERIC     |  5 ++---
 sys/arch/amd64/conf/XEN3_DOM0   |  5 ++---
 sys/arch/i386/conf/GENERIC      |  5 ++---
 sys/arch/i386/conf/XEN3PAE_DOM0 |  3 +--
 5 files changed, 9 insertions(+), 14 deletions(-)

diffs (121 lines):

diff -r 38643460639d -r 7687fcee6a21 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Aug 09 07:54:05 2019 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Aug 09 08:01:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.120 2019/07/24 23:13:46 tnn Exp $
+# $NetBSD: ALL,v 1.121 2019/08/09 08:01:06 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.120 $"
+#ident         "ALL-$Revision: 1.121 $"
 
 maxusers       64              # estimated number of users
 
@@ -1124,7 +1124,6 @@
 
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
-                                       # xhci is at best experimental
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 ohci*  at pci? dev ? function ?        # Open Host Controller
 uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)
diff -r 38643460639d -r 7687fcee6a21 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Aug 09 07:54:05 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Aug 09 08:01:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.533 2019/08/07 06:28:03 maxv Exp $
+# $NetBSD: GENERIC,v 1.534 2019/08/09 08:01:06 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.533 $"
+#ident         "GENERIC-$Revision: 1.534 $"
 
 maxusers       64              # estimated number of users
 
@@ -892,7 +892,6 @@
 
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
-                                       # xhci is at best experimental
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 ohci*  at pci? dev ? function ?        # Open Host Controller
 uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)
diff -r 38643460639d -r 7687fcee6a21 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Fri Aug 09 07:54:05 2019 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Fri Aug 09 08:01:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.167 2019/05/06 02:24:37 sevan Exp $
+# $NetBSD: XEN3_DOM0,v 1.168 2019/08/09 08:01:06 rin Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -11,7 +11,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.167 $"
+#ident         "XEN3_DOM0-$Revision: 1.168 $"
 
 maxusers       32              # estimated number of users
 
@@ -570,7 +570,6 @@
 
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
-                                       # xhci is at best experimental
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 ohci*  at pci? dev ? function ?        # Open Host Controller
 uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)
diff -r 38643460639d -r 7687fcee6a21 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Aug 09 07:54:05 2019 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Aug 09 08:01:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1209 2019/08/08 04:25:21 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.1210 2019/08/09 08:01:06 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1209 $"
+#ident         "GENERIC-$Revision: 1.1210 $"
 
 maxusers       64              # estimated number of users
 
@@ -1140,7 +1140,6 @@
 
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
-                                       # xhci is at best experimental
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 gcscehci* at pci? dev ? function ?     # Enhanced Host Controller (Geode CSC)
 ohci*  at pci? dev ? function ?        # Open Host Controller
diff -r 38643460639d -r 7687fcee6a21 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0   Fri Aug 09 07:54:05 2019 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0   Fri Aug 09 08:01:06 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3PAE_DOM0,v 1.13 2019/02/11 14:59:32 cherry Exp $
+#      $NetBSD: XEN3PAE_DOM0,v 1.14 2019/08/09 08:01:06 rin Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -547,7 +547,6 @@
 
 # PCI USB controllers
 xhci*  at pci? dev ? function ?        # eXtensible Host Controller
-                                       # xhci is at best experimental
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 ohci*  at pci? dev ? function ?        # Open Host Controller
 uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)



Home | Main Index | Thread Index | Old Index