http://defect.opensolaris.org/bz/show_bug.cgi?id=6113
--- Comment #7 from J?rgen Keil <jk at tools.de> 2009-01-15 08:52:48 --- Created an attachment (id=1226) --> (http://defect.opensolaris.org/bz/attachment.cgi?id=1226) an attempt to dump STBL using acpidump (In reply to comment #4) > You might want to try dump the STBL with acpidump so that we can see > what data we are dealing with. Hmm, acpidump? This is a different utility than iasl, correct? ... Ok, I found a compiled version on http://blastwave.network.com/csw/unstable/i386/5.11/ I tried to use it like this - is that correct ? # iasl -g Intel ACPI Component Architecture ASL Optimizing Compiler version 20081031 [Nov 5 2008] Copyright (C) 2000 - 2008 Intel Corporation Supports ACPI Specification Revision 3.0a There are 4 tables defined in the RSDT Table [FACP] written to "FACP_OEMFACP.dat" Table [APIC] written to "APIC_OEMFACP.dat" Table [MCFG] written to "MCFG_OEMFACP.dat" Table [OEMB] written to "OEMB_OEMFACP.dat" Table [FACS] written to "FACS_OEMFACP.dat" Table [DSDT] written to "DSDT_A0465000.dat" Disassembly of DSDT Pass 1 parse of [DSDT] Pass 2 parse of [DSDT] Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions) ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Parsing completed Disassembly completed, written to "dsdt_A0465000.dsl" # grep STBL *.dsl OperationRegion (STBL, SystemMemory, 0x7F7B9AB0, 0x0445) Load (STBL, HNDL) Load (STBL, HNDL) OperationRegion (STBL, SystemMemory, 0x7F7B9F00, 0x0445) Load (STBL, HNDL) Load (STBL, HNDL) # ../acpidump -a 0x7F7B9AB0 -l 0x0445 > CPU1-STBL # ../acpidump -a 0x7F7B9F00 -l 0x0445 > CPU2-STBL -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
