summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setjoe2002-09-151-13/+0
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-2/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-6/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+8
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-2/+3
* Slight tidy up to reduce the differences between our version and NetBSD's.joe2002-04-091-9/+9
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
* MFNetBSD:joe2002-04-071-1/+1
* MFNetBSD:joe2002-04-071-1/+3
* MFNetBSD:joe2002-04-071-7/+11
* MFNetBSD:joe2002-04-071-1/+8
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD: usb.c (1.58)joe2002-04-071-32/+60
* MFNetBSD: ohci.c (1.109), uhci.c (1.144), uhub.c (1.56), usb.c (1.57),joe2002-04-071-3/+14
* MFNetBSD: (partial merge, as part was already there).joe2002-04-021-2/+2
* MFNetBSD:joe2002-04-021-1/+2
* MFNetBSD: usb.c (1.53), usbdi.h (1.49)joe2002-04-021-9/+22
* MFNetBSD:joe2002-04-021-1/+6
* MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63)joe2002-04-021-25/+55
* MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.hjoe2002-04-011-2/+41
* Update $NetBSD$ idents to reflect reality.joe2002-04-011-1/+1
* Merge from NetBSD: Removed unnecessary variable declaration.joe2002-04-011-6/+1
* Merge from NetBSD:joe2002-04-011-3/+3
* Merge from NetBSD:joe2002-04-011-1/+4
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-7/+7
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Fix a bug introduced in rev.1.40 which can cause systems to crash whengreen2002-02-141-7/+9
* Follow NetBSD and ANSIfy the function definitions.joe2002-02-031-14/+14
* Merge from NetBSD.joe2002-01-281-16/+41
* Back out the last commit. I committed the wrong file by accident.joe2002-01-261-39/+14
* Rearrange the code in USB_DETACH, so that it's like NetBSD's.joe2002-01-261-14/+39
* Merge from NetBSD:joe2002-01-261-0/+6
* Merge from NetBSD:joe2002-01-261-1/+1
* Merge from NetBSD:joe2002-01-241-5/+18
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-021-2/+2
* Sync with NetBSD. Non-functional changes that bring this filejoe2002-01-021-55/+25
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-021-4/+4
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-11/+11
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-12/+12
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-051-2/+2
* Activate the kthread mechanism for doing usb bus discovery. This meanspeter2001-06-061-46/+46
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+5
OpenPOWER on IntegriCloud