summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atbde1995-12-301-1/+3
* Added support for the Hayes ESP serial card.bde1995-12-291-1/+120
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasbde1995-12-221-70/+54
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-102-65/+47
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-36/+70
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+1
* 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
OpenPOWER on IntegriCloud