summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
AgeCommit message (Expand)Author
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-25Avoid strict-alias warnings.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-11Get rid of trailing white space.augustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-13add RCSIDslukem
2001-08-16Clear busy flag on write error. From PR 13731, IWAMOTO Toshihiro.augustss
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-04-02Print portno when attaching.augustss
2001-01-23Fiddle enough with the tty so that it wakes up on detach and dropsaugustss
2001-01-23Ad support for an extra message in the ucom attach code.augustss
2001-01-23Null out pointers when closing pipes.augustss
2001-01-23Rearrange detach code so it is more likely to survive detaching an openaugustss
2000-11-02Adapt to the new line discipline scheme.eeh
2000-10-22make ucom into a random source, type TTYexplorer
2000-09-23Remove some // type comments.augustss
2000-09-15Change the second argument of tiocm_to_ucom to u_long,toshii
2000-09-13Cleanup the error handling code introduced in rev. 1.26. Commented by jhawk.toshii
2000-09-10Make the control line handling a little better. Avoid a DTR/RTS issuetoshii
2000-09-08In ucomopen(), make sure to call splx() before returningtoshii
2000-09-03Handle output packet headers in a cleaner way. From IWAMOTO Toshihiroaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Add a capability for pre/post processing on write/read.augustss
2000-04-08fix build of ucom. (static/non-static)itojun
2000-04-07Remove a couple of Static that shouldn't be there.augustss
2000-04-06Let the parent device of a ucom decide what size the read and writeaugustss
2000-04-05Make it compile without USB_DEBUG. From Chris Jones.augustss
2000-04-05Use reference counting on the softc so detach doesn't blow it away prematurely.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-02-08Use NULL instead of 0.augustss
2000-02-08Add methods for ucom to call back on open/close.augustss
2000-01-25Make it compile even if you leave out the ucom attachment.augustss
2000-01-25Split the umodem driver into two parts: the part that emulates a tty overaugustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-01-10Some minor updates from FreeBSD.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1999-01-07Fix some FreeBSD compiler warnings.augustss
1998-12-30Remove #include that slipped in at FreeBSD merge.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-02Add stub for a modem driver.augustss