aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tBruce Evans1996-12-231-3/+2
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsBruce Evans1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellBruce Evans1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterBruce Evans1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to beBruce Evans1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultBruce Evans1996-11-301-8/+6
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsBruce Evans1996-11-131-17/+23
* add in CONSPEED option which controls console serial port speedPaul Traina1996-11-022-6/+13
* Work around UMC8669F and Startech UART bugs by not writing to theBruce Evans1996-09-301-11/+36
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-2/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-64/+1
* some internal modems need LOTS of time to generate an interruptJulian Elischer1996-07-171-2/+2
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).Bruce Evans1996-06-171-36/+15
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-021-57/+1
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-231-42/+40
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.Bruce Evans1996-04-131-3/+3
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.Bruce Evans1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideaMarc G. Fournier1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in theMarc G. Fournier1996-04-101-1/+3
* 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-102-65/+47
* 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