From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 23:46:53 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 6E7DA16A4CE for ; Tue, 21 Sep 2004 23:46:53 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2245A43D2D for ; Tue, 21 Sep 2004 23:46:53 +0000 (GMT) (envelope-from stephen@math.missouri.edu) Received: from [10.0.0.3] (12-216-240-169.client.mchsi.com[12.216.240.169]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20040921234652m9100ipm77e>; Tue, 21 Sep 2004 23:46:52 +0000 Message-ID: <4150BD6B.30509@math.missouri.edu> Date: Tue, 21 Sep 2004 18:46:51 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040918 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Tue, 21 Sep 2004 23:46:53 -0000 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. 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. 2) FreeBSD-5.2.1-RELEASE does usually detect the card as ep0. 3) If I use the OLDCARD kernel it also sometimes detects the card. But not always - particularly after switching the computer off and then on again. I am almost thinking that the ethernet card is faulty. But so far Windows 2000 has never failed to find the ethernet card. Any suggestions? Stephen