Module Name:    src
Committed By:   jakllsch
Date:           Wed Jul 20 21:08:30 UTC 2011

Modified Files:
        src/sys/dev/usb: usbdevices.config

Log Message:
Start making usbdevices.config more generically useful by commenting out the
MD host controller attachments.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/usbdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevices.config
diff -u src/sys/dev/usb/usbdevices.config:1.6 src/sys/dev/usb/usbdevices.config:1.7
--- src/sys/dev/usb/usbdevices.config:1.6	Sat Sep 22 07:40:19 2007
+++ src/sys/dev/usb/usbdevices.config	Wed Jul 20 21:08:30 2011
@@ -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 ?

Reply via email to