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