Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 13:03:27 -0700 (PDT)
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:  <200404272003.i3RK3RFZ048001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2004/04/27 13:03:27 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  - The i8254 uses IRQ 0, not IRQ 8.  Correct i8254_intsrc to reference the
    correct interrupt source.
  - Cache a pointer to the i8254_intsrc's pending method to avoid several
    pointer indirections in i8254_get_timecount().
  
  Reported by:    bde
  
  Revision  Changes    Path
  1.209     +6 -4      src/sys/i386/isa/clock.c



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