From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43F0D441.8000507@orthanc.ca> Date: Mon, 13 Feb 2006 10:47:29 -0800 From: Lyndon Nerenberg User-Agent: Thunderbird 1.5 (X11/20060201) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Bogus shared IRQ on Dell D610 References: <3030.1139852426@piper.nectar.cs.cmu.edu> In-Reply-To: <3030.1139852426@piper.nectar.cs.cmu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: fe083fae-ead0-11e9-9d60-3106f5b1d025 > I think there's some plan9.ini foo which says "no matter how > many PCI devices this machine claims to have, it has only N", > which if you're lucky might clip out the second #y. The only thing I could find in the driver was "pcmcia0=disabled" (I forget the exact value) that disables all PCMCIA configuration attempts. There's nothing to override the number of card slots. I'm not sure changing the PCI probe limits is going to help here. I think for now I'm going to start adding prints to the 589 driver to see exactly where the push of the received data up to userland is falling over. I still don't know if this is related to the IRQ5 confusion or what. I also need to examine the FreeBSD driver for the cardbus bridge to see if they're doing anything special. --lyndon