cvs commit: src/sys/arm/arm intr.c src/sys/arm/at91 at91.c src/sys/arm/include intr.h

Olivier Houchard cognet at FreeBSD.org
Sun Apr 20 23:29:07 UTC 2008


cognet      2008-04-20 23:29:07 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          intr.c 
    sys/arm/at91         at91.c 
    sys/arm/include      intr.h 
  Log:
  On the AT91, we need to write on the EOI register after we handle an
  interrupt. So, add a new function pointer, arm_post_filter, which defaults
  to NULL, and which will be used as the post_filter arg for
  intr_event_create(). Set it properly for the AT91, so that it boots again.
  
  Reported by:    hps
  
  Revision  Changes    Path
  1.22      +3 -1      src/sys/arm/arm/intr.c
  1.16      +10 -0     src/sys/arm/at91/at91.c
  1.8       +1 -0      src/sys/arm/include/intr.h


More information about the cvs-src mailing list