From owner-freebsd-current@FreeBSD.ORG Thu Oct 12 11:01:43 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 D777E16A417 for ; Thu, 12 Oct 2006 11:01:43 +0000 (UTC) (envelope-from eischen@vigrid.com) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9991C43D93 for ; Thu, 12 Oct 2006 11:01:34 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from [65.75.33.81] (tnt-33-81.ct.dialin.ntplx.com [65.75.33.81]) (authenticated bits=0) by mail.ntplx.net (8.13.7/8.13.7/NETPLEX) with ESMTP id k9CB1Nr8001413; Thu, 12 Oct 2006 07:01:29 -0400 (EDT) Message-ID: <452E138F.6010403@vigrid.com> Date: Thu, 12 Oct 2006 06:06:07 -0400 From: Daniel Eischen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20061011.191342.01666242.imp@bsdimp.com> In-Reply-To: <20061011.191342.01666242.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-2.0.2 (mail.ntplx.net [204.213.176.10]); Thu, 12 Oct 2006 07:01:30 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: if@hetzner.co.za, current@freebsd.org 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: Thu, 12 Oct 2006 11:01:44 -0000 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-0x880007ff, 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-0x880007ff, 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. -- DE