summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testeddjm2005-01-281-2/+6
* Restore asserting DTR by default, lost when cuaU* support was added;djm2005-01-281-1/+10
* make sure only one set of xfers are set up for any number of opens of thedlg2005-01-191-115/+110
* add support for calling units (cuaU*)dlg2005-01-101-121/+77
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-2/+2
* Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need formiod2003-10-031-1/+5
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* better match netbsdnate2003-05-191-3/+3
* sync with NetBSDnate2002-11-111-4/+20
* update $NetBSD$ tagsnate2002-07-251-2/+2
* get rid of trailing whitespacenate2002-07-251-20/+20
* Please be more portable in usb landnate2002-07-111-1/+5
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-3/+1
* Try to be more portablenate2002-07-101-24/+25
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-25/+24
* Sync ulpt driver with NetBSDnate2002-05-071-24/+25
* Synchronize usb code with NetBSD.nate2001-10-311-5/+53
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-27/+63
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-1/+7
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-132/+109
* Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;fgsch2000-07-061-4/+4
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
* Sync with NetBSD.aaron2000-04-141-45/+113
* Add RCSids.aaron2000-04-081-0/+1
* Add USB modem driver stubs; from NetBSD. Not yet tested.aaron2000-04-051-0/+1045