From owner-freebsd-mobile Mon Feb 1 17:28:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18533 for freebsd-mobile-outgoing; Mon, 1 Feb 1999 17:28:07 -0800 (PST) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from netrinsics.com ([210.74.176.114]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA18510 for ; Mon, 1 Feb 1999 17:27:54 -0800 (PST) (envelope-from robinson@netrinsics.com) Received: (from robinson@localhost) by netrinsics.com (8.9.2/8.8.7) id JAA00468; Tue, 2 Feb 1999 09:22:12 +0800 (CST) (envelope-from robinson) Date: Tue, 2 Feb 1999 09:22:12 +0800 (CST) From: Michael Robinson Message-Id: <199902020122.JAA00468@netrinsics.com> To: freebsd-mobile@FreeBSD.ORG, stanb@awod.com Subject: Re: Help with configuring pccard ehternet on HP 7100 In-Reply-To: <199902012350.PAA07431@hub.freebsd.org> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Stan Brown" writes: > Now I am getting a new HP Omnibook 7100. I amm having a problem getting > the PCCARD ethernet card to work. It appears that the PAO drivers have > been merged inot 3.0 (which is what i am trying to put on the new > machine). But I have been unable to figure out how to properly > configure them since I can't even get the 3C589B card working. This > card works ahpppily under 2.2 with the PAO pathces. > > I keep geting "Failure to install driver" or something close to that > messages. Could some kind soul point me to some documentation on how to > cofigure these new PCCARD functions? Right now the documentation is the source code. Your problem is almost certainly a conflict either in the IRQ assignment or the I/O assignment. Unfortunately, the current state of 3.0 IRQ and I/O assignment is such that you may end up having to hard-code the assignments into the kernel once you find a combination that works. What I did to find working combinations was to insert debugging printfs all through the pccard code wherever it checked for available IRQ's and I/O slots, so I could see exactly where it was failing and why. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message