summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pccomvar.h
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
Tested by various, vetted by mickey & theo.
2000-08-16morth to use new timeoutsMichael Shalayeff
2000-02-04Externalize comstop()Angelos D. Keromytis
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1998-04-05Support for the XR16850; currently just treat it like an ST16650V2 withJason Downs
bigger FIFOs.
1998-02-23New probe routine, add support for ST16650 (works).Jason Downs
Tested with some 16450 and 16550 UARTs.
1997-07-07Mirror com changesNiklas Hallqvist
1996-12-18Make pccom compile. This stull really needs to be merged into theTodd C. Miller
normal com driver.
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-07Integrate the i386 specific com driver from Onno van der Linden,Jason Downs
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with his changes integrated and the functions renamed. This driver should work with pcmcia, but hasn't been tested. It will not work the multiport boards. Simply switch 'com' to 'pccom' in your conf and change the major number of your devices in order to use this.