summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/urio.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
* Call destroy_dev in detach routine to cleanup properly otherwise wealfred2002-06-011-3/+8
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-1/+2
* Use ANSI prototypes and declarations.joe2002-04-011-27/+6
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-7/+7
* This driver can talk to the Rio600 as well, make it happen.alfred2001-09-271-1/+2
* KSE Milestone 2julian2001-09-121-7/+7
* Add the Rio 800 USB device IDspeter2001-08-081-2/+4
* Fix warning: 128: warning: initialization makes pointer from integerpeter2001-06-151-1/+4
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* 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-5/+5
* More static -> Static to keep OpenBSD happy.n_hibma2000-05-071-3/+3
* Update the urio driver. It now works on NetBSD and OpenBSD as well.n_hibma2000-04-081-80/+229
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-3/+3
* Please welcome the URio driver. Written byn_hibma2000-03-161-0/+564
OpenPOWER on IntegriCloud