Remove wrong comment.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,7 +30,7 @@ typedef Vector<irq_routing_entry> IRQRoutingTable;
|
|||||||
|
|
||||||
struct irq_descriptor {
|
struct irq_descriptor {
|
||||||
irq_descriptor();
|
irq_descriptor();
|
||||||
// bit 0 is interrupt 0, bit 2 is interrupt 2, and so on
|
|
||||||
uint8 irq;
|
uint8 irq;
|
||||||
bool shareable;
|
bool shareable;
|
||||||
// B_LOW_ACTIVE_POLARITY or B_HIGH_ACTIVE_POLARITY
|
// B_LOW_ACTIVE_POLARITY or B_HIGH_ACTIVE_POLARITY
|
||||||
|
|||||||
Reference in New Issue
Block a user