From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 21:37:25 2003 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 1678A16A4B3 for ; Mon, 20 Oct 2003 21:37:25 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9A443FD7 for ; Mon, 20 Oct 2003 21:37:24 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9L4bNE7019839; Mon, 20 Oct 2003 22:37:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 20 Oct 2003 22:37:25 -0600 (MDT) Message-Id: <20031020.223725.74914123.imp@bsdimp.com> To: mark@valentine.me.uk From: "M. Warner Losh" In-Reply-To: <200310210021.h9L0LZBk032955@dotar.thuvia.org> References: <200310210021.h9L0LZBk032955@dotar.thuvia.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.ORG Subject: Re: PC Card Ethernet attach fails in -CURRENT (FA410TX on ThinkPad 240X) 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 Oct 2003 04:37:25 -0000 In message: <200310210021.h9L0LZBk032955@dotar.thuvia.org> Mark Valentine writes: : ed1: at port 0x100-0x11f irq 11 function 0 config 32 on pccard0 : -ed1: bpf attached : -ed1: address 00:48:54:c0:99:7b, type Linksys (16 bit) : -miibus0: on ed1 : -ukphy0: on miibus0 : -ukphy0: OUI 0x080017, model 0x0002, rev. 0 : -ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto : +device_probe_and_attach: ed1 attach returned 6 : : The card had also been working happily with various 4.x releases. : : Any ideas? it worked for me sometime before 5.1, but I had two people at bsdcon trip me about this. something weird has happened to the if_ed driver to screw this up. I'm not sure what it is :-( Warner