summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com_subr.c
AgeCommit message (Expand)Author
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-04-26Keep order of "#if defined..." consistent.Mark Kettenis
2008-04-12Tighten check for consoleness by comparing comconsiot as well as comconsaddr.Mark Kettenis
2007-10-22enable the fifo probe code as long as the serial is not used as consoleFederico G. Schwindt
2007-03-20An complete lack of peer review before this is commited means it gets pulled.Theo de Raadt
2007-03-20on com_console we need a little delay to let fifo flush itself before resetti...Michael Shalayeff
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-07-31puc@cardbus (only added (commented out) to whom has puc@pci enabled)Michael Shalayeff
2006-05-30remove dev/isa/isavar.h include, not needed anymoreFelix Kronlage
2005-11-02change zaurus fifo lenght back to 32 until some issues are sorted out.Federico G. Schwindt
2005-10-13be sure to always set fifolen to at least 1 and if the code probes a 0 byteFederico G. Schwindt
2005-10-13Over the years, different UARTs have appeared in the market.Federico G. Schwindt
2005-10-13first thing found by the fifo tester; pxa2x0 uarts are actually 64 bytesFederico G. Schwindt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat