Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 23:29:07 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm intr.c src/sys/arm/at91 at91.c src/sys/arm/include intr.h
Message-ID:  <200804202329.m3KNT79e099887@repoman.freebsd.org>

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



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