| Commit message (Expand) | Author | Age | Files | Lines |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | We don't need vnode.h, but do need uio.h in these files. vnode.h | Warner Losh | 2004-12-13 | 1 | -1/+1 |
| * | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -1/+0 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -7/+7 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | Fix the cdevsw compatibility for -stable. | Josef Karthauser | 2003-08-25 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -26/+26 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | Use canonical format for cdevsw initialization. | Poul-Henning Kamp | 2003-03-02 | 1 | -4/+13 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. It | Warner Losh | 2003-01-01 | 1 | -29/+1 |
| * | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
| * | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -2/+2 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
| * | Call destroy_dev in detach routine to cleanup properly otherwise we | Alfred Perlstein | 2002-06-01 | 1 | -3/+8 |
| * | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | Josef Karthauser | 2002-05-06 | 1 | -1/+2 |
| * | Use ANSI prototypes and declarations. | Josef Karthauser | 2002-04-01 | 1 | -27/+6 |
| * | Be more specific about when block major numbers disappeared from | Josef Karthauser | 2002-03-11 | 1 | -1/+1 |
| * | Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to | Josef Karthauser | 2002-01-02 | 1 | -1/+1 |
| * | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | Josef Karthauser | 2002-01-02 | 1 | -7/+7 |
| * | This driver can talk to the Rio600 as well, make it happen. | Alfred Perlstein | 2001-09-27 | 1 | -1/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -7/+7 |
| * | Add the Rio 800 USB device IDs | Peter Wemm | 2001-08-08 | 1 | -2/+4 |
| * | Fix warning: 128: warning: initialization makes pointer from integer | Peter Wemm | 2001-06-15 | 1 | -1/+4 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -0/+4 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | Nick Hibma | 2000-07-17 | 1 | -5/+5 |
| * | More static -> Static to keep OpenBSD happy. | Nick Hibma | 2000-05-07 | 1 | -3/+3 |
| * | Update the urio driver. It now works on NetBSD and OpenBSD as well. | Nick Hibma | 2000-04-08 | 1 | -80/+229 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 1 | -3/+3 |
| * | Please welcome the URio driver. Written by | Nick Hibma | 2000-03-16 | 1 | -0/+564 |