Commit ce30c16
Fix IOAPIC Polarity
The IOAPIC polarity for an interrupt pin is 0=High and 1=Low based on
how the tool eventually makes the kernel system call, which casts the
enum value to a word and then passes it to the kernel. The kernel then
ors in the value passed at the corresponding bit position in the
ioredtbl_state.
Signed-off-by: Callum <c.berry@student.unsw.edu.au>1 parent fa13e1b commit ce30c16
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
564 | | - | |
| 563 | + | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
571 | | - | |
| 570 | + | |
| 571 | + | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
0 commit comments