git: Revert "IO APIC: Assign pins dedicated to PCI in the early stage."
Sepherosa Ziehau
sepherosa at gmail.com
Mon Nov 9 17:29:17 PST 2009
On Tue, Nov 10, 2009 at 6:41 AM, Alexander Polakov <polachok at gmail.com> wrote:
> 2009/11/9, Matthew Dillon <dillon at apollo.backplane.com>:
>> Great work! I have a question: How close are we to actually
>> being able to route interrupts in APIC_IO mode using ACPI?
>
> I don't understand completely how apic code in kernel works yet. ACPI
> & PCI are ready. I'm now reading freebsd's and our implementation,
> never worked before on such low level.
>
If you are going to do it, I think the first step will be supporting
256 intr vectors. And the major work will concern how to properly
handle gd_fpending. I was thinking about splitting it into two parts,
one gd_fpending_group (uint8_t should be enough), and one
gd_fpenfing[8] (uint32_t mask array), but never find time to do it...
Best Regards,
sephe
--
Live Free or Die
More information about the Commits
mailing list