summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error logging:bde1995-07-051-4/+10
* Fight with hanging modems continued:ache1995-06-281-1/+8
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-251-142/+236
* Remove trailing whitespace.rgrimes1995-05-301-12/+12
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Add hook for pstat -tache1995-05-071-1/+3
* Move declarations of console functions to cons.h (they should bebde1995-04-231-12/+5
* Fix initializations of kdc_state for serial consoles.bde1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesache1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooache1995-04-131-11/+15
* ttsetcompat is a '#ifdef COMPAT_43' feature.phk1995-04-121-1/+5
* Add a class field to devconf and mst drivers.wollman1995-04-121-30/+52
* Call new ttsetcompat() function for proper workingache1995-04-111-1/+9
* Move unit structure member down to optimize com->state per Bruceache1995-04-041-19/+19
* Allow serial console BREAK to DDBache1995-04-031-3/+13
* Back out changes related to locked bits until more elegantache1995-04-021-85/+7
* Fix error:ache1995-04-021-7/+83
* Move SET_BYPASS macro to function per Bruce suggestion.ache1995-04-021-20/+29
* Move setting BYPASS state to macro, use it in several times,ache1995-04-011-16/+18
* Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_lineache1995-04-011-1/+3
* Use new TS_CAN_BYPASS_L_RINT state to avoid complex testache1995-04-011-23/+23
* Check for never opened or closed device before testingache1995-04-011-3/+6
* Fix serial error recording using new TTY_BI & TTY_OEache1995-03-291-11/+7
* Remove TTY_OE & TTY_BI definitions to allow translation,ache1995-03-291-3/+1
* Move discard check up and do it only for error statusache1995-03-281-23/+21
* Don't useache1995-03-281-3/+2
* Forget to add LSR_FE to discard (see prev commit)ache1995-03-281-2/+2
* Several fixes to help "raw" tty mode work correctly withache1995-03-281-5/+32
* Raw ttyinput test was incomplete,ache1995-03-281-2/+2
* Fix break recording for ttyinputache1995-03-281-2/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+3
* Workaround IXOFF bug when output queue is full && RTS control is onache1995-02-281-2/+6
* Incorporate bde's code-review comments.pst1995-02-281-10/+1
* Don't confuse the frequency with the wavelength in DELAY() args. 960 cpsbde1995-02-261-40/+24
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-3/+38
* Revive input flow control, some ideas from iverson@leonheart.comache1995-02-241-9/+13
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-201-11/+17
* Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.bde1995-01-061-5/+5
* Fight against hanging modems: add timeout to ttywait.ache1995-01-051-4/+1
* Keep track of the devconf state.bde1994-12-271-2/+7
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-011-3/+4
* Work around microtime() enabling interrupts.bde1994-11-061-1/+10
* Only log errors every second (instead of every 5-10 msec) and check forbde1994-11-011-59/+81
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-1/+25
* A missing bit from Peter Dufaults patches, as best I could guess...phk1994-10-201-1/+22
* Clean up previous commit.bde1994-10-191-3/+3
* Prevent modem hanging forever on close with CTS off:ache1994-10-151-1/+3
* Work around FIFO bug in SMC UARTS.bde1994-10-121-49/+86
* #if 0'd evil dynamic fifo trigger level adjustment; it just bit me anddg1994-09-211-1/+3
OpenPOWER on IntegriCloud