summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inbde1997-02-011-3/+15
* Fixes and workarounds for Hayes ESP:bde1997-01-291-7/+25
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn'tbde1996-12-231-3/+2
* Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKsbde1996-11-301-27/+32
* Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly wellbde1996-11-301-3/+9
* Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitterbde1996-11-301-3/+33
* Throw away input if CREAD is not set. POSIX requires no characters to bebde1996-11-301-2/+3
* Cleaned up CONSPEED changes. `comdefaultrate' gives the defaultbde1996-11-301-8/+6
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-131-17/+23
* add in CONSPEED option which controls console serial port speedpst1996-11-022-6/+13
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-301-11/+36
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-64/+1
* some internal modems need LOTS of time to generate an interruptjulian1996-07-171-2/+2
* Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).bde1996-06-171-36/+15
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-57/+1
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-42/+40
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-101-1/+3
* Fixed ownerships of callout devices.bde1996-03-271-9/+13
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-251-1/+4
* Avoid local sprintfs and other printf'isms.phk1996-01-251-22/+18
* 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
OpenPOWER on IntegriCloud