Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 18:07:31 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29659 for review
Message-ID:  <200304250107.h3P17Vtf029121@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29659

Change 29659 by peter@peter_daintree on 2003/04/24 18:06:43

	keep usb out of it, its breaking something with shared interrupts

Affected files ...

.. //depot/projects/hammer/sys/x86_64/conf/GENERIC#9 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/conf/GENERIC#9 (text+ko) ====

@@ -51,12 +51,12 @@
 device	atapicd			# ATAPI CDROM drives
 
 # USB support
-device          uhci            # UHCI PCI->USB interface
-device          ohci            # OHCI PCI->USB interface
-device          usb             # USB Bus (required)
-device          ugen            # Generic
-device          uhid            # "Human Interface Devices"
-device          ukbd            # Keyboard
+#device          uhci            # UHCI PCI->USB interface
+#device          ohci            # OHCI PCI->USB interface
+#device          usb             # USB Bus (required)
+#device          ugen            # Generic
+#device          uhid            # "Human Interface Devices"
+#device          ukbd            # Keyboard
 
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304250107.h3P17Vtf029121>