From owner-cvs-src@FreeBSD.ORG Tue Mar 8 16:37:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DF0316A4CE; Tue, 8 Mar 2005 16:37:50 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF43843D54; Tue, 8 Mar 2005 16:37:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j28GZWlp012317; Tue, 8 Mar 2005 09:35:32 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 08 Mar 2005 09:35:35 -0700 (MST) Message-Id: <20050308.093535.39177166.imp@bsdimp.com> To: jeremie@le-hen.org From: "M. Warner Losh" In-Reply-To: <20050308072731.GI94451@obiwan.tataz.chchile.org> References: <20050307230515.GD94451@obiwan.tataz.chchile.org> <20050308072731.GI94451@obiwan.tataz.chchile.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: deischen@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 16:37:50 -0000 In message: <20050308072731.GI94451@obiwan.tataz.chchile.org> Jeremie Le Hen writes: : > Both laptops are Dell (Inspiron 4150 and Inspiron 8100). : : I don't know if it cares, but mine is a Dell Latitute CPx. : : dmesg(8) is attached, with cardbus rev 1.48. This looks like it is working to me. Is that correct? I tried it last night on my Sony and got two interesting results. The rl card I have just worked, and the dc card appeared to work, but locked up the system completely. I've noticed some anomalies with the lights on the card (which indicate power issues), which may be the cause of some of these problems. I'll look into those when I get the chance (maybe Thursday night unless work is exceptionally non-busy before then). Warner