summaryrefslogtreecommitdiffstats
path: root/sys/sys/bus.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-04-04 15:40:19 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-04-04 15:40:19 +0000
commit6d0f38dc0f58073d466813378a397cfe1d5b82ed (patch)
treeb94b8cce4ebb89229614b54627eaa9e51d9b34c2 /sys/sys/bus.h
parentea724ef317ac5207f69f4849283592a0ad824494 (diff)
downloadFreeBSD-src-6d0f38dc0f58073d466813378a397cfe1d5b82ed.zip
FreeBSD-src-6d0f38dc0f58073d466813378a397cfe1d5b82ed.tar.gz
Remove a comment about devices being able to specify multiple interrupt
types. This is no longer the case because interrupt types now have to map to an ithread priority (c.f. intr_priority()).
Diffstat (limited to 'sys/sys/bus.h')
-rw-r--r--sys/sys/bus.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/sys/bus.h b/sys/sys/bus.h
index db6d3cf..152b067 100644
--- a/sys/sys/bus.h
+++ b/sys/sys/bus.h
@@ -178,11 +178,8 @@ typedef void driver_intr_t(void*);
* spls implicit in names like INTR_TYPE_TTY. In the meantime, don't
* confuse things by renaming them (Grog, 18 July 2000).
*
- * We define this in terms of bits because some devices may belong
- * to multiple classes (and therefore need to be included in
- * multiple interrupt masks, which is what this really serves to
- * indicate. Buses which do interrupt remapping will want to
- * change their type to reflect what sort of devices are underneath.
+ * Buses which do interrupt remapping will want to change their type
+ * to reflect what sort of devices are underneath.
*/
enum intr_type {
INTR_TYPE_TTY = 1,
OpenPOWER on IntegriCloud