summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-2/+7
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* Disable the mutex locking calls. These do not work in their present formpeter2001-02-273-0/+15
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Change and clean the mutex lock interface.bmilekic2001-02-093-6/+6
* Regen.n_hibma2001-02-062-2/+17
* Add a comment about the fact that adding an ID doesn't actually do anything.n_hibma2001-02-061-0/+15
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-063-3/+3
* Regen.n_hibma2001-02-052-5/+67
* Add some ids from NetBSD.n_hibma2001-02-051-2/+16
* Regen.n_hibma2001-02-052-2/+41
* * Correct a broken entryn_hibma2001-02-051-1/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-033-6/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.jhb2001-01-231-1/+1
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-213-3/+3
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-193-3/+6
* Nikon E990 and Nomad MP3 player Ids.n_hibma2001-01-181-0/+8
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-103-3/+3
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-099-0/+36
* Part 2 of the netgraph rewrite.julian2001-01-081-21/+28
* Add a quirk for drives that do not handle long inquiry data.n_hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workn_hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.n_hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-30/+41
* Bugfix: device_resume should be connected to bus_generic_resume notn_hibma2001-01-051-1/+1
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-042-1/+2
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-042-0/+9
* Regen.n_hibma2001-01-042-17/+137
* Revert rev 1.8, which broke the installkernel target.sheldonh2001-01-041-1/+0
* Add the Id of the Epson 1640 scanner.n_hibma2001-01-031-0/+1
* Add a few Ids. From NetBSD.n_hibma2001-01-031-4/+28
* Initialise rcmdlen.n_hibma2000-12-201-0/+1
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Remove a couple of leftover unused variables.msmith2000-12-132-2/+0
* remove unused variablejulian2000-12-121-1/+0
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-4/+4
* make sure we tear down the devnodes for the endpoints 1 and aboven_hibma2000-12-121-46/+74
* Remove a warning.n_hibma2000-12-081-1/+2
* Add Isochronus transfer mode support required byroger2000-12-071-13/+180
* Non functional change.roger2000-12-071-70/+21
* We now have the ability to assign the correct IRQ when PNP-OS is turnednsayer2000-12-032-20/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-25/+12
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().wpaul2000-11-231-1/+3
* Set OPEN Flag on open.n_hibma2000-11-151-3/+11
* Fix for powering off a HP DJ950C during printing. As stated by Ian:n_hibma2000-11-071-0/+5
* Regen.n_hibma2000-11-032-4/+4
OpenPOWER on IntegriCloud