Re: ISSUE: kernel hangs during PCI device probing

Martin Mares (mj@atrey.karlin.mff.cuni.cz)
Mon, 23 Mar 1998 12:42:18 +0100


Hi,

> No promises I'll check if its trivial

It should be sufficient to add a check for header type and drop non-bridge
devices with (hdrtype & 0x7f) != 0 and bridge devices with (hdrtype & 0x7f) == 1.
It's almost the same way as we do in 2.1, but ignoring header type 2 (CardBus
bridge).

Have a nice fortnight

-- 
Martin `MJ' Mares   <mj@ucw.cz>   http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
"A student who changes the course of history is probably taking an exam."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu