From owner-freebsd-current@FreeBSD.ORG Wed Sep 22 00:45:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242C316A4CE for ; Wed, 22 Sep 2004 00:45:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCC643D2D for ; Wed, 22 Sep 2004 00:45:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8M0gj6x088024; Tue, 21 Sep 2004 18:42:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 21 Sep 2004 18:43:46 -0600 (MDT) Message-Id: <20040921.184346.43008052.imp@bsdimp.com> To: stephen@math.missouri.edu From: "M. Warner Losh" In-Reply-To: <4150BD6B.30509@math.missouri.edu> References: <4150BD6B.30509@math.missouri.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Pccard / 3COM 574B X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 00:45:45 -0000 In message: <4150BD6B.30509@math.missouri.edu> Stephen Montgomery-Smith writes: : I just installed FreeBSD 5.3-Beta5 on my Dell Inspiron 7500, which has a : 3Com 574B ethernet card in it. I am having some problems with it. I've used my 3C574 card (I don't recall if it is the B version or not, but it isn't the newer TX version) in my Dell i8k and my Sony PCG-Z1WA w/o any problems. : 1) If I load the GENERIC kernel it doesn't find the card - instead I : get a "CIS is too long" message. I put some debug statements in the : kernel code, and tuple.code (in hex) is something like 40 7 0 0 2 0 0 : ... then repeat this as often as PCCARD_CIS_SIZE allows. Sounds like a possible resource conflict. Ugg, damn. I thought I'd killed all of those. : 2) FreeBSD-5.2.1-RELEASE does usually detect the card as ep0. usually? : Any suggestions? Can you send me a dmesg output? This smells like a resource issue, but it is hard to know for sure. Warner