From bd3f3db8dd41b77e5624bea80abc9248a8f134a6 Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 22 Apr 2010 21:31:34 +0000 Subject: Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless. MFC after: 1 week --- sys/powerpc/conf/GENERIC | 1 + sys/powerpc/conf/MPC85XX | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/powerpc') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 5c76272..86f56cc 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -144,6 +144,7 @@ device firmware # firmware assist module device bpf #Berkeley packet filter # USB support +options USB_DEBUG # enable debug msgs device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 51d4e8d..a2a8de4 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -79,6 +79,7 @@ device sec device tsec device tun device uart +options USB_DEBUG # enable debug msgs #device uhci device umass device usb -- cgit v1.1