summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-12/+12
* Sync with NetBSD:n_hibma2000-05-141-4/+17
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-17/+17
* Fix flushing of the clists before deleting them. Stops the machinen_hibma2000-03-021-0/+1
* Correct subroutine names in DPRINTFn_hibma2000-01-251-5/+5
* The previous fix for the USB ugen device set configuration ioctl()n_hibma2000-01-241-4/+12
* Check whether we can change config at all. If any of the endpointsn_hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.n_hibma2000-01-231-0/+6
* Remove duplicate includen_hibma2000-01-201-1/+0
* More USB ethernet tweaks:wpaul2000-01-201-1/+2
* Commit for r1.29 of ugen.c was wrong. All the ugenX* devicen_hibma1999-11-301-8/+16
* Correct the last parameter for clallocn_hibma1999-11-281-1/+1
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-31/+55
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-211-2/+14
* Change the clist reservation from 0 to buffer size.n_hibma1999-11-181-1/+1
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-163/+175
* Avoid the usurping messagen_hibma1999-11-111-1/+7
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-081-1/+4
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-138/+273
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* o fix typogehenna1999-08-291-1/+1
* o synchronisation with NetBSDgehenna1999-08-291-2/+4
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-1/+1
* Protect the file interface against disconnects.n_hibma1999-08-121-7/+12
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-2/+1
* This commit should be a extensive NO-OP:phk1999-05-301-4/+19
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-1/+1
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-6/+1
* 1) Make debugging more selective.n_hibma1999-04-111-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Added ioctl interfacen_hibma1999-01-211-2/+24
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-141-1/+1
* Cast argument to avoid warning.eivind1999-01-121-1/+1
* Take cdev major # 114 for ugenn_hibma1999-01-121-2/+4
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-10/+6
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-89/+891
* Added Id to all filesn_hibma1998-12-141-0/+2
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+183
OpenPOWER on IntegriCloud