From owner-freebsd-current@FreeBSD.ORG Mon May 10 19:08:53 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 6413316A4CE for ; Mon, 10 May 2004 19:08:53 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA53E43D49 for ; Mon, 10 May 2004 19:08:52 -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 i4B28qOd072958; Mon, 10 May 2004 20:08:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 10 May 2004 20:09:43 -0600 (MDT) Message-Id: <20040510.200943.29498813.imp@bsdimp.com> To: marks@ripe.net From: "M. Warner Losh" In-Reply-To: <20040510155253.GA799@laptop.6bone.nl> References: <20040510143207.GB757@laptop.6bone.nl> <20040510.084126.60291992.imp@bsdimp.com> <20040510155253.GA799@laptop.6bone.nl> 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: cardbus trouble 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, 11 May 2004 02:08:53 -0000 In message: <20040510155253.GA799@laptop.6bone.nl> Mark Santcroos writes: : Hi Warner, : : Sorry for the false alarm, I was using the wrong thread to report my : problem (as the device in question - wi - isn't a cardbus card). : : It was caused by the change to if_wi_pccard.c not longer depending on : pccard. As I have all this stuff as a module, I needed to explicitly load : pccard from the loader and now the card works again. : : I guess this is the expected effect of your change, isn't it? Yes. Guess like I better put an entry in UPDATING. I took the dependency out so I could load/unload pccard w/o unloading all the children to remove the busy reference... Warner