From owner-freebsd-stable@FreeBSD.ORG Mon Apr 20 16:17:18 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0F901065674 for ; Mon, 20 Apr 2009 16:17:18 +0000 (UTC) (envelope-from olivas@new.digiflux.org) Received: from new.digiflux.org (unknown [IPv6:2002:40bf:f55::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6870A8FC15 for ; Mon, 20 Apr 2009 16:17:18 +0000 (UTC) (envelope-from olivas@new.digiflux.org) Received: from [10.0.0.74] (unknown [78.154.231.46]) by new.digiflux.org (Postfix) with ESMTP id 325BE267C35 for ; Mon, 20 Apr 2009 12:17:13 -0400 (EDT) Message-ID: <49EC9FFF.5020706@new.digiflux.org> Date: Mon, 20 Apr 2009 19:17:03 +0300 From: Stacy Olivas User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <49EC8D3A.9070602@new.digiflux.org> In-Reply-To: <49EC8D3A.9070602@new.digiflux.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cardbus0 and Xircom X3201 10/100BaseTX problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 16:17:19 -0000 Stacy Olivas wrote: > it to -stable instead> > > Hello, > Got a quick question about the Xircom X3201 PCMCIA card with FreeBSD > 7.2-PRERELEASE. > I"ve found this patch that was supposed to fix the issue: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern%2F115623&cat= > > Not sure if it was actually incorporated into 7.2-PRERELEASE though. > Update: I had some time to look at the code in the patch and compare it against the cardbus_cis.c file on my system. The patch has not been added. I've patched my cardbus_cis.c file and recompiled the kernel. My Xircom card works now with no issues. This is the output now when the system boots: dc0: port 0x1100-0x117f mem 0x88000000-0x880007ff,0x88001000-0x880017ff irq 11 at device 0.0 on cardbus0 miibus0: on dc0 tdkphy0: PHY 0 on miibus0 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:10:a4:b2:72:ef dc0: [ITHREAD] I've also submitted a follow-up PR with my results. Any ideas if the patch will ever be incorporated into the codebase? Thanks. -Stacy