From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 07:07:59 2006 Return-Path: X-Original-To: current@freebsd.org 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 57DF816A412 for ; Fri, 13 Oct 2006 07:07:59 +0000 (UTC) (envelope-from amurphy@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2788743D98 for ; Fri, 13 Oct 2006 07:07:57 +0000 (GMT) (envelope-from amurphy@gsoft.com.au) Received: from [203.31.81.32] (priscilla.gsoft.com.au [203.31.81.32]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k9D77opI015955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 13 Oct 2006 16:37:51 +0930 (CST) (envelope-from amurphy@gsoft.com.au) Message-ID: <452F3B46.3010203@gsoft.com.au> Date: Fri, 13 Oct 2006 16:37:50 +0930 From: Adrian Murphy User-Agent: Thunderbird 1.5.0.5 (X11/20060810) MIME-Version: 1.0 To: Ian FREISLICH , current@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: Subject: Re: cardbus/xircom realport no longer works X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 13 Oct 2006 07:07:59 -0000 Ian FREISLICH wrote: > Daniel Eischen wrote: >> M. Warner Losh wrote: >>> In message: >>> Ian FREISLICH writes: >>> : Hi >>> : >>> : After upgrading from 6.2-prerelease to current on one of my friend's >>> : laptops, the cardbus ethernet adaptor doesn't work any more. >>> : The card is one of those 2 slot thick Xircom RealPorts ethernet >>> : with a modem (red plastic connectors in the card). >>> : >>> : I can supply more information if required. (At least it works with >>> : my old 10M Accton pccard). >>> : >>> : FreeBSD 6.2-PRERELEASE #0: Mon Oct 9 08:36:57 UTC 2006 >>> : >>> : cbb0: at device 3.0 on pci0 >>> : cardbus0: on cbb0 >>> : pccard0: <16-bit PCCard bus> on cbb0 >>> : cbb1: at device 3.1 on pci0 >>> : cardbus1: on cbb1 >>> : pccard1: <16-bit PCCard bus> on cbb1 >>> : >>> : dc0: port 0x1000-0x107f mem 0x88000000-0x8800 > 07ff, 0x88001000-0x880017ff irq 11 at device 0.0 on cardbus0 >>> : miibus0: on dc0 >> : tdkphy0: on miibus0 >>> : tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>> : dc0: Ethernet address: 00:10:a4:98:ff:b6 >>> : sio4: port 0x1080-0x1087 mem 0x88002000-0x880027ff > ,0x88003000-0x880037ff at device 0.1 on cardbus0 >>> : sio4: type 16550A >>> : sio4: unable to activate interrupt in fast mode - using normal mode >>> : >>> : >>> : FreeBSD 7.0-CURRENT #1: Tue Oct 10 10:42:40 UTC 2006 >>> : >>> : cbb0: at device 3.0 on pci0 >>> : cardbus0: on cbb0 >>> : pccard0: <16-bit PCCard bus> on cbb0 >>> : cbb1: at device 3.1 on pci0 >>> : cardbus1: on cbb1 >>> : pccard1: <16-bit PCCard bus> on cbb1 >>> : >>> : cardbus0: CIS pointer is 0x107 >>> : cardbus0: CIS in option rom >>> : cardbus0: Unable to allocate resource to read CIS. >>> : cardbus0: Unable to allocate resources for CIS >>> : cardbus0: Warning: Bogus CIS ignored >>> : dc0: port 0x1000-0x107f mem 0x88000000-0x8800 > 07ff, 0x88001000-0x880017ff at device 0.0 on cardbus0 >>> : dc0: No station address in CIS! >>> : device_attach: dc0 attach returned 6 >>> : cardbus0: CIS pointer is 0x207 >>> : cardbus0: CIS in option rom >>> : cardbus0: Unable to allocate resource to read CIS. >>> : cardbus0: Unable to allocate resources for CIS >>> : cardbus0: Warning: Bogus CIS ignored >>> : sio4: port 0x1000-0x1007 mem 0x88002000-0x880027ff > ,0x88003000-0x880037ff at device 0.1 on cardbus0 >>> : sio4: type 16550A >>> : sio4: [GIANT-LOCKED] >>> : sio4: unable to activate interrupt in fast mode - using normal mode >>> >>> This is defintiely weird.... I'll see if I can recreate it... >> I have the same problem on -current with my dc (Xircom) card and >> a Dell Inspiron laptop. It used to work (under -current) but >> hasn't worked in months. I also have a Dell Inspiron and I have trouble with cardbus in current since Jan 2006. > Do you have an approximate date at which it stopped working? My > laptoy is dog slow, but I'm prepared to do a binary search if you > can give me a start time. If I wind the version of the Cardbus module back to a date < December 29, 2005 the problem goes away. Otherwise, I get the problem you describe. I use Cardbus for a wireless card. Adrian