Comment out the xhci entries.

The driver really doesn't work well enough to be generally useful.
This commit is contained in:
dsl 2014-06-16 19:08:17 +00:00
parent b211437b51
commit 3396d1716a
4 changed files with 18 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.390 2014/06/12 20:22:04 alnsn Exp $
# $NetBSD: GENERIC,v 1.391 2014/06/16 19:08:17 dsl 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.390 $"
#ident "GENERIC-$Revision: 1.391 $"
maxusers 64 # estimated number of users
@ -818,7 +818,8 @@ urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Controller and Devices
# PCI USB controllers
xhci* at pci? dev ? function ? # eXtensible Host Controller
# 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)
@ -835,7 +836,7 @@ uhci* at cardbus? function ? # Universal Host Controller (Intel)
slhci* at pcmcia? function ? # ScanLogic SL811HS
# USB bus support
usb* at xhci?
# usb* at xhci?
usb* at ehci?
usb* at ohci?
usb* at uhci?

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.101 2014/03/24 14:15:37 szptvlfn Exp $
# $NetBSD: XEN3_DOM0,v 1.102 2014/06/16 19:08:17 dsl Exp $
include "arch/amd64/conf/std.xen"
@ -544,13 +544,14 @@ wsmouse* at pms? mux 0
# USB Controller and Devices
# PCI USB controllers
xhci* at pci? dev ? function ? # eXtensible Host Controller
# 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)
# USB bus support
usb* at xhci?
# usb* at xhci?
usb* at ehci?
usb* at ohci?
usb* at uhci?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1105 2014/06/10 01:42:39 hikaru Exp $
# $NetBSD: GENERIC,v 1.1106 2014/06/16 19:08:17 dsl 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.1105 $"
#ident "GENERIC-$Revision: 1.1106 $"
maxusers 64 # estimated number of users
@ -1123,7 +1123,8 @@ urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
# USB Controller and Devices
# PCI USB controllers
xhci* at pci? dev ? function ? # eXtensible Host Controller
# 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
@ -1141,7 +1142,7 @@ uhci* at cardbus? function ? # Universal Host Controller (Intel)
slhci* at pcmcia? function ? # ScanLogic SL811HS
# USB bus support
usb* at xhci?
# usb* at xhci?
usb* at ehci?
usb* at gcscehci?
usb* at ohci?

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.83 2014/03/24 14:15:38 szptvlfn Exp $
# $NetBSD: XEN3_DOM0,v 1.84 2014/06/16 19:08:17 dsl Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@ -521,13 +521,14 @@ wsmouse* at pms? mux 0
# USB Controller and Devices
# PCI USB controllers
xhci* at pci? dev ? function ? # eXtensible Host Controller
# 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)
# USB bus support
usb* at xhci?
# usb* at xhci?
usb* at ehci?
usb* at ohci?
usb* at uhci?