aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ugen.c
Commit message (Expand)AuthorAgeFilesLines
* o fix typoMasahide MAEKAWA1999-08-291-1/+1
* o synchronisation with NetBSDMasahide MAEKAWA1999-08-291-2/+4
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+1
* Protect the file interface against disconnects.Nick Hibma1999-08-121-7/+12
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-2/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+19
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-1/+1
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-6/+1
* 1) Make debugging more selective.Nick Hibma1999-04-111-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Added ioctl interfaceNick Hibma1999-01-211-2/+24
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Cast argument to avoid warning.Eivind Eklund1999-01-121-1/+1
* Take cdev major # 114 for ugenNick Hibma1999-01-121-2/+4
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-10/+6
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-89/+891
* Added Id to all filesNick Hibma1998-12-141-0/+2
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+183