Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/x86/pci
On Mon, Sep 10, 2018 at 02:49:23AM +0000, Cherry G. Mathew wrote:
> Module Name: src
> Committed By: cherry
> Date: Mon Sep 10 02:49:23 UTC 2018
>
> Modified Files:
> src/sys/arch/x86/pci: pci_intr_machdep.c
>
> Log Message:
> In the NIOAPIC case, we do not need to support "legacy" irqs,
> ie; We don't need to simultaneously pass back the irq in the
> range 0 < irq < 16 (which are sometimes described as "legacy"
> in src
It should be kept in mind that the majority of the NIOAPIC code is
completely wrong by nature as it makes a runtime behavior choice based
on a build-time variable. :(
Joerg
Home |
Main Index |
Thread Index |
Old Index