Date: Sat, 25 Feb 1995 18:30:20 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Message-ID: <199502260230.SAA18760@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/02/25 18:30:19 Modified: sys/i386/isa sio.c Log: Don't confuse the frequency with the wavelength in DELAY() args. 960 cps is close to 1000000 / 960 usec so the confusion probably didn't matter. Test for COMCONSOLE before testing for RB_SERIAL so that the RB_SERIAL test can be optimized away if COMCONSOLE is 1. Simplify and Uniformize style of previous commit.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502260230.SAA18760>