summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c
Commit message (Expand)AuthorAgeFilesLines
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-5/+1
* Correct module name of my previous commit.ume2002-07-151-1/+1
* When usb is kld, ucom and uplcom were failed to load because ofume2002-07-131-0/+1
* It's not "usio" anymore, it's "ucom".joe2002-07-101-3/+3
* Improve detach operation.joe2002-07-101-8/+47
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.joe2002-07-101-0/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Add a USB comm driver.joe2002-03-181-0/+1130
* Remove the stub driver. It's useless.n_hibma1999-06-011-137/+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-8/+10
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Textual changesn_hibma1999-01-221-1/+2
* 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-2/+2
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-4/+2
* USUBCLASS_MODEM -> USUBCLASS_ABSTRACT_CONTROL_MODELeivind1999-01-081-2/+2
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-75/+13
* 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/+201
OpenPOWER on IntegriCloud