Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/controller/ohci.h 188942 2009-02-23 18:31:00Z thompsa $ */
---
> /* $FreeBSD: head/sys/dev/usb/controller/ohci.h 190174 2009-03-20 19:04:31Z thompsa $ */
42c42
< #define OHCI_MAX_DEVICES USB_MAX_DEVICES
---
> #define OHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128)