From owner-freebsd-current@FreeBSD.ORG Thu Apr 22 17:39:36 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 6847816A4CE for ; Thu, 22 Apr 2004 17:39:36 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0103043D45 for ; Thu, 22 Apr 2004 17:39:36 -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 i3N0dZgr072662; Thu, 22 Apr 2004 18:39:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 18:39:42 -0600 (MDT) Message-Id: <20040422.183942.34124459.imp@bsdimp.com> To: Peter_Losher@isc.org From: "M. Warner Losh" In-Reply-To: <200404191232.49686.Peter_Losher@isc.org> References: <200404191232.49686.Peter_Losher@isc.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: current@freebsd.org Subject: Re: Cardbus detection at boot time... 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: Fri, 23 Apr 2004 00:39:36 -0000 In message: <200404191232.49686.Peter_Losher@isc.org> Peter Losher writes: : This weekend I updated to -current to use the NDIS driver w/ the WG511, : and although I got the card to work, I have the same boot-time issues. : (Guess it's a generic CardBus issue) : : Has anyone found a workaround in perhaps /boot/device.hints to : fix/workaround this issue? Peter, this was lost in my mailbox until today. This sounds like a generic buglet in the CardBus layer that we've not seen much of. Once I'm sure that the pci changes I've made are stable, I plan on attacking a number of CardBus releated issues. I'll add this to the list and post patches to -mobile when I have something. Warner