[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,(0x08<<3)|0x0,
> {0x00,(0x1f<<3)|0x0,
> {0x00,(0x1d<<3)|0x0,
> {0x00,(0x00<<3)|0x0,
> {0x00,(0x01<<3)|0x0,
> {0x01,(0x00<<3)|0x0,
> {0x01,(0x01<<3)|0x0,
> {0x01,(0x02<<3)|0x0,
> {0x01,(0x09<<3)|0x0,
> {0x01,(0x06<<3)|0x0,
> {0x01,(0x07<<3)|0x0,
> {0x00,(0x02<<3)|0x0,
> 

Joe,
There is some good information here:
http://linuxbios.org/index.php/Creating_Valid_IRQ_Tables
http://www.microsoft.com/whdc/archive/pciirq.mspx


Your bus/dv/fun should match the devices found when you do an lspci. The 
value for the bitmap is what IRQs are available on that INT#. Theses are 
typically 10 and/or 11 but could be any shareable IRQ.

Marc

-- 
Marc Jones
Senior Firmware Engineer
(970) 226-9684 Office
mailto:[EMAIL PROTECTED]
http://www.amd.com/embeddedprocessors



-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to