Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-10-26 | Update my copyright. | Jason Downs | |
1999-08-08 | Detach support for com; NetBSD and me | Niklas Hallqvist | |
1999-07-26 | Remove obsolete detach code that has been dead for very long | Niklas Hallqvist | |
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs | |
1998-06-28 | Accept Modem and modem as match strings for PCMCIA modem cards. | Angelos D. Keromytis | |
1998-05-14 | * Better XR16C850 support. | Jason Downs | |
* Copyright. * General cleanup. | |||
1998-04-05 | Support for the XR16850; currently just treat it like an ST16650V2 with | Jason Downs | |
bigger FIFOs. | |||
1998-02-23 | New probe routine, add support for ST16650 (works). | Jason Downs | |
Tested with some 16450 and 16550 UARTs. | |||
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-02 | support non-ISA case | Theo de Raadt | |
1998-01-19 | fix ifdef; marc@snafu.org | Theo de Raadt | |
1997-12-26 | print pnp device id in isapnp_print | Theo de Raadt | |
1997-12-25 | pretty | Jason Downs | |
1997-12-25 | Update for new isapnp configuration. | Jason Downs | |
1997-12-21 | ISA PnP supporting code from NetBSD, and a pccom driver that supports ISA PnP. | Jason Downs | |
1997-10-07 | make it compile | Michael Shalayeff | |
1997-09-03 | fix cua/tty locking | Theo de Raadt | |
1997-07-07 | Mirror com changes | Niklas Hallqvist | |
1996-12-18 | Make pccom compile. This stull really needs to be merged into the | Todd C. Miller | |
normal com driver. | |||
1996-12-11 | TS_WOPEN on cua close, like com.c | Theo de Raadt | |
1996-11-30 | bus changes | Jason Downs | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-11-09 | Proper break handling | Thorsten Lockert | |
1996-10-22 | patch com speed initialization | Jason Downs | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-07-28 | pccom and com are now mutually exclusive; pccom moves to major 8, the | Jason 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-07 | Integrate 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. |