aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/umodem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this compile again after the recent NetBSD mergeWarner Losh2002-04-021-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* MFNetBSD: Update many URLs.Josef Karthauser2002-04-011-1/+2
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-011-69/+22
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Sync with NetBSD:Josef Karthauser2002-01-021-3/+3
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-9/+9
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-2/+4
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.John Baldwin2001-01-231-1/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Make the Ricochet modems work through the USB interface.Nick Hibma2000-11-011-9/+9
* Bugfix: The data is not stored only in the first cblock, calculate theNick Hibma2000-10-201-1/+8
* Unbreak LINT.Nick Hibma2000-08-201-1/+1
* The modem driver for Communication Device Class, ACM compliant devices.Nick Hibma2000-07-171-25/+1114
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-1/+1
* Missed a name change.Nick Hibma1999-11-181-1/+1
* Move the include of device.h into the NetBSD specific section.Nick Hibma1999-10-081-1/+1
* Make the umodem stub compileNick Hibma1999-10-071-1/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-0/+1
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+0
* 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-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Textual changesNick Hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-131-1/+1
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-10/+10
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-79/+17
* Added Id to all filesNick Hibma1998-12-141-0/+1
* small bug fixNick Hibma1998-12-131-0/+1
* dded the stubs for umodem and ucom (communications class driver). They are no...Nick Hibma1998-12-131-0/+202