Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Start making usbdevices.config more generically ...
details: https://anonhg.NetBSD.org/src/rev/4ce1df811c66
branches: trunk
changeset: 767523:4ce1df811c66
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Wed Jul 20 21:08:30 2011 +0000
description:
Start making usbdevices.config more generically useful by commenting out the
MD host controller attachments.
diffstat:
sys/dev/usb/usbdevices.config | 28 +++++++++++++++-------------
1 files changed, 15 insertions(+), 13 deletions(-)
diffs (48 lines):
diff -r e1d59a079435 -r 4ce1df811c66 sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config Wed Jul 20 20:54:24 2011 +0000
+++ b/sys/dev/usb/usbdevices.config Wed Jul 20 21:08:30 2011 +0000
@@ -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 ?
Home |
Main Index |
Thread Index |
Old Index