summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umodem.c
Commit message (Expand)AuthorAgeFilesLines
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Sync with NetBSD:joe2002-01-021-3/+3
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-9/+9
* KSE Milestone 2julian2001-09-121-9/+9
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-2/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.jhb2001-01-231-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Make the Ricochet modems work through the USB interface.n_hibma2000-11-011-9/+9
* Bugfix: The data is not stored only in the first cblock, calculate then_hibma2000-10-201-1/+8
* Unbreak LINT.n_hibma2000-08-201-1/+1
* The modem driver for Communication Device Class, ACM compliant devices.n_hibma2000-07-171-25/+1114
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-031-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-1/+1
* Missed a name change.n_hibma1999-11-181-1/+1
* Move the include of device.h into the NetBSD specific section.n_hibma1999-10-081-1/+1
* Make the umodem stub compilen_hibma1999-10-071-1/+1
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-0/+1
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-1/+0
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-6/+1
* 1) Make debugging more selective.n_hibma1999-04-111-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Textual changesn_hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-141-1/+1
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)n_hibma1999-01-131-1/+1
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-10/+10
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-79/+17
* Added Id to all filesn_hibma1998-12-141-0/+1
* small bug fixn_hibma1998-12-131-0/+1
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-131-0/+202
OpenPOWER on IntegriCloud