summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* These two have been replaced with isa/sio* in the generic isa area.peter1999-04-181-2935/+0
* fix polarity reversal.phk1999-04-011-2/+2
* Reduce overhead of PPS when not active.phk1999-03-301-9/+11
* Add PPS-API support for DCD on serial ports.phk1999-03-301-3/+21
* Add support for Cardinal MVP288IV PnP modem.steve1999-03-251-1/+2
* Add support for the USR3090 PnP modem.steve1999-03-241-1/+2
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty databde1999-02-041-11/+13
* Set up interrupt-level input buffering dynamically depending onbde1999-02-041-111/+177
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* Add support for the USR3031 PNP modem. Also fix a minor typo since I wassteve1999-01-261-2/+3
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-12/+3
* Silence warnings by cleaning up xxxintr typeseivind1999-01-121-2/+2
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-1/+4
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-4/+16
* Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.phk1998-12-271-158/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Deleted the workaround for lockup of certain (hopefully no longer used)bde1998-11-221-51/+1
* Fixed a comment in code that will soon go away.bde1998-11-221-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickeivind1998-09-131-19/+17
* Fixed printf format errors.bde1998-08-231-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-4/+5
* Fixed devfs initialization which I broke in the previous commit.bde1998-08-201-7/+7
* Enabled dynamically sized tty input buffers (with enough bufferingbde1998-08-191-9/+10
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-15/+10
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* Avoid some panics in sio_unload which gets called with various dirtphk1998-06-241-1/+9
* Don't log "unexpected" events on never-opened devices. Events leftbde1998-06-161-11/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-22/+27
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* PCCARD-code related style nits, as requested.msmith1998-02-271-4/+4
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* - If a PCCARD serial device is removed from the system, let the serialnate1998-02-141-2/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-11/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-081-4/+71
* Fixed initialization of the divisor latch. We depended on siocnopen()bde1997-12-281-2/+21
* Always call ttwwakeup() before returning from comstart(). It isn'tbde1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* - MF22: (I reversed these). Simplify code.nate1997-11-021-2/+3
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-8/+3
* - Functional changes to PCCARD support.nate1997-10-261-41/+15
OpenPOWER on IntegriCloud