On Mon, Apr 14, 2003 at 12:24:54PM -0400, Kumba wrote:
Several chips used in Indy (and Indigo2) are used in much complicated machines (not supported by linux) and SGI always designed its machines with modularity in mind. local3_irq is another cascade where nothing is hooked on Indy, so you can't get this irq. and if it happens there is sometning strange with our system. there are no comments because you need to understand it before coding and once you read documentation comments are useless ;-)
ladis
ps. there is driver for built-in parport now by Vincent Stehle http://vincent.stehle.free.fr/sgi/parport.php3
Ah ha, interesting. I noticed it, because testing both the parallel port and NE2000 ISA card, I had to avoid that IRQ. The parallel port card had physical jumpers I set on it to get around trying to use IRQ3, and the NE2000 Card you *have* to know the IRQ. Can't use the ether=0,0,ethX line on the kernel, because if the kernel attempts to probe for IRQs, it runs into that panic. Enabling it didn't seem to do anything bad either, except that odd message which sounded pretty weird for a kernel.
--Kumba