1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Set USB_DEBUG like the other platforms, I had turned it off to test the build

before committing r207077.

Spotted by:	marius
This commit is contained in:
Andrew Thompson 2010-04-25 22:01:32 +00:00
parent 593e925a73
commit f6a9d95ba3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207207

View File

@ -281,7 +281,7 @@ device firmware # firmware assist module
device bpf # Berkeley packet filter
# USB support
#options USB_DEBUG # enable debug msgs
options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)