git: kernel - remove INTR_FAST
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jun 9 19:18:59 PDT 2010
commit f8a09be1e61a815288209b41b6a39ee4cdbd2f1a
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list