Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266825AbUITTYU (ORCPT ); Mon, 20 Sep 2004 15:24:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267189AbUITTYU (ORCPT ); Mon, 20 Sep 2004 15:24:20 -0400 Received: from fmr04.intel.com ([143.183.121.6]:2519 "EHLO caduceus.sc.intel.com") by vger.kernel.org with ESMTP id S266825AbUITTYQ (ORCPT ); Mon, 20 Sep 2004 15:24:16 -0400 Date: Mon, 20 Sep 2004 12:24:04 -0700 From: Keshavamurthy Anil S To: Dmitry Torokhov Cc: acpi-devel@lists.sourceforge.net, Keshavamurthy Anil S , "Brown, Len" , LHNS list , Linux IA64 , Linux Kernel Subject: Re: [ACPI] PATCH-ACPI based CPU hotplug[2/6]-ACPI Eject interface support Message-ID: <20040920122404.B15677@unix-os.sc.intel.com> Reply-To: Keshavamurthy Anil S References: <20040920092520.A14208@unix-os.sc.intel.com> <20040920093532.D14208@unix-os.sc.intel.com> <200409201333.42857.dtor_core@ameritech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200409201333.42857.dtor_core@ameritech.net>; from dtor_core@ameritech.net on Mon, Sep 20, 2004 at 01:33:42PM -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1342 Lines: 31 On Mon, Sep 20, 2004 at 01:33:42PM -0500, Dmitry Torokhov wrote: > On Monday 20 September 2004 11:35 am, Keshavamurthy Anil S wrote: > > This patch support /sys/firmware/acpi/eject interface where in > > the ACPI device say "LSB0" can be ejected by echoing "\_SB.LSB0" > > > /sys/firmware/acpi/eject > > > > I wonder if eject should be an attribute of an individual device and visible > only when device can be ejected. Reading from it could show eject level > (_EJ0/_EJ3 etc). Hi Dmitry, Today there is really no sysfs representation of acpi devices apart from the acpi namespace representation. Evaluating acpi namespaces's _EJ0 method won't help, as we need acpi device and all its child devices to be removed as part of the eject. Also for there is no 1:1 maping of acpi devices to pci devices to consider eject to be part of the pci devices. Hence the best solution for now is to echo ACPI full path name of the device to be ejected onto the eject file and the code will make sure that the device supports _EJx method before actuall removing the device. thanks, Anil > > -- > Dmitry - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/