Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/sys/dev/usb2/controller/ohci2_pci.c 186722 2009-01-03 14:33:48Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/usb2/controller/ohci2_pci.c 187170 2009-01-13 19:02:40Z thompsa $");
203,204c203
< /* get all DMA memory */
<
---
> /* initialise some bus fields */
205a205,208
> sc->sc_bus.devices = sc->sc_devices;
> sc->sc_bus.devices_max = OHCI_MAX_DEVICES;
>
> /* get all DMA memory */
208c211
< return ENOMEM;
---
> return (ENOMEM);