cvs commit: src/sys/i386/isa clock.c

John Baldwin jhb at FreeBSD.org
Tue Apr 27 13:03:27 PDT 2004


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


More information about the cvs-src mailing list