From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 9 09:15:43 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4087837B404 for ; Mon, 9 Jun 2003 09:15:43 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED1043FCB for ; Mon, 9 Jun 2003 09:15:42 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h59GFXkA002686; Mon, 9 Jun 2003 10:15:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 09 Jun 2003 10:14:47 -0600 (MDT) Message-Id: <20030609.101447.89945995.imp@bsdimp.com> To: dan@doomed.us From: "M. Warner Losh" In-Reply-To: <1055156484.3ee46904d30bb@webmail.doomed.us> References: <1055156484.3ee46904d30bb@webmail.doomed.us> X-Mailer: Mew version 2.1 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-mobile@freebsd.org Subject: Re: Safely remove Cardbus/PCMCIA? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 16:15:43 -0000 In message: <1055156484.3ee46904d30bb@webmail.doomed.us> dan@doomed.us writes: : After poking around in the mailing list archives and various manpages, I cant : seem to find a solution to such a simple problem. How do you safely remove a : cardbus or pcmcia card in 5.0? I know in 4.8 there were userland applications to : stop/start/eject devices, but I can't seem to find anything similar in 5.0. Or : is this an issue to be addressed in the 5.1 series? Right now there's no way to power things off. I'm working on a generic solution that will let you detach any device, at your own risk, to make it safe to remove. Warner