| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -2/+2 |
| * | If the boot blocks were using the serial port, read the system console | Paul Traina | 1997-06-04 | 1 | -7/+116 |
| * | 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 |
| * | Detect various supersets of 16550A based on fifo depth. | Poul-Henning Kamp | 1997-05-18 | 1 | -4/+39 |
| * | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -1/+12 |
| * | Don't call timeout() for DTR wakeup or busy check if the relevant timeout | Bruce Evans | 1997-04-18 | 1 | -5/+11 |
| * | Use device flags instead of options for serial console configuration | Bruce Evans | 1997-04-05 | 1 | -23/+53 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in | Bruce Evans | 1997-02-01 | 1 | -3/+15 |
| * | Fixes and workarounds for Hayes ESP: | Bruce Evans | 1997-01-29 | 1 | -7/+25 |