summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pccom.c
AgeCommit message (Expand)Author
2008-04-12Initialize comconsiot in comcninit().Mark Kettenis
2008-03-29Fix amd64 and i386 serial console handling for non-default speeds. BringKenneth R Westerback
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-05-09unused variableTheo de Raadt
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-09-19ansi/deregisterJonathan Gray
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-15make the clock error calculation match dev/ic/com.c so that things with,Jason Wright
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-07-23reorder operations a bit for st16550{v2}, xr16850, ti16750:Jason Wright
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
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
2000-08-16morth to use new timeoutsMichael Shalayeff
1999-11-28Enable TI16750 UART support.Jason Downs
1999-10-26Update my copyright.Jason Downs
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-05-21Don't turn off uart when closing cua device if tty is waiting.Jim Rees
1999-02-08Fix cua device to not block on open.Jim Rees
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-10-07Fix trigger level initializations; fixes mouse for XFree86.Jason Downs
1998-06-28Accept Modem and modem as match strings for PCMCIA modem cards.Angelos D. Keromytis
1998-05-14* Better XR16C850 support.Jason Downs
1998-04-05Support for the XR16850; currently just treat it like an ST16650V2 withJason Downs
1998-02-23New probe routine, add support for ST16650 (works).Jason Downs
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1998-02-02support non-ISA caseTheo de Raadt
1998-01-19fix ifdef; marc@snafu.orgTheo de Raadt
1997-12-26print pnp device id in isapnp_printTheo de Raadt
1997-12-25prettyJason Downs
1997-12-25Update for new isapnp configuration.Jason Downs