Date: Sun, 28 Nov 1999 13:01:07 -0800 (PST) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ugen.c uhci.c uhub.c ulpt.c usbdi.c usbdi.h usbdi_util.c Message-ID: <199911282101.NAA59913@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
n_hibma 1999/11/28 13:01:07 PST
Modified files:
sys/dev/usb ohci.c ugen.c uhci.c uhub.c ulpt.c
usbdi.c usbdi.h usbdi_util.c
Log:
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
Revision Changes Path
1.23 +33 -32 src/sys/dev/usb/ohci.c
1.29 +56 -32 src/sys/dev/usb/ugen.c
1.34 +26 -21 src/sys/dev/usb/uhci.c
1.19 +22 -14 src/sys/dev/usb/uhub.c
1.26 +5 -5 src/sys/dev/usb/ulpt.c
1.29 +37 -36 src/sys/dev/usb/usbdi.c
1.19 +8 -8 src/sys/dev/usb/usbdi.h
1.15 +5 -5 src/sys/dev/usb/usbdi_util.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911282101.NAA59913>
