summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
AgeCommit message (Expand)Author
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-25CONADDR is defined elsewhere for hppaMichael Shalayeff
2002-01-23oops, make the kgdb var's non-staticEric Jackson
2002-01-23allow this to compile with KGDBEric Jackson
2001-10-05restore some of that dead code needed for dev/cons functionalityMichael Shalayeff
2001-10-02#ifdef FOO works much better when FOO isn't misspelled.Artur Grabowski
2001-09-30Enable break interrupt earlier.Artur Grabowski
2001-09-30Next round of cleanups.Artur Grabowski
2001-09-30Remove dead code.Artur Grabowski
2001-09-30Remove the COM_HAYESP code. It doesn't appear to have been ever used andArtur Grabowski
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-29Next step in making the com driver improvable.Artur Grabowski
2001-09-29- compoll is now scheduled once for every sc instead of just one timeout forArtur Grabowski
2001-09-27Simplify comstart a bit.Artur Grabowski
2001-09-27Enable #if 0'd code in comcnputc() so serial console works correctly;Todd C. Miller
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-03-15Put back new timeouts. This time with correct timeout for compoll.Artur Grabowski
2001-03-15typoTheo de Raadt
2001-03-15back out new timeouts until I find out why they break alpha.Artur Grabowski
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-03-13new timeoutsMichael Shalayeff
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2000-11-08Add comcnattach that does the basic steps needed to attachArtur Grabowski
2000-01-27isa-avoidanceMichael Shalayeff
2000-01-11a few ifdef accomodations for hppa, also a few knf spacesMichael Shalayeff
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-09in the ifdef POWERPC section, do use ppc, not p4e, for the iohandleDale S. Rahn
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-08-08pasto from pccom.cNiklas Hallqvist
1999-08-08revert function accidentally committedNiklas Hallqvist
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-07-26Move over the ISA PnP support from pccom.c to com.cNiklas Hallqvist
1999-07-26fix my last commit where I committed more than intendedNiklas Hallqvist
1999-07-26Remove obsolete detach code that has been dead for very longNiklas Hallqvist
1999-06-25Don't turn off uart when closing cua device if tty is waiting.Jim Rees
1999-02-09Fix cua device to not block on open.Jim Rees
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-09-20Powerpc port uses com.c not just power4e.Dale S. Rahn
1998-08-18Remove clearing of interrupt after character output in cnputci(). ClearingPer Fogelstrom
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
1998-02-23New probe routine and support for ST16650.Jason Downs
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1997-09-03fix cua/tty lockingTheo de Raadt
1997-07-07Removed an unused argNiklas Hallqvist
1997-04-10Need to separate i/o and mem on mipsPer Fogelstrom
1997-03-17Serial console trouble again...Per Fogelstrom
1997-03-12The stupid "use console before configured" scheeme strikes again :-)Per Fogelstrom