summaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-07-22 07:44:10 +0000
committerWarner Losh <imp@FreeBSD.org>2004-07-22 07:44:10 +0000
commit284b024b2b4afebfec18924630090bf08d661a1b (patch)
tree38524ef343b4a0dfd115e88beea1c865da445c9f /sys/dev/pccbb
parentf8b82da4a76ecc276ce7ab6f9124aacc99095b99 (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 659f92894d92..4e9fa735598b 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -893,6 +893,10 @@ cbb_setup_intr(device_t dev, device_t child, struct resource *irq,
* things since those interrupts are PCI and shared. Since we use
* the PCI interrupt for the status change interrupts, it can't be
* free for use by the driver. Fast interrupts must not be shared.
+ * Well, this is no longer strictly true. You can have multiple
+ * FAST ISRs, but can't mix fast and slow, so we have to assume
+ * least common denominator until the base system supports mixing
+ * and matching better.
*/
if ((flags & INTR_FAST) != 0)
return (EINVAL);