aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-2/+3
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-12/+3
* Add support for another 3COM/USR PNP modem, USR3031.Steve Price1998-12-131-1/+2
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-8/+9
* Merge changes from i386/isa/sio.c up to revision 1.215.Doug Rabson1998-09-261-46/+42
* Underlying ,v files were copied and detagged. Re-commit old versionsPeter Wemm1998-09-262-167/+334
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-131-19/+17
* Fixed printf format errors.Bruce Evans1998-08-231-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-4/+5
* Fixed devfs initialization which I broke in the previous commit.Bruce Evans1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingBruce Evans1998-08-191-9/+10
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-15/+10
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-151-7/+7
* Avoid some panics in sio_unload which gets called with various dirtPoul-Henning Kamp1998-06-241-1/+9
* Don't log "unexpected" events on never-opened devices. Events leftBruce Evans1998-06-161-11/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Force success of the probe (after doing it as before except in oneBruce Evans1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.Bruce Evans1998-06-031-7/+6
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intoBruce Evans1998-05-311-22/+27
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.Poul-Henning Kamp1998-05-201-2/+2
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,Poul-Henning Kamp1998-05-131-1/+2
* Detect USR PnP x2 modem.Poul-Henning Kamp1998-05-041-1/+2
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-4/+4
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* - If a PCCARD serial device is removed from the system, let the serialNate Williams1998-02-141-2/+2
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-11/+2
* 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