cvs commit: src/sys/dev/sio sio.c
Bruce Evans
bde at FreeBSD.org
Wed Sep 17 09:44:04 PDT 2003
bde 2003/09/17 09:44:02 PDT
FreeBSD src repository
Modified files:
sys/dev/sio sio.c
Log:
Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. The
COM_NOFIFO() and COM_ESP cases are supposed to be a subsets of the
plain 16550A case, but 16650-related changes made the former fall into
the latter and then both fall into general code for printing the tx
fifo size. This mainly caused hard to parse boot messages like:
"sio0: type 16550A fifo disabled lookalike with 1 bytes FIFO".
COM_NOFIFO() on an ESP port gave a larger mess whose extent is not
clear.
Fixed some nearby style bugs.
Revision Changes Path
1.407 +23 -23 src/sys/dev/sio/sio.c
More information about the cvs-src
mailing list