| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Force success of the probe (after doing it as before except in one | bde | 1998-06-03 | 1 | -4/+5 |
* | Fixed a printf() arg botch in the previous commit. | bde | 1998-06-03 | 1 | -7/+6 |
* | Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into | bde | 1998-05-31 | 1 | -22/+27 |
* | LoadSoftModem() routine at sio.c does not trap general serial I/Os. | phk | 1998-05-20 | 1 | -2/+2 |
* | The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K, | phk | 1998-05-13 | 1 | -1/+2 |
* | Detect USR PnP x2 modem. | phk | 1998-05-04 | 1 | -1/+2 |
* | PCCARD-code related style nits, as requested. | msmith | 1998-02-27 | 1 | -4/+4 |
* | Fix some style nits and remove an unused header. | msmith | 1998-02-27 | 1 | -2/+1 |
* | - If a PCCARD serial device is removed from the system, let the serial | nate | 1998-02-14 | 1 | -2/+2 |
* | Implement the spirit but not the letter of Terrys hot-char patch. | phk | 1998-02-13 | 1 | -11/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffs | amurai | 1998-01-08 | 1 | -4/+71 |
* | Fixed initialization of the divisor latch. We depended on siocnopen() | bde | 1997-12-28 | 1 | -2/+21 |
* | Always call ttwwakeup() before returning from comstart(). It isn't | bde | 1997-12-28 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | bde | 1997-12-06 | 1 | -3/+3 |
* | - Renamed <pccard/card.h> -> <pccard/cardinfo.h>. | nate | 1997-11-20 | 1 | -2/+2 |
* | - MF22: (I reversed these). Simplify code. | nate | 1997-11-02 | 1 | -2/+3 |
* | - Instead of relying on a functional call to register PCARD-capable drivers, | nate | 1997-10-26 | 1 | -8/+3 |
* | - Functional changes to PCCARD support. | nate | 1997-10-26 | 1 | -41/+15 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | nate | 1997-10-26 | 1 | -41/+41 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -5/+8 |
* | teach sio how to attach to isa PnP cards. This is mainly for use with | jmg | 1997-09-19 | 1 | -13/+122 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | General cleanup of the sub-system locking macros. | fsmp | 1997-09-01 | 1 | -69/+40 |
* | Created a private simple_lock to control accesses to com data structs | fsmp | 1997-08-31 | 1 | -51/+76 |
* | Another round of lock pushdown. | fsmp | 1997-08-30 | 1 | -39/+21 |
* | Fixed a warning about undefined isa_irq_pending(). (UP kernel only) | fsmp | 1997-08-21 | 1 | -4/+4 |
* | Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h. | fsmp | 1997-08-21 | 1 | -10/+1 |
* | Preperation for moving cpl into critical region access. | fsmp | 1997-08-20 | 1 | -1/+48 |
* | Added include of intr_machdep.h to eliminate compiler warning for APIC_IO. | fsmp | 1997-08-04 | 1 | -2/+3 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -2/+1 |
* | Add some support for the 16650 type UARTS. | dyson | 1997-07-17 | 1 | -8/+47 |
* | Bring back CONSPEED as a last-ditch default if you can't change the speed | pst | 1997-06-04 | 1 | -2/+2 |
* | If the boot blocks were using the serial port, read the system console | pst | 1997-06-04 | 1 | -7/+116 |
* | I've given up on the idea of sizing FIFO's. You can set it with a flag | phk | 1997-06-01 | 1 | -68/+15 |
* | No longer need opt_smp.h here | peter | 1997-05-29 | 1 | -2/+1 |
* | Whoops, missed a zero there. Flags 0x10000 it is. | phk | 1997-05-18 | 1 | -2/+2 |
* | Flags 0x1000 on sio now disables the dreaded test#3. | phk | 1997-05-18 | 1 | -2/+3 |
* | Detect various supersets of 16550A based on fifo depth. | phk | 1997-05-18 | 1 | -4/+39 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -1/+12 |
* | Don't call timeout() for DTR wakeup or busy check if the relevant timeout | bde | 1997-04-18 | 1 | -5/+11 |
* | Use device flags instead of options for serial console configuration | bde | 1997-04-05 | 1 | -23/+53 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in | bde | 1997-02-01 | 1 | -3/+15 |
* | Fixes and workarounds for Hayes ESP: | bde | 1997-01-29 | 1 | -7/+25 |