aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/urio.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.hWarner Losh2004-12-131-1/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* WARNING: white space diffJohn-Mark Gurney2003-07-041-26/+26
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-021-4/+13
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. ItWarner Losh2003-01-011-29/+1
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* Call destroy_dev in detach routine to cleanup properly otherwise weAlfred Perlstein2002-06-011-3/+8
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),Josef Karthauser2002-05-061-1/+2
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-011-27/+6
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port toJosef Karthauser2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-7/+7
* This driver can talk to the Rio600 as well, make it happen.Alfred Perlstein2001-09-271-1/+2
* KSE Milestone 2Julian Elischer2001-09-121-7/+7
* Add the Rio 800 USB device IDsPeter Wemm2001-08-081-2/+4
* Fix warning: 128: warning: initialization makes pointer from integerPeter Wemm2001-06-151-1/+4
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-5/+5
* More static -> Static to keep OpenBSD happy.Nick Hibma2000-05-071-3/+3
* Update the urio driver. It now works on NetBSD and OpenBSD as well.Nick Hibma2000-04-081-80/+229
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-3/+3
* Please welcome the URio driver. Written byNick Hibma2000-03-161-0/+564