I'm trying to track down the problems with linuxbios, mptables, and gcc 3.2
The symptom is that the myrinet card which is in the slot for 02:1.0 ends up with IRQ 0 when linux is done parsing the mp table.
So far I am dumping the intsrc entries in the mp table and they look fine from the linuxbios side.
If anyone has any hints I'll take them. This is weird.
ron
Greetings,
Possably a packing problem? Are you dumping the raw byte values to check for bad padding?
G'day, sjames
On Mon, 2 Dec 2002, Ronald G. Minnich wrote:
I'm trying to track down the problems with linuxbios, mptables, and gcc 3.2
The symptom is that the myrinet card which is in the slot for 02:1.0 ends up with IRQ 0 when linux is done parsing the mp table.
So far I am dumping the intsrc entries in the mp table and they look fine from the linuxbios side.
If anyone has any hints I'll take them. This is weird.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Mon, 2 Dec 2002, steven james wrote:
Possably a packing problem? Are you dumping the raw byte values to check for bad padding?
yes, I am now doing to dump the whole table to try to see what's up. This is pretty weird.
ron