| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy up a few things left over from the conversion from i386/isa/sio.c. | Peter Wemm | 1999-04-18 | 1 | -4/+21 |
| * | Register sio interrupts as fast (fixing some silo overflow messages). | Doug Rabson | 1999-04-18 | 1 | -2/+2 |
| * | Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c. | Peter Wemm | 1999-04-17 | 1 | -115/+206 |
| * | Merge up to rev 1.226 of i386/isa/sio.c | Peter Wemm | 1999-04-17 | 1 | -210/+14 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -16/+39 |
| * | Use suser() to check for super user rather than examining cr_uid directly. | Poul-Henning Kamp | 1999-01-30 | 1 | -2/+3 |
| * | Update the pccard hooks to use a module style declaration instead. | Peter Wemm | 1999-01-19 | 1 | -12/+3 |
| * | Add support for another 3COM/USR PNP modem, USR3031. | Steve Price | 1998-12-13 | 1 | -1/+2 |
| * | * Add hooks to allow the X server to access I/O ports and memory. | Doug Rabson | 1998-11-15 | 1 | -8/+9 |
| * | Merge changes from i386/isa/sio.c up to revision 1.215. | Doug Rabson | 1998-09-26 | 1 | -46/+42 |
| * | Underlying ,v files were copied and detagged. Re-commit old versions | Peter Wemm | 1998-09-26 | 1 | -166/+333 |
| * | Support PnP compatibility IDs. This allow e.g. the ed driver to pick | Eivind Eklund | 1998-09-13 | 1 | -19/+17 |
| * | Fixed printf format errors. | Bruce Evans | 1998-08-23 | 1 | -2/+2 |
| * | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | Bruce Evans | 1998-08-23 | 1 | -4/+5 |
| * | Fixed devfs initialization which I broke in the previous commit. | Bruce Evans | 1998-08-20 | 1 | -7/+7 |
| * | Enabled dynamically sized tty input buffers (with enough buffering | Bruce Evans | 1998-08-19 | 1 | -9/+10 |
| * | Register tty software interrupt handlers at run time using register_swi() | Bruce Evans | 1998-08-11 | 1 | -15/+10 |
| * | Changed %n to %r in devfs name format strings. %n has almost gone away. | Bruce Evans | 1998-07-15 | 1 | -7/+7 |
| * | Avoid some panics in sio_unload which gets called with various dirt | Poul-Henning Kamp | 1998-06-24 | 1 | -1/+9 |
| * | Don't log "unexpected" events on never-opened devices. Events left | Bruce Evans | 1998-06-16 | 1 | -11/+4 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Force success of the probe (after doing it as before except in one | Bruce Evans | 1998-06-03 | 1 | -4/+5 |
| * | Fixed a printf() arg botch in the previous commit. | Bruce Evans | 1998-06-03 | 1 | -7/+6 |
| * | Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into | Bruce Evans | 1998-05-31 | 1 | -22/+27 |
| * | LoadSoftModem() routine at sio.c does not trap general serial I/Os. | Poul-Henning Kamp | 1998-05-20 | 1 | -2/+2 |
| * | The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, | Poul-Henning Kamp | 1998-05-13 | 1 | -1/+2 |
| * | Detect USR PnP x2 modem. | Poul-Henning Kamp | 1998-05-04 | 1 | -1/+2 |
| * | PCCARD-code related style nits, as requested. | Mike Smith | 1998-02-27 | 1 | -4/+4 |
| * | Fix some style nits and remove an unused header. | Mike Smith | 1998-02-27 | 1 | -2/+1 |
| * | - If a PCCARD serial device is removed from the system, let the serial | Nate Williams | 1998-02-14 | 1 | -2/+2 |
| * | Implement the spirit but not the letter of Terrys hot-char patch. | Poul-Henning Kamp | 1998-02-13 | 1 | -11/+2 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
| * | 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffs | Atsushi Murai | 1998-01-08 | 1 | -4/+71 |
| * | Fixed initialization of the divisor latch. We depended on siocnopen() | Bruce Evans | 1997-12-28 | 1 | -2/+21 |
| * | Always call ttwwakeup() before returning from comstart(). It isn't | Bruce Evans | 1997-12-28 | 1 | -1/+2 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+2 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 1 | -3/+3 |
| * | - Renamed <pccard/card.h> -> <pccard/cardinfo.h>. | Nate Williams | 1997-11-20 | 1 | -2/+2 |
| * | - MF22: (I reversed these). Simplify code. | Nate Williams | 1997-11-02 | 1 | -2/+3 |
| * | - Instead of relying on a functional call to register PCARD-capable drivers, | Nate Williams | 1997-10-26 | 1 | -8/+3 |
| * | - Functional changes to PCCARD support. | Nate Williams | 1997-10-26 | 1 | -41/+15 |
| * | - Do a bunch of gratuitous changes intended to make the code easier to | Nate Williams | 1997-10-26 | 1 | -41/+41 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
| * | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 1 | -5/+8 |
| * | teach sio how to attach to isa PnP cards. This is mainly for use with | John-Mark Gurney | 1997-09-19 | 1 | -13/+122 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | General cleanup of the sub-system locking macros. | Steve Passe | 1997-09-01 | 1 | -69/+40 |
| * | Created a private simple_lock to control accesses to com data structs | Steve Passe | 1997-08-31 | 1 | -51/+76 |
| * | Another round of lock pushdown. | Steve Passe | 1997-08-30 | 1 | -39/+21 |
| * | Fixed a warning about undefined isa_irq_pending(). (UP kernel only) | Steve Passe | 1997-08-21 | 1 | -4/+4 |