DragonFly BSD
DragonFly commits List (threaded) for 2010-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - remove INTR_FAST


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Jun 2010 19:17:59 -0700 (PDT)

commit f8a09be1e61a815288209b41b6a39ee4cdbd2f1a
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Jun 9 17:13:57 2010 -0700

    kernel - remove INTR_FAST
    
    Rename INTR_FAST to INTR_CLOCK.  Fast interrupts are now only supported for
    clock interrupts and may no longer be used by drivers.
    
    * Rename INTR_FAST to INTR_CLOCK
    
    * Adjust clocks to use INTR_CLOCK and remove INTR_FAST from the few drivers
      that specified it (if_em is the only one of note).

Summary of changes:
 sys/bus/isa/i386/isa_compat.h   |    2 +-
 sys/bus/isa/x86_64/isa_compat.h |    2 +-
 sys/bus/pci/pci_compat.c        |    4 ++--
 sys/dev/misc/puc/puc.c          |   10 +---------
 sys/dev/netif/e1000/if_em.c     |    2 +-
 sys/dev/pccard/pccbb/pccbb.c    |    8 --------
 sys/dev/raid/aac/aac.c          |    5 ++---
 sys/dev/serial/cy/cy_pci.c      |   12 +-----------
 sys/dev/serial/sio/sio.c        |   11 ++---------
 sys/kern/kern_intr.c            |    6 +++---
 sys/platform/pc32/isa/clock.c   |    8 ++++----
 sys/platform/pc64/isa/clock.c   |    8 ++++----
 sys/sys/bus.h                   |    5 ++++-
 13 files changed, 26 insertions(+), 57 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f8a09be1e61a815288209b41b6a39ee4cdbd2f1a


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]