From owner-freebsd-mobile Mon Nov 4 21:57:32 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA15537B401 for ; Mon, 4 Nov 2002 21:57:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0E143E42 for ; Mon, 4 Nov 2002 21:57:30 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA55vSpk088566; Mon, 4 Nov 2002 22:57:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 04 Nov 2002 22:56:39 -0700 (MST) Message-Id: <20021104.225639.112717696.imp@bsdimp.com> To: durham@jcdurham.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 3C574 won't work on 4.7-Stable From: "M. Warner Losh" In-Reply-To: <200211042151.24830.durham@jcdurham.com> References: <200211042151.24830.durham@jcdurham.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <200211042151.24830.durham@jcdurham.com> Jim Durham writes: : I bought a 3C574 3COM 16 bit card for my dell 4000 laptop that is listed : in the pccard.conf file and is a 16 bit card to replace my D-Link DFE : 530 (that was needed elsewhere). Here's what I get when I plug it in: : : jimslaptop pccardd[65]: driver allocation failed for 3Com(3C574-TX Fast : EtherLink PC Card): Device not configured. : : I didn't see any references to problems with this card on google : searches, etc. I used to see messages like that back in the 4.0 and 4.1 : days, but it was always interrupts or i/o address conflicts. : : Should I be forcing the i/o address by entering it in the pccard.conf : file? Yes. : I'm running 4.7-Stable. : : Any ideas? I'd make sure that you are specifying IRQs that are free in /etc/pccard.conf if you are using ISA interrupts. Make sure that the address range for I/O ports you specify is not used by other devices. Driver allocation failure usually means that we couldn't reserve the resources for this device. I've used this card recently on -current, but not on -stable or with OLDCARD. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message