From owner-cvs-sys Mon Apr 22 12:48:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00115 for cvs-sys-outgoing; Mon, 22 Apr 1996 12:48:39 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29986 Mon, 22 Apr 1996 12:48:29 -0700 (PDT) Date: Mon, 22 Apr 1996 12:48:29 -0700 (PDT) From: Nate Williams Message-Id: <199604221948.MAA29986@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include clock.h src/sys/i386/isa clock.c src/sys/i386/apm apm.c src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/22 12:48:28 Branch: sys/i386/apm RELENG_2_1_0 sys/i386/conf RELENG_2_1_0 sys/i386/include RELENG_2_1_0 sys/i386/isa RELENG_2_1_0 Modified: sys/i386/apm apm.c sys/i386/conf LINT sys/i386/include clock.h sys/i386/isa clock.c Log: - add apm to the GENERIC kernel (commented out), and add some comments regarding apm to LINT - Disabled the statistics clock on machines which have an APM BIOS and have the options "APM_BROKEN_STATCLOCK" enabled (which is default in GENERIC now) - move around some of the code in clock.c dealing with the rtc to make it more obvios the effects of disabling the statistics clock Reviewed by: bde Revision Changes Path 1.12.4.10 +4 -1 src/sys/i386/apm/apm.c 1.184.4.13 +10 -1 src/sys/i386/conf/LINT 1.4.4.1 +1 -0 src/sys/i386/include/clock.h 1.35.2.2 +23 -5 src/sys/i386/isa/clock.c