Date: Thu, 14 Sep 2000 15:18:36 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: freebsd-stable@freebsd.org Subject: RE: PCI IRQ Problem.. (frustrating :) Message-ID: <XFMail.000914151836.doconnor@gsoft.com.au> In-Reply-To: <XFMail.000914122654.doconnor@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14-Sep-00 Daniel O'Connor wrote: > I have tried 2 P6SBS motherboards and they both have the same symptoms.. > Everything else works (21443 network card, IDE, video etc etc), even the > custom > cards non interrupt related functionality is fine. > > This motherboard DID work with 4.0-REL, so basically I'm asking what the > heck > changed between 4.0 and 4.1 PCI IRQ wise :) Hah! I figured it out.. *Insane laughter* The PLX chip we use (9050) has a bug whereby it won't respond if it is configured to use an address which has the 7th bit set (!).. The 'work around' is to reprogram the address by frobbing the PCI conf register and turning the bit off.. This moves the address to something the card will respond to. Unfortunatly the BIOS maps the addresses of adjacent cards close to each other so when the driver kludged the address, it put it on top of another card.. They do have another work around but I can't understand it <sigh>.. Time to send them some email I guess :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000914151836.doconnor>