]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Synchronisation with NetBSD 1999/11/27
authorn_hibma <n_hibma@FreeBSD.org>
Sun, 28 Nov 1999 21:01:06 +0000 (21:01 +0000)
committern_hibma <n_hibma@FreeBSD.org>
Sun, 28 Nov 1999 21:01:06 +0000 (21:01 +0000)
commit5d92bd7267d9ba2166b9b58284bb0396467d6197
tree9845d01307e9589c43a370ceeb59e655d689691c
parentad78000b3149c3f3dddc75e91200a76036cefa75
Synchronisation with NetBSD 1999/11/27

- more req[uest]->xfer changes.
- get the corresponding NetBSD Id's right

ohci.c
   - move untimeout above print statement
   - remove usb_delay that panics the system (tsleep in intr context) when
   ohcidebug > 5.

ugen.c
   - create the devices for endpoints with make_dev.

uhub.c
   - change from using usbdebug to uhubdebug
   - add more debugging statements
sys/dev/usb/ohci.c
sys/dev/usb/ugen.c
sys/dev/usb/uhci.c
sys/dev/usb/uhub.c
sys/dev/usb/ulpt.c
sys/dev/usb/usbdi.c
sys/dev/usb/usbdi.h
sys/dev/usb/usbdi_util.c