summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-11/+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-41/+41
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-021-2/+2
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-11/+11
* Synchronise with NetBSD.joe2001-12-311-34/+79
* KSE Milestone 2julian2001-09-121-11/+11
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-1/+2
* Add safety belts. A control endpoint doesn't have an endpoint descriptor.n_hibma2001-08-301-33/+10
* Pull in the most recent version of usb_quirks.h and propagate the necessaryn_hibma2001-07-051-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* make sure we tear down the devnodes for the endpoints 1 and aboven_hibma2000-12-121-46/+74
* Add Isochronus transfer mode support required byroger2000-12-071-13/+180
* Non functional change.roger2000-12-071-70/+21
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* 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
OpenPOWER on IntegriCloud