3 Dec 2006 14:54
interrupt probe fails on quad tulip pci card
Tobias Nygren <tnn+nbsd <at> nygren.pp.se>
2006-12-03 13:54:37 GMT
2006-12-03 13:54:37 GMT
Hi, I'm trying to run a quad tulip card in an Enterprise 450. I believe the card was pulled from an hp superdome server. Anyway, only 3 of the 4 ports work correctly. In the dmesg below, notice the weird interrupt assignment on tlp3. tlp0: interrupting at ivec 118 tlp1: interrupting at ivec 119 tlp2: interrupting at ivec 11a tlp3: interrupting at ivec 4 If I bring the tlp3 interface up I get on the console: interrupt_vector: spurious vector 11b at pil 6. So it looks like the interface interrupts at 0x11b and probably works correctly except that the kernel thinks that it's at interrupt 4. I'm at a complete loss when it comes to sparc64 interrupt assignment code. Any hints on where to start searching or what debug output might be useful for a PR? -T -- Relevant part of dmesg:(Continue reading)
RSS Feed