Rev 1956 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1956 | Rev 1957 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | 50 | ||
51 | #define IRQ_CLK 0 |
51 | #define IRQ_CLK 0 |
52 | #define IRQ_KBD 1 |
52 | #define IRQ_KBD 1 |
53 | #define IRQ_PIC1 2 |
53 | #define IRQ_PIC1 2 |
54 | #define IRQ_PIC_SPUR 7 |
54 | #define IRQ_PIC_SPUR 7 |
- | 55 | #define IRQ_MOUSE 12 |
|
55 | 56 | ||
56 | /* this one must have four least significant bits set to ones */ |
57 | /* this one must have four least significant bits set to ones */ |
57 | #define VECTOR_APIC_SPUR (IVT_ITEMS - 1) |
58 | #define VECTOR_APIC_SPUR (IVT_ITEMS - 1) |
58 | 59 | ||
59 | #if (((VECTOR_APIC_SPUR + 1) % 16) || VECTOR_APIC_SPUR >= IVT_ITEMS) |
60 | #if (((VECTOR_APIC_SPUR + 1) % 16) || VECTOR_APIC_SPUR >= IVT_ITEMS) |