summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-101-4/+4
* Add usbd_clear_endpoint_toggle(pipe) function.n_hibma2000-01-251-0/+8
* More USB ethernet tweaks:wpaul2000-01-201-41/+56
* Fix a couple of bugs:wpaul2000-01-191-4/+7
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-281-1/+14
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-35/+36
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-294/+367
* Remove superfluous header file includes.n_hibma1999-11-081-3/+1
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-662/+336
* Only NetBSD uses sys/device.hn_hibma1999-08-291-1/+0
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-7/+11
* Every reqh in an aborted pipe is given status CANCELED and the callback isn_hibma1999-07-271-15/+7
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-251-2/+5
* Replace usbd_device_set_desc by device_set_desc_copyn_hibma1999-06-271-8/+0
* USB stopped working as of the recent cdevsw cleanup. This fixes that.n_hibma1999-06-011-6/+1
* usbd_get_request_status now only returns the value if the associatedn_hibma1999-06-011-4/+8
* Simplify cdevsw registration.phk1999-05-311-5/+1
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for conveniencen_hibma1999-04-201-0/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-24/+1
* 1) Make debugging more selective.n_hibma1999-04-111-2/+47
* bugfix: initialise timeout for usbd_device_request as well.n_hibma1999-04-051-3/+4
* Cosmetical changes.n_hibma1999-03-221-1/+1
* Device unload code is broken, disabled. Requires a bit of redesign on then_hibma1999-02-211-5/+16
* Bug fix: devcount was running from [count..0], should be [count-1..0]n_hibma1999-02-201-1/+1
* Textual changesn_hibma1999-01-221-7/+5
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-56/+15
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-64/+286
* Big oops, wrong major number in sourcen_hibma1999-01-051-2/+2
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-031-2/+2
* Added Id to all filesn_hibma1998-12-141-0/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-131-2/+2
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+1112
OpenPOWER on IntegriCloud