summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Use generic infrastructure for the ucom driver instead of local stuff.phk2004-09-281-37/+5
* Fix compilation again.phk2004-09-171-3/+0
* Overhaul ucom serial driver by using generic stuff instead of homerolledphk2004-09-171-416/+143
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-3/+3
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-9/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionphk2004-06-041-23/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-10/+3
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-021-1/+0
* Add missing ioctl functions.akiyama2003-11-161-4/+19
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.joe2003-07-141-1/+1
* WARNING: white space diffjmg2003-07-041-6/+6
* Fix page fault with FTDI's USB serial device.akiyama2003-03-091-4/+23
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.scottl2003-03-021-2/+2
* Fix a typo in a console message.joe2002-11-171-1/+1
* 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
OpenPOWER on IntegriCloud