From owner-freebsd-current@FreeBSD.ORG Mon May 10 11:17:28 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 3055416A4CF for ; Mon, 10 May 2004 11:17:28 -0700 (PDT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF74943D31 for ; Mon, 10 May 2004 11:17:27 -0700 (PDT) (envelope-from marks@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id 22AE24E6F4; Mon, 10 May 2004 20:17:27 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id CE75C4E52D; Mon, 10 May 2004 20:17:26 +0200 (CEST) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id i4AIHQVt012366; Mon, 10 May 2004 20:17:26 +0200 Received: (nullmailer pid 906 invoked by uid 1001); Mon, 10 May 2004 15:52:53 -0000 Date: Mon, 10 May 2004 17:52:53 +0200 From: Mark Santcroos To: "M. Warner Losh" Message-ID: <20040510155253.GA799@laptop.6bone.nl> References: <20040510125544.GA732@laptop.6bone.nl> <20040510.071335.04875032.imp@bsdimp.com> <20040510143207.GB757@laptop.6bone.nl> <20040510.084126.60291992.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040510.084126.60291992.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.000003 / 0.0 / 0.0 / disabled X-RIPE-Signature: e43b95306023e6a70841f51c1d8e8288 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: Mon, 10 May 2004 18:17:28 -0000 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? Mark