From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 07:48:29 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 D6A3D16A407 for ; Fri, 13 Oct 2006 07:48:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F9E43D72 for ; Fri, 13 Oct 2006 07:48:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k9D7kxou076167; Fri, 13 Oct 2006 01:46:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 13 Oct 2006 01:42:43 -0600 (MDT) Message-Id: <20061013.014243.-233675296.imp@bsdimp.com> To: if@hetzner.co.za From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 13 Oct 2006 01:47:00 -0600 (MDT) Cc: 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: Fri, 13 Oct 2006 07:48:30 -0000 In message: Ian FREISLICH writes: : 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. : : 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. : : Warner, will my doing this this help? Lemme see if I can recreate this with my card first. My wife just gave birth, so I'll be a little slow... Warner