summaryrefslogtreecommitdiffstats
path: root/sys/sys/bus.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-01-06 21:14:34 +0000
committerjhb <jhb@FreeBSD.org>2011-01-06 21:14:34 +0000
commitb80745da98e50e465f6eb1d88cf8964816504536 (patch)
tree6743d27926a58743ef4c0c198984aaa48ef64d76 /sys/sys/bus.h
parent65e0897b21bafab7de5fdb76fa36831b1ace3d96 (diff)
downloadFreeBSD-src-b80745da98e50e465f6eb1d88cf8964816504536.zip
FreeBSD-src-b80745da98e50e465f6eb1d88cf8964816504536.tar.gz
Retire the INTR_FAST flag as it was obsoleted by the introduction of the
filter argument to bus_setup_intr().
Diffstat (limited to 'sys/sys/bus.h')
-rw-r--r--sys/sys/bus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bus.h b/sys/sys/bus.h
index 1e15846..514eaba 100644
--- a/sys/sys/bus.h
+++ b/sys/sys/bus.h
@@ -191,7 +191,6 @@ enum intr_type {
INTR_TYPE_MISC = 16,
INTR_TYPE_CLK = 32,
INTR_TYPE_AV = 64,
- INTR_FAST = 128,
INTR_EXCL = 256, /* exclusive interrupt */
INTR_MPSAFE = 512, /* this interrupt is SMP safe */
INTR_ENTROPY = 1024, /* this interrupt provides entropy */
OpenPOWER on IntegriCloud