summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-829/+0
* Fix last commit, ttydisc_rint_bypass returns the total, not remainder.thompsa2008-12-181-1/+1
* Attempt to handoff the entire buffer with ttydisc_rint_bypass() before bangingthompsa2008-12-181-9/+12
* Make the tp pointer available for debugging.phk2008-12-141-0/+2
* Move the code that injects received characters into the tty system intophk2008-12-141-17/+22
* Don't include <sys/clist.h> inside ucom(4) and ufoma(4).ed2008-10-231-1/+0
* uark/ucom: Minor code cleanup.n_hibma2008-10-091-4/+1
* Keep track of the active buffer on output. For the moment, panic ifimp2008-09-051-0/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-203/+131
* split out tty create part of ucom_attach into ucom_attach_tty sosam2008-03-251-7/+12
* o Add module event handler.akiyama2008-02-241-2/+19
* Starting in version 1.56, ucomstop started calling ucomstart to workimp2007-06-251-0/+10
* s/logprintf/printf/gimp2007-06-201-2/+2
* Eliminate usb_thread_t.imp2007-06-121-1/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* More removing compatibility macros.imp2006-09-071-11/+11
* s/Static/static/gimp2006-09-061-31/+31
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Fix the handling of the UCS_RXSTOP flag so that it always tracksiedowse2005-04-121-5/+8
* Fix USB serial device stalled after tcflush() was called.akiyama2005-01-191-1/+5
* 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
OpenPOWER on IntegriCloud