Re: PCI
Posted: Thu May 06, 2010 7:59 am
You can still use the PCI devices through the legacy PIC controller. The PCI devices header field "Interrupt Line" tells you which interrupt the PCI device use, when using the legacy PIC controller.
But on the other side, it's pretty easy to parse the ACPI tables in order to find the location of the I/O APIC. Just grap the ACPI specifications and take a look at the table section. You should be able to implement a simple parser in a few hours.
But on the other side, it's pretty easy to parse the ACPI tables in order to find the location of the I/O APIC. Just grap the ACPI specifications and take a look at the table section. You should be able to implement a simple parser in a few hours.