summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Use generic tty code instead of local stuff.Poul-Henning Kamp2004-10-131-521/+79
* Use ttyconsolemode() to set the console tty modes.Poul-Henning Kamp2004-10-121-8/+1
* MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi2004-09-201-3/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isPoul-Henning Kamp2004-09-171-4/+6
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Allocate tty at attach time rather than open time.Poul-Henning Kamp2004-09-161-49/+43
* If you insert a pccard modem and then eject it, you get a panic. ThisWarner Losh2004-07-221-1/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-38/+5
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-209/+76
* Define the tty methods as typedefs.Poul-Henning Kamp2004-06-301-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-281-2/+2
* Guard against us having no tty pointer.Poul-Henning Kamp2004-06-271-1/+2
* Pick the hotchar out of the tty structure instead of caching privatePoul-Henning Kamp2004-06-261-6/+5
* Use generic support for modemcontrol and BREAK ioctls.Poul-Henning Kamp2004-06-251-79/+64
* Remove the TIOCDCDTIMESTAMP option.Poul-Henning Kamp2004-06-221-12/+0
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-211-0/+4
* Give control devices their own cdevsw{} so that we can eliminate themPoul-Henning Kamp2004-06-211-51/+111
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-24/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-8/+8
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-1/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterPoul-Henning Kamp2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.Poul-Henning Kamp2004-06-011-1/+0
* Remove new options and my prevention of system freeze when the sio probeDoug Ambrisko2004-05-031-76/+49
* Some enhancements and bug fix.Doug Ambrisko2004-04-301-49/+76
* Back out last bad commit (again!)Warner Losh2004-04-071-12/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-5/+12
* Last change was a bogusWarner Losh2004-04-071-12/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-1/+12
* Back out code for auto-gdb detection that accidentally leaked into theNate Lawson2004-03-181-17/+5
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-7/+18
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-2/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+3
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.Bruce Evans2003-12-241-2/+2
* Tweaked the siointr1() so that it works better at 921600 bps, especiallyBruce Evans2003-11-171-0/+5
* Don't waste so much space for the latency debugging buffer. Its sizeBruce Evans2003-11-161-10/+8
* Removed some nearly dead code in comparam(). We don't need to recoverBruce Evans2003-09-281-9/+0
* Cleaned up and fixed setting of speeds in comparam():Bruce Evans2003-09-271-31/+20
* Fix compilation on alpha.Poul-Henning Kamp2003-09-261-1/+1
* Use the correct speed in the delay for the transmission of a characterBruce Evans2003-09-261-1/+4
* Adhere to the new console API:Poul-Henning Kamp2003-09-261-15/+21
* Fixed most of the remaining style bugs in rev.1.194. Mainly betterBruce Evans2003-09-181-30/+32
* Miscellaneous minor style fixes (mainly for unsorting of the flags accessBruce Evans2003-09-171-13/+10
* Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. TheBruce Evans2003-09-171-23/+23