Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 1996 12:40:30 -0700 (PDT)
From:      Nate Williams <nate>
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
Message-ID:  <199604221940.MAA29354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604221940.MAA29354>