svn commit: r209391 - user/jmallett/octeon/sys/mips/conf

Juli Mallett jmallett at FreeBSD.org
Mon Jun 21 10:43:14 UTC 2010


Author: jmallett
Date: Mon Jun 21 10:43:13 2010
New Revision: 209391
URL: http://svn.freebsd.org/changeset/base/209391

Log:
  Reenable octusb now that the hang on boot is fixed.

Modified:
  user/jmallett/octeon/sys/mips/conf/OCTEON1-32

Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32
==============================================================================
--- user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Mon Jun 21 09:55:56 2010	(r209390)
+++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32	Mon Jun 21 10:43:13 2010	(r209391)
@@ -101,7 +101,8 @@ device		uhci		# UHCI PCI->USB interface
 device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface (USB 2.0)
 device		usb		# USB Bus (required)
-#device		octusb		# Cavium Octeon USB Bus
+device		octusb		# Cavium Octeon USB Bus
+options 	USB_DEBUG
 
 # ATA and ATAPI devices
 device		ata


More information about the svn-src-user mailing list