diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-04-22 21:31:34 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-04-22 21:31:34 +0000 |
commit | bd3f3db8dd41b77e5624bea80abc9248a8f134a6 (patch) | |
tree | 9000e5bc0e27a7baa3f0c95de314e4c394588cf1 /sys/arm/conf/DB-88F5XXX | |
parent | 6fc09494d18ddab1972ded17fb6e798228bacffb (diff) | |
download | FreeBSD-src-bd3f3db8dd41b77e5624bea80abc9248a8f134a6.zip FreeBSD-src-bd3f3db8dd41b77e5624bea80abc9248a8f134a6.tar.gz |
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
Diffstat (limited to 'sys/arm/conf/DB-88F5XXX')
-rw-r--r-- | sys/arm/conf/DB-88F5XXX | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/DB-88F5XXX b/sys/arm/conf/DB-88F5XXX index 41f32b1..edb5fe8 100644 --- a/sys/arm/conf/DB-88F5XXX +++ b/sys/arm/conf/DB-88F5XXX @@ -74,6 +74,7 @@ device iicbus device ds133x # USB +options USB_DEBUG # enable debug msgs device usb device ehci device umass |