From owner-freebsd-hackers Wed Oct 24 14:22:44 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f39.law11.hotmail.com [64.4.17.39]) by hub.freebsd.org (Postfix) with ESMTP id 0D1E637B403; Wed, 24 Oct 2001 14:22:38 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 24 Oct 2001 14:22:37 -0700 Received: from 24.4.254.79 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 24 Oct 2001 21:22:37 GMT X-Originating-IP: [24.4.254.79] From: "Joesh Juphland" To: freebsd-hackers@freebsd.org Cc: freebsd-mobile@freebsd.org Subject: lots of things (pcic, pccard, ep0) on irq3. Problem ? Date: Wed, 24 Oct 2001 15:22:37 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Oct 2001 21:22:37.0892 (UTC) FILETIME=[015E2840:01C15CD2] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to get two identical 3C589 pc cards working simultaneously on my laptop. This was accomplished with FreeBSD 4.3 by adding lines like this to /etc/defaults/pccard.conf : config auto "ep0" 10 config auto "ep1" 15 (everything else for that cards entry is left the same) However, this no longer works with FreeBSD 4.4. There are two reasons that this could be happening: 1. the somewhat arcane changes I show above to pccard.conf are no longer the way it is done, and I just don't know the _new_ arcane way 2. Somehow, some way, in upgrading from 4.3 to 4.4 on this laptop, I have developed irq conflicts - maybe 4.4 just arranges things differently. So in that light, the ONLY ONLY ONLY suspicious thing I see in dmesg is that a _lot_ of things are using irq3: pci_cfgintr: 0:19 INTA routed to irq 3 pcic0 ... irq3 pcic1 ... irq3 ep0 ... irq3 Which is odd, since pccard.conf _and_ /etc/rc.conf BOTH tell ep0 to go to irq10 and ep1 to go to irq15. The end result ? ep0 works, on irq 3, and ep1 bombs out with the infamous "No card in database for "(null)"("(null)") Any help is appreciated. The irq thing looks odd, but given the previous 4.3-era solution to this problem (the pccard.conf configuration shown above) I would not be surprised if there is some new weird arrangement of the parameters for that entry that will solve everything. --joesh _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message