Module Name:    src
Committed By:   rin
Date:           Fri Aug  9 08:01:06 UTC 2019

Modified Files:
        src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
        src/sys/arch/i386/conf: GENERIC XEN3PAE_DOM0

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

XXX
pullup to netbsd-9


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.533 -r1.534 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.167 -r1.168 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.1209 -r1.1210 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/conf/XEN3PAE_DOM0

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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.120 src/sys/arch/amd64/conf/ALL:1.121
--- src/sys/arch/amd64/conf/ALL:1.120	Wed Jul 24 23:13:46 2019
+++ src/sys/arch/amd64/conf/ALL	Fri Aug  9 08:01:06 2019
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ urlphy* at mii? phy ?			# Realtek RTL815
 
 # 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)

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.533 src/sys/arch/amd64/conf/GENERIC:1.534
--- src/sys/arch/amd64/conf/GENERIC:1.533	Wed Aug  7 06:28:03 2019
+++ src/sys/arch/amd64/conf/GENERIC	Fri Aug  9 08:01:06 2019
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 @@ urlphy* at mii? phy ?			# Realtek RTL815
 
 # 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)

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.167 src/sys/arch/amd64/conf/XEN3_DOM0:1.168
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.167	Mon May  6 02:24:37 2019
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Fri Aug  9 08:01:06 2019
@@ -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 	INCLUDE_CONFIG_FILE	# embed con
 #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 @@ wsmouse*	at pms? mux 0
 
 # 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)

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1209 src/sys/arch/i386/conf/GENERIC:1.1210
--- src/sys/arch/i386/conf/GENERIC:1.1209	Thu Aug  8 04:25:21 2019
+++ src/sys/arch/i386/conf/GENERIC	Fri Aug  9 08:01:06 2019
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 @@ urlphy* at mii? phy ?			# Realtek RTL815
 
 # 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

Index: src/sys/arch/i386/conf/XEN3PAE_DOM0
diff -u src/sys/arch/i386/conf/XEN3PAE_DOM0:1.13 src/sys/arch/i386/conf/XEN3PAE_DOM0:1.14
--- src/sys/arch/i386/conf/XEN3PAE_DOM0:1.13	Mon Feb 11 14:59:32 2019
+++ src/sys/arch/i386/conf/XEN3PAE_DOM0	Fri Aug  9 08:01:06 2019
@@ -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 @@ wsmouse*	at pms? mux 0
 
 # 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)

Reply via email to