aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsAtsushi Murai1998-01-081-4/+71
* Fixed initialization of the divisor latch. We depended on siocnopen()Bruce Evans1997-12-281-2/+21
* Always call ttwwakeup() before returning from comstart(). It isn'tBruce Evans1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
* - MF22: (I reversed these). Simplify code.Nate Williams1997-11-021-2/+3
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-8/+3
* - Functional changes to PCCARD support.Nate Williams1997-10-261-41/+15
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-41/+41
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-5/+8
* teach sio how to attach to isa PnP cards. This is mainly for use withJohn-Mark Gurney1997-09-191-13/+122
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* General cleanup of the sub-system locking macros.Steve Passe1997-09-011-69/+40
* Created a private simple_lock to control accesses to com data structsSteve Passe1997-08-311-51/+76
* Another round of lock pushdown.Steve Passe1997-08-301-39/+21
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)Steve Passe1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.Steve Passe1997-08-211-10/+1
* Preperation for moving cpl into critical region access.Steve Passe1997-08-201-1/+48
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.Steve Passe1997-08-041-2/+3
* Removed unused #includes.Bruce Evans1997-07-201-2/+1
* Add some support for the 16650 type UARTS.John Dyson1997-07-171-8/+47
* Bring back CONSPEED as a last-ditch default if you can't change the speedPaul Traina1997-06-042-4/+9
* If the boot blocks were using the serial port, read the system consolePaul Traina1997-06-042-11/+119
* I've given up on the idea of sizing FIFO's. You can set it with a flagPoul-Henning Kamp1997-06-011-68/+15
* No longer need opt_smp.h herePeter Wemm1997-05-291-2/+1
* Whoops, missed a zero there. Flags 0x10000 it is.Poul-Henning Kamp1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.Poul-Henning Kamp1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.Poul-Henning Kamp1997-05-181-4/+39
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+12
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutBruce Evans1997-04-181-5/+11
* Removed defaults for dead options CONADDR and CONUNIT.Bruce Evans1997-04-051-15/+1
* Use device flags instead of options for serial console configurationBruce Evans1997-04-051-23/+53
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Fixed the SMC fifo bug fix. sioopen() hung while input was streaming inBruce Evans1997-02-011-3/+15
* Fixes and workarounds for Hayes ESP:Bruce Evans1997-01-291-7/+25
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* 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