| Commit message (Expand) | Author | Age | Files | Lines |
* | Move opt_sio.h options to conf/options and activate in isa/sio.c | Peter Wemm | 1999-05-09 | 1 | -2/+2 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | Poul-Henning Kamp | 1999-05-09 | 1 | -2/+2 |
* | add some amount of sanity to the way the gdb stuff finds its device. | Poul-Henning Kamp | 1999-05-09 | 1 | -9/+10 |
* | siocngetc & putc can be staticized. | Poul-Henning Kamp | 1999-05-09 | 1 | -7/+3 |
* | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 1 | -4/+4 |
* | Get rid of extern declarations on gdb stuff so systems compiled without | Kirk McKusick | 1999-05-07 | 1 | -6/+9 |
* | fix it so it compiles on alpha again | Matt Jacob | 1999-05-07 | 1 | -1/+5 |
* | Continue where Julian left off in July 1998: | Poul-Henning Kamp | 1999-05-07 | 1 | -3/+3 |
* | Generalize to allow any serial port to be used as the GDB port. | Kirk McKusick | 1999-05-07 | 1 | -21/+65 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | Peter Wemm | 1999-05-06 | 1 | -5/+5 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -4/+4 |
* | Modify the non-i386 version of disable_intr() and enable_intr() so that they | Dmitrij Tejblum | 1999-04-24 | 1 | -3/+3 |
* | 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 |