summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Removed builtin list of port addresses. The address for sio3bde1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+23
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Restored static variable `nsio_tty' which is used only by pstat(8). Madebde1995-11-211-1/+3
* Fix compiler warnings.phk1995-11-201-21/+20
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-3/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-11/+1
* sio.c:bde1995-10-221-32/+15
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-2/+10
* siostop() is a void function, so don't return a value.dg1995-09-241-3/+3
* The stuff needed to remove a pccard with a sio port on it...phk1995-09-191-10/+68
* Andrew McRae's pcmcia/pccard code, the kernel part.phk1995-08-241-1/+119
* Disable fifos in sioclose(). Closes PR 576.bde1995-08-131-1/+9
* Sleep on a better address to wait for output to drain out of thebde1995-07-311-2/+3
* Improve input flow control.bde1995-07-311-26/+6
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-291-7/+5
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-291-7/+4
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-10/+4
* Move the inline code for waking up writers to a new functionbde1995-07-221-15/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-11/+1
* 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
OpenPOWER on IntegriCloud