Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2005 21:34:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa clock.c
Message-ID:  <200503242134.j2OLYGxN084179@repoman.freebsd.org>

index | next in thread | raw e-mail

jhb         2005-03-24 21:34:16 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  - Don't enable periodic interrupts from the RTC by default in rtc_statusb.
    Instead, explicitly enable them when we setup the interrupt handler.
    Also, move the setting of stathz and profhz down to the same place so
    that the code flow is simpler and easier to follow.
  - Don't setup an interrupt handler for IRQ0 if we are using the lapic timer
    as it doesn't do anything productive in that case.
  
  Revision  Changes    Path
  1.218     +26 -22    src/sys/i386/isa/clock.c


home | help

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