[LinuxBIOS] Re: floating irq_table

yhlu yinghailu at gmail.com
Fri Jul 1 00:55:58 CEST 2005


just committed the write_pirq_routing_table for s2882 and s2895.

for s2882 also move pci_assign_irq from mptable to irq_table.c

other x86 irq_table.c all added

unsigned long write_pirq_routing_table(unsigned long addr)
{
        return copy_pirq_routing_table(addr);
}

and table.c will call write_pirq_routing_table instead of
copy_pirq_routing_table.

YH

On 6/29/05, Ronald G. Minnich <rminnich at lanl.gov> wrote:
> 
> 
> On Wed, 29 Jun 2005, yhlu wrote:
> 
> > 2. create irq_table while creating the mptable...
> 
> this is better.
> 
> ron
>




More information about the coreboot mailing list