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