ICU/APIC cleanup part 4/many.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 2 Nov 2005 17:47:33 +0000 (17:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 2 Nov 2005 17:47:33 +0000 (17:47 +0000)
commitdf308fcd52b8cdc10e590279783b72f6fffaf91d
treee7c96970c06af8a656ba87ee140e2a3213cfd1a5
parent06f5be0289d1dc765f83430592893dc2cef0ec27
ICU/APIC cleanup part 4/many.

INTRDIS/INTREN only always take a single bit.  Change the argument
from a mask to a bit number to improve flexibility.  Relabel the
ICU IRQ's (IRQ0, IRQ1, ...) to ICU_IRQ* while we are at it.
17 files changed:
sys/dev/netif/ie/if_ie.c
sys/i386/apic/apic_ipl.s
sys/i386/apic/apicreg.h
sys/i386/i386/autoconf.c
sys/i386/icu/icu.h
sys/i386/icu/icu_ipl.s
sys/i386/isa/clock.c
sys/i386/isa/intr_machdep.c
sys/i386/isa/npx.c
sys/platform/pc32/apic/apic_ipl.s
sys/platform/pc32/apic/apicreg.h
sys/platform/pc32/i386/autoconf.c
sys/platform/pc32/icu/icu.h
sys/platform/pc32/icu/icu_ipl.s
sys/platform/pc32/isa/clock.c
sys/platform/pc32/isa/intr_machdep.c
sys/platform/pc32/isa/npx.c