Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread Carl-Daniel Hailfinger
On 19.10.2007 05:01, Corey Osgood wrote: I would mark those irq tables as broken and use acpi routing. You can dump the factory acpi tables using acpidump (or cat /proc/acpi/dsdt somefile), then decompile them with iasl. Once you do that, you can look through them for (_PRT), which should be

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread joe
Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread ron minnich
On 10/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oh ok, that makes perfect sense. So it looks like in 0xded8 they pretty much made the range open to as many irqs available to PCI. What is the benifit of using such a large range? Just lazy coding if they are all the same (0xded8)?

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread Stefan Reinauer
Carl-Daniel Hailfinger wrote: On 19.10.2007 05:01, Corey Osgood wrote: I would mark those irq tables as broken and use acpi routing. You can dump the factory acpi tables using acpidump (or cat /proc/acpi/dsdt somefile), then decompile them with iasl. Once you do that, you can look

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread Uwe Hermann
On Thu, Oct 18, 2007 at 11:01:59PM -0400, Corey Osgood wrote: I would mark those irq tables as broken and use acpi routing. You can dump the factory acpi tables using acpidump (or cat /proc/acpi/dsdt somefile), then decompile them with iasl. Once you do that, you can look through them for

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread Marc Jones
[EMAIL PROTECTED] wrote: Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn,

Re: [LinuxBIOS] Building an irq table - Help

2007-10-19 Thread Stefan Reinauer
Stefan Reinauer wrote: Carl-Daniel Hailfinger wrote: On 19.10.2007 05:01, Corey Osgood wrote: I would mark those irq tables as broken and use acpi routing. You can dump the factory acpi tables using acpidump (or cat /proc/acpi/dsdt somefile), then decompile them with iasl. Once

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread Marc Jones
[EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn, {0x01,(0x083)|0x0, {0x00,(0x1f3)|0x0, {0x00,(0x1d3)|0x0,

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread joe
Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn, {0x01,(0x083)|0x0,

Re: [LinuxBIOS] Building an irq table - Help

2007-10-18 Thread Corey Osgood
[EMAIL PROTECTED] wrote: Quoting Marc Jones [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Ok I am a little confused on how to tell what devices are what in irc_tablec.c How do I tell?? Also where does the value for the bitmap come from? Thanks for your help - Joe /* bus, dev|fn,