Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2009 16:17:11 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r199637 - projects/ppc64/sys/powerpc64/conf
Message-ID:  <200911211617.nALGHBlw084602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Nov 21 16:17:11 2009
New Revision: 199637
URL: http://svn.freebsd.org/changeset/base/199637

Log:
  Add USB back in: ohci and ehci work again.

Modified:
  projects/ppc64/sys/powerpc64/conf/GENERIC

Modified: projects/ppc64/sys/powerpc64/conf/GENERIC
==============================================================================
--- projects/ppc64/sys/powerpc64/conf/GENERIC	Sat Nov 21 16:16:30 2009	(r199636)
+++ projects/ppc64/sys/powerpc64/conf/GENERIC	Sat Nov 21 16:17:11 2009	(r199637)
@@ -78,7 +78,7 @@ options 	WITNESS			#Enable checks to det
 options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
 
 # To make an SMP kernel, the next line is needed
-options 	SMP			# Symmetric MultiProcessor Kernel
+#options 	SMP			# Symmetric MultiProcessor Kernel
 
 # CPU frequency control
 #device		cpufreq
@@ -136,8 +136,8 @@ device		bpf		#Berkeley packet filter
 
 # USB support
 device		uhci		# UHCI PCI->USB interface
-#device		ohci		# OHCI PCI->USB interface
-#device		ehci		# EHCI PCI->USB interface
+device		ohci		# OHCI PCI->USB interface
+device		ehci		# EHCI PCI->USB interface
 device		usb		# USB Bus (required)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard
@@ -172,5 +172,5 @@ device		kiic		# Keywest I2C
 
 options 	KTR
 options 	KTR_COMPILE=0xffffffff
-#options 	KTR_MASK=KTR_SIG
+#options 	KTR_MASK=(KTR_SYSC)
 options 	KTR_VERBOSE



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