aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed ownerships of callout devices.Bruce Evans1996-03-271-9/+13
* Added some delays to the probe. This might fix some incompatible UARTsBruce Evans1996-02-251-1/+4
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-251-22/+18
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+3
* Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support atBruce Evans1995-12-301-1/+3
* Added support for the Hayes ESP serial card.Bruce Evans1995-12-291-1/+120
* Fixed bugs introduced in rev. 1.127 (some broken 16650 support wasBruce Evans1995-12-221-70/+54
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-2/+2
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-60/+42
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-36/+70
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-2/+1
* Removed builtin list of port addresses. The address for sio3Bruce Evans1995-11-291-10/+5
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-14/+23
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+33
* Restored static variable `nsio_tty' which is used only by pstat(8). MadeBruce Evans1995-11-211-1/+3
* Fix compiler warnings.Poul-Henning Kamp1995-11-201-21/+20
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-3/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-11/+1
* sio.c:Bruce Evans1995-10-221-32/+15
* A mixed bag of changes, relating to getting the state in "lsdev" right,Poul-Henning Kamp1995-10-211-2/+10
* siostop() is a void function, so don't return a value.David Greenman1995-09-241-3/+3
* The stuff needed to remove a pccard with a sio port on it...Poul-Henning Kamp1995-09-191-10/+68
* Andrew McRae's pcmcia/pccard code, the kernel part.Poul-Henning Kamp1995-08-241-1/+119
* Disable fifos in sioclose(). Closes PR 576.Bruce Evans1995-08-131-1/+9
* Sleep on a better address to wait for output to drain out of theBruce Evans1995-07-311-2/+3
* Improve input flow control.Bruce Evans1995-07-311-26/+6
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFBruce Evans1995-07-291-7/+5
* Always wake up writers after clearing TS_BUSY. This will soon beBruce Evans1995-07-291-7/+4
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-221-10/+4
* Move the inline code for waking up writers to a new functionBruce Evans1995-07-221-15/+2
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-211-11/+1
* Fix error logging:Bruce Evans1995-07-051-4/+10
* Fight with hanging modems continued:Andrey A. Chernov1995-06-281-1/+8
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifBruce Evans1995-06-251-142/+236
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
* Add hook for pstat -tAndrey A. Chernov1995-05-071-1/+3
* Move declarations of console functions to cons.h (they should beBruce Evans1995-04-231-12/+5
* Fix initializations of kdc_state for serial consoles.Bruce Evans1995-04-151-33/+38
* Forgot two things in yesterday's massive devconf update:Garrett Wollman1995-04-131-6/+4
* Move setcompat code to another place, initial/locked devicesAndrey A. Chernov1995-04-131-14/+12
* Comment out ttcompat via COMPAT_SUNOS tooAndrey A. Chernov1995-04-131-11/+15
* ttsetcompat is a '#ifdef COMPAT_43' feature.Poul-Henning Kamp1995-04-121-1/+5
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-30/+52
* Call new ttsetcompat() function for proper workingAndrey A. Chernov1995-04-111-1/+9
* Move unit structure member down to optimize com->state per BruceAndrey A. Chernov1995-04-041-19/+19
* Allow serial console BREAK to DDBAndrey A. Chernov1995-04-031-3/+13