[Zion][Denali] Move to MSI for AHCI devices.
This will allow us to properly do interrupts for XHCI devices in the future. Also move PCI device header parsing to a shared library. Get rid of the old irq register format which supplied an irq number and instead pass the appropriate irq number back out to the caller.
This commit is contained in:
parent
c645405ca8
commit
f26fd73116
21 changed files with 371 additions and 124 deletions
|
|
@ -63,10 +63,8 @@ isr_handler fpe_fault
|
|||
|
||||
isr_handler timer
|
||||
isr_handler apic_timer
|
||||
isr_handler keyboard
|
||||
|
||||
isr_handler pci1
|
||||
isr_handler pci2
|
||||
isr_handler pci3
|
||||
isr_handler pci4
|
||||
|
||||
isr_handler 60
|
||||
isr_handler 61
|
||||
isr_handler 62
|
||||
isr_handler 63
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue