| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h. | Steve Passe | 1997-08-21 | 1 | -10/+1 |
| * | Preperation for moving cpl into critical region access. | Steve Passe | 1997-08-20 | 1 | -1/+48 |
| * | Added include of intr_machdep.h to eliminate compiler warning for APIC_IO. | Steve Passe | 1997-08-04 | 1 | -2/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -2/+1 |
| * | Add some support for the 16650 type UARTS. | John Dyson | 1997-07-17 | 1 | -8/+47 |
| * | Bring back CONSPEED as a last-ditch default if you can't change the speed | Paul Traina | 1997-06-04 | 2 | -4/+9 |
| * | If the boot blocks were using the serial port, read the system console | Paul Traina | 1997-06-04 | 2 | -11/+119 |
| * | I've given up on the idea of sizing FIFO's. You can set it with a flag | Poul-Henning Kamp | 1997-06-01 | 1 | -68/+15 |
| * | No longer need opt_smp.h here | Peter Wemm | 1997-05-29 | 1 | -2/+1 |
| * | Whoops, missed a zero there. Flags 0x10000 it is. | Poul-Henning Kamp | 1997-05-18 | 1 | -2/+2 |
| * | Flags 0x1000 on sio now disables the dreaded test#3. | Poul-Henning Kamp | 1997-05-18 | 1 | -2/+3 |