summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/urio.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dragonflybsd has added a urio driver. conservation of urios requirestedu2014-12-111-57/+0
| | | | | that we delete ours, which isn't actually useful. ok mpi sthen
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-2/+2
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
|
* urio(4) - Diamond Multimedia RIO 500 (from NetBSD)jakob2000-04-151-0/+64
This driver will eventually go away as it really should be implemented using ugen(4) instead.