From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: Sony Vaio PCG-FRV27 Memory Stick Reader Date: 15 Jun 2004 00:41:34 -0400 Sender: linux-laptop-owner@vger.kernel.org Message-ID: <1087274493.2920.161.camel@dhcppc4> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: Steev Klimaszewski Cc: linux-laptop@vger.kernel.org Is the memory card reader enumerated by ACPI? acpidmp | acpixtract DSDT > DSDT iasl -d DSDT grep PNP0C0D DSDT.dsl You could write a driver to attach to this PNPid and get its current resources. does the DSDT do anything special for Windows? make it do the same for you, boot with acpi_os_name="Microsoft Windows NT" -Len