From owner-freebsd-current@FreeBSD.ORG Thu Mar 17 19:45:00 2005 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 504E816A4CE for ; Thu, 17 Mar 2005 19:45:00 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51CC43D58 for ; Thu, 17 Mar 2005 19:44:59 +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 j2HJhrqn032389; Thu, 17 Mar 2005 12:43:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 17 Mar 2005 12:44:02 -0700 (MST) Message-Id: <20050317.124402.117348110.imp@bsdimp.com> To: dirkx@webweaving.org From: "M. Warner Losh" In-Reply-To: <20050317082725.G15162@skutsje.san.webweaving.org> References: <20050317082725.G15162@skutsje.san.webweaving.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: freebsd-current@freebsd.org Subject: Re: 'pccardc power' - on 5.x and above 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: Thu, 17 Mar 2005 19:45:00 -0000 In message: <20050317082725.G15162@skutsje.san.webweaving.org> Dirk-Willem van Gulik writes: : At some time in the 5.0 series oldbus it's ioctl PIOCSVIR was dropped; and : pccard/cardbus where reformed to use POWER_ENABLE_SOCKET(). : : What is the proper way to powercylce pccard cards from userland in : -current ? You can't at the moment do that. Warner