summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ucom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); testeddjm2005-01-281-2/+6
| | | | hshoexer@ henning@; ok henning@
* Restore asserting DTR by default, lost when cuaU* support was added;djm2005-01-281-1/+10
| | | | tested hshoexer@ henning@, ok henning@
* make sure only one set of xfers are set up for any number of opens of thedlg2005-01-191-115/+110
| | | | tty/cua device.
* 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
| | | | | | | | | separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me...
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
| | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
* 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
| | | | kue(4) Ethernet devices.
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-1/+7
| | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-132/+109
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;fgsch2000-07-061-4/+4
| | | | from dugsong@
* 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