From owner-cvs-sys Sat Feb 25 18:30:22 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA18782 for cvs-sys-outgoing; Sat, 25 Feb 1995 18:30:22 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA18760; Sat, 25 Feb 1995 18:30:20 -0800 Date: Sat, 25 Feb 1995 18:30:20 -0800 From: Bruce Evans Message-Id: <199502260230.SAA18760@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk 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.