From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 14:44:09 2004 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 297C516A4CE for ; Sat, 17 Apr 2004 14:44:09 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB5B43D2D for ; Sat, 17 Apr 2004 14:44:08 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3HLi4kj082792; Sat, 17 Apr 2004 15:44:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 17 Apr 2004 15:45:04 -0600 (MDT) Message-Id: <20040417.154504.33315436.imp@bsdimp.com> To: rodrigc@crodrigues.org From: "M. Warner Losh" In-Reply-To: <20040417041819.GA709@crodrigues.org> References: <20040412201157.46385.qmail@web11407.mail.yahoo.com> <20040413.090251.08456849.imp@bsdimp.com> <20040417041819.GA709@crodrigues.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 3Com 3c905 failed to attach 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: Sat, 17 Apr 2004 21:44:09 -0000 In message: <20040417041819.GA709@crodrigues.org> Craig Rodrigues writes: : Warner, : : I have verison 1.69 of if_xl.c, and am having the same : problem as Shisuda, but with this card: : : xl0: <3Com 3c900-COMBO Etherlink XL> port 0xc000-0xc03f irq 10 at device 12.0 on pci0 : xl0: BAD BAR: skipping checks : xl0: Lazy allocation of 0x1 bytes rid 0x14 type 3 at 0xf0000000 : xl0: using memory mapped I/O : xl0: reset didn't complete : xl0: command never completed! : xl0: command never completed! : xl0: eeprom failed to come ready : xl0: failed to read station address : device_probe_and_attach: xl0 attach returned 6 I think that this is fallout from my fixes. Soren and I are iterating over patches right now to fix things better. Hopefully that will fix this case as well. It appears that BARs that are all zero's (BAD BAR) are more common than just in ATA bridges. Warner