diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2011-07-20 21:08:30 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2011-07-20 21:08:30 +0000 |
| commit | a6d66ffb453d7371edd44cdad973bf82cb386f3c (patch) | |
| tree | be4085429de370057221d7a48558d1097995cea1 /sys/dev | |
| parent | 1b720967fcab7ce24f67b203c130957f783c748c (diff) | |
Start making usbdevices.config more generically useful by commenting out the
MD host controller attachments.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevices.config | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/sys/dev/usb/usbdevices.config b/sys/dev/usb/usbdevices.config index 0b018bf02af..6a75117dbaa 100644 --- a/sys/dev/usb/usbdevices.config +++ b/sys/dev/usb/usbdevices.config @@ -1,29 +1,31 @@ -### -### This files contains all USB related configuration. -### It is suitable for inclusion in a kernel config(1) file. -### +# $NetBSD: usbdevices.config,v 1.7 2011/07/20 21:08:30 jakllsch Exp $ +# +# This file contains all USB related configuration. +# It is suitable for inclusion in a kernel config(5) file. +# # USB Controller and Devices # PCI USB controllers -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) +#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) # CardBus USB controllers -ehci* at cardbus? dev ? function ? # Enhanced Host Controller -ohci* at cardbus? dev ? function ? # Open Host Controller -uhci* at cardbus? dev ? function ? # Universal Host Controller (Intel) +#ehci* at cardbus? function ? # Enhanced Host Controller +#ohci* at cardbus? function ? # Open Host Controller +#uhci* at cardbus? function ? # Universal Host Controller (Intel) # ISA USB controllers #slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS # USB bus support -usb* at ehci? -usb* at ohci? -usb* at uhci? +#usb* at ehci? +#usb* at ohci? +#usb* at uhci? #usb* at slhci? + # USB Hubs uhub* at usb? uhub* at uhub? port ? configuration ? interface ? |
