From owner-freebsd-stable@FreeBSD.ORG Tue Jan 30 18:24:55 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8DDB16A401 for ; Tue, 30 Jan 2007 18:24:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A192F13C471 for ; Tue, 30 Jan 2007 18:24:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0UIN0GR016811; Tue, 30 Jan 2007 11:23:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Jan 2007 11:23:29 -0700 (MST) Message-Id: <20070130.112329.-233674626.imp@bsdimp.com> To: casner@packetdesign.com From: "M. Warner Losh" In-Reply-To: <20070129191444.C33034@hsa> References: <20070124092103.G3837@oak.packetdesign.com> <20070124224613.420e8ae3.torfinn.ingolfsen@broadpark.no> <20070129191444.C33034@hsa> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 30 Jan 2007 11:23:01 -0700 (MST) Cc: torfinn.ingolfsen@broadpark.no, freebsd-stable@freebsd.org Subject: Re: System hang on laptop suspend/resume X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 18:24:56 -0000 In message: <20070129191444.C33034@hsa> Stephen Casner writes: : On Wed, 24 Jan 2007, Torfinn Ingolfsen wrote: : : > On Wed, 24 Jan 2007 09:26:54 -0800 (PST) : > Stephen Casner wrote: : > : >> Do you know, though, whether there is any way in NEWCARD to power down : >> the PC Card / Cardbus slot? I didn't see anything in the 6.2 release : >> note regarding changes in that area. : > : > Hmm, doesn't 'pccardc power ...' already do that? See 'man pccardc' for : > more info. : : Yes, that is what I used to do on FreeBSD 4.8. However, since : converting to 6.1, I get the following error: : : oak> pccardc power 0 0 : pccardc: /dev/card0: No such file or directory : : In the mail archive, I saw that pccardc is not supported in NEWCARD, : but the binary and man page are still included in the 6.1 release. : I am awaiting the arrival of my 6.2 CDs, but as mentioned above, I : didn't see anything in the release note to suggest the result will be : different. Hence my question if there was some other way! : : Thanks for taking the time to reply, though. pccardc power no longer exists. There's no current way to power down the pccard/cardbus slot. I keep resisting adding a hack for pccard/cardbus, but think that the 'better' way won't be coming along for a while so maybe should do this... Warner