aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucomvar.h
Commit message (Expand)AuthorAgeFilesLines
* Keep track of the active buffer on output. For the moment, panic ifWarner Losh2008-09-051-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-3/+5
* split out tty create part of ucom_attach into ucom_attach_tty soSam Leffler2008-03-251-0/+1
* Eliminate usb_thread_t.Warner Losh2007-06-121-1/+1
* More removing compatibility macros.Warner Losh2006-09-071-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use generic infrastructure for the ucom driver instead of local stuff.Poul-Henning Kamp2004-09-281-2/+0
* Overhaul ucom serial driver by using generic stuff instead of homerolledPoul-Henning Kamp2004-09-171-16/+0
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-6/+0
* Add a USB comm driver.Josef Karthauser2002-03-181-0/+189