summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Finally make the module dependencies work. kern_linker.c now allowsn_hibma2000-08-041-6/+9
* Make the module dependencies actually work.n_hibma2000-06-151-2/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* Use the new and shiny module versioning. This enables you to load then_hibma2000-05-081-0/+2
* Increase the debugging level on a printf.n_hibma2000-05-071-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-10/+10
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-201-1/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-031-2/+0
* Woops, it seems to fail initialisation. Disabled while I am figuring outn_hibma1999-11-281-0/+2
* Add USB revision strings and numbers.n_hibma1999-11-281-10/+32
* Enclosed the arguments of binary and in brackets.n_hibma1999-11-211-5/+7
* Make the event creation workn_hibma1999-11-191-16/+26
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-118/+331
* Remove superfluous header file includes.n_hibma1999-11-081-1/+1
* Remove a debugging printf.n_hibma1999-10-071-2/+0
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-75/+138
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-251-9/+10
* USB stopped working as of the recent cdevsw cleanup. This fixes that.n_hibma1999-06-011-1/+1
* This commit should be a extensive NO-OP:phk1999-05-301-4/+19
* Enclose .hcidebug in '#ifdef N.HCI'n_hibma1999-04-201-6/+20
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+2
* 1) Make debugging more selective.n_hibma1999-04-111-4/+3
* Textual changesn_hibma1999-01-221-7/+2
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)n_hibma1999-01-131-4/+4
OpenPOWER on IntegriCloud