summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/urio.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-131-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-26/+26
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Use canonical format for cdevsw initialization.phk2003-03-021-4/+13
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. Itimp2003-01-011-29/+1
* 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