HI,
What choice i must disable into the config kernel file for testing properly my $PIR table?
TNX
I assume you don't want a PIRQ table at all?
In your TARGET config file, e.g. targets/iwill/dk8s2/Config.lb
add the lines uses HAVE_PIRQ_TABLE option HAVE_PIRQ_TABLE=0
ron
tnx but i know this !
I try to explain (sorry for the english)
I have made a pirq table as show into the web page of the linuxbios.org with a kernel 2.6.23. The routing table made for the motherboard work, the request are signaled to the kernel and after to the driver better.
With the same pirq table a kernel 2.4.24 (or 2.6.13) don't work.
There are a kernel option for like (MESSAGE SIGNALED INTERRUPTD) that override a bad pirq table?
Tnx
----- Original Message ----- From: "ron minnich" rminnich@gmail.com To: "Cimino Vittorio" cimino@teamufficio.it Cc: linuxbios@linuxbios.org Sent: Tuesday, January 15, 2008 10:25 PM Subject: Re: [coreboot] PIRQ Tables
I assume you don't want a PIRQ table at all?
In your TARGET config file, e.g. targets/iwill/dk8s2/Config.lb
add the lines uses HAVE_PIRQ_TABLE option HAVE_PIRQ_TABLE=0
ron
-- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On Jan 16, 2008 4:10 AM, Cimino Vittorio cimino@teamufficio.it wrote:
I have made a pirq table as show into the web page of the linuxbios.org with a kernel 2.6.23. The routing table made for the motherboard work, the request are signaled to the kernel and after to the driver better.
With the same pirq table a kernel 2.4.24 (or 2.6.13) don't work.
There are a kernel option for like (MESSAGE SIGNALED INTERRUPTD) that override a bad pirq table?
wow! that's interesting! Are the .23 and .24 configs identical?
ron