From owner-cvs-sys Mon Apr 22 12:40:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29383 for cvs-sys-outgoing; Mon, 22 Apr 1996 12:40:51 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29354 Mon, 22 Apr 1996 12:40:30 -0700 (PDT) Date: Mon, 22 Apr 1996 12:40:30 -0700 (PDT) From: Nate Williams Message-Id: <199604221940.MAA29354@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT src/sys/i386/include clock.h src/sys/i386/isa clock.c src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/22 12:40:29 Modified: sys/i386/apm apm.c sys/i386/conf GENERIC LINT sys/i386/include clock.h sys/i386/isa clock.c Log: - add apm to the GENERIC kernel (disabled by default), 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.39 +4 -1 src/sys/i386/apm/apm.c 1.67 +7 -1 src/sys/i386/conf/GENERIC 1.250 +10 -1 src/sys/i386/conf/LINT 1.12 +2 -1 src/sys/i386/include/clock.h 1.57 +23 -5 src/sys/i386/isa/clock.c