From owner-cvs-sys Fri Oct 25 06:46:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21780 for cvs-sys-outgoing; Fri, 25 Oct 1996 06:46:33 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21723; Fri, 25 Oct 1996 06:46:23 -0700 (PDT) Date: Fri, 25 Oct 1996 06:46:23 -0700 (PDT) From: Bruce Evans Message-Id: <199610251346.GAA21723@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/25 06:46:22 Modified: sys/i386/isa clock.c Log: Print the clock calibration messages all on one (long) line again so that they are easy to grep for. Removed now-unused i586 counter variables. Fixed some style bugs. Revision Changes Path 1.71 +18 -21 src/sys/i386/isa/clock.c