public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: elbg <elbg-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
To: Hrvoje Habjanic
	<hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
Cc: hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org,
	liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Acpica problem?
Date: Mon, 30 Jun 2003 17:16:09 +0200	[thread overview]
Message-ID: <3F005439.4030705@laposte.net> (raw)
In-Reply-To: <200306301400.12493.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>

Salut,
Me I do not have the files following : "aslcompilerparse.c & 
aslcompilerlex.c " in the sources of  intel : 
"acpica-unix-20030619.tar.gz" !

I looked in the directory  "../acpica-unix-20030619/compiler/" and it do 
not have the file there ! I have to check 
"../acpica-unix-20030619/compiler/Makefile" and they must be there !
It is possible that.??
I does not understand!!

Hrvoje Habjanic a écrit :

>On Monday 30 June 2003 13:11, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
>  
>
>>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>
>>Salut Hrvoje,
>>
>>On Mon, 30 Jun 2003, Hrvoje Habjanic wrote:
>>    
>>
>>>[root@xxx acpi]# ./acpica-unix-20030619/compiler/iasl -g
>>>
>>>Intel ACPI Component Architecture
>>>ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
>>>Copyright (C) 2000 - 2003 Intel Corporation
>>>Supports ACPI Specification Revision 2.0b
>>>
>>>Core dump
>>>
>>>I'm dooing something wrong?
>>>      
>>>
>>Did you build it from source?
>>    
>>
>
>Yep!
>
>
>[root@habi xxx]# cd acpica-unix-20030619/compiler/
>[root@xxx compiler]# make 
>bison -v -d -y -pAslCompiler aslcompiler.y
>conflicts:  33 shift/reduce, 47 reduce/reduce
>cp y.tab.c aslcompilerparse.c
>cp y.tab.h aslcompiler.y.h
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslcompilerparse.o aslcompilerparse.c
>flex -i -PAslCompiler -oaslcompilerlex.c aslcompiler.l
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslcompilerlex.o aslcompilerlex.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslanalyze.o aslanalyze.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslcodegen.o aslcodegen.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslcompile.o aslcompile.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslerror.o aslerror.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslfiles.o aslfiles.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asllength.o asllength.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asllisting.o asllisting.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslload.o aslload.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asllookup.o asllookup.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslmain.o aslmain.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslmap.o aslmap.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslopcodes.o aslopcodes.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asloperands.o asloperands.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslresource.o aslresource.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslrestype1.o aslrestype1.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslrestype2.o aslrestype2.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asltree.o asltree.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslutils.o aslutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o asltransform.o asltransform.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslfold.o aslfold.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslstubs.o aslstubs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslopt.o aslopt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../common/getopt.o ../common/getopt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utalloc.o ../utilities/utalloc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utcopy.o ../utilities/utcopy.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utdebug.o ../utilities/utdebug.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utdelete.o ../utilities/utdelete.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utglobal.o ../utilities/utglobal.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utobject.o ../utilities/utobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utmisc.o ../utilities/utmisc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../utilities/utmath.o ../utilities/utmath.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsaccess.o ../namespace/nsaccess.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsalloc.o ../namespace/nsalloc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsdump.o ../namespace/nsdump.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsnames.o ../namespace/nsnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsobject.o ../namespace/nsobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsparse.o ../namespace/nsparse.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nssearch.o ../namespace/nssearch.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsutils.o ../namespace/nsutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nswalk.o ../namespace/nswalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../namespace/nsxfobj.o ../namespace/nsxfobj.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/psargs.o ../interpreter/parser/psargs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/psopcode.o ../interpreter/parser/psopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/psparse.o ../interpreter/parser/psparse.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/psscope.o ../interpreter/parser/psscope.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/pstree.o ../interpreter/parser/pstree.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/psutils.o ../interpreter/parser/psutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/parser/pswalk.o ../interpreter/parser/pswalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswscope.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dswstate.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsfield.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dsutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswexec.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/dispatcher/dswload.o ../interpreter/dispatcher/dswload.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exconvrt.o ../interpreter/executer/exconvrt.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/excreate.o ../interpreter/executer/excreate.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exdump.o ../interpreter/executer/exdump.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exmisc.o ../interpreter/executer/exmisc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exmutex.o ../interpreter/executer/exmutex.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exnames.o ../interpreter/executer/exnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg1.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg2.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg3.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exoparg6.o ../interpreter/executer/exoparg6.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exprep.o ../interpreter/executer/exprep.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exregion.o ../interpreter/executer/exregion.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exresnte.o ../interpreter/executer/exresnte.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exresolv.o ../interpreter/executer/exresolv.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exresop.o ../interpreter/executer/exresop.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exstore.o ../interpreter/executer/exstore.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exstoren.o ../interpreter/executer/exstoren.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exstorob.o ../interpreter/executer/exstorob.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exsystem.o ../interpreter/executer/exsystem.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../interpreter/executer/exutils.o ../interpreter/executer/exutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../common/adisasm.o ../common/adisasm.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../debugger/dbfileio.o ../debugger/dbfileio.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmbuffer.o ../disassembler/dmbuffer.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmnames.o ../disassembler/dmnames.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmopcode.o ../disassembler/dmopcode.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmobject.o ../disassembler/dmobject.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmresrc.o ../disassembler/dmresrc.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmresrcl.o ../disassembler/dmresrcl.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmresrcs.o ../disassembler/dmresrcs.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmutils.o ../disassembler/dmutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../disassembler/dmwalk.o ../disassembler/dmwalk.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../tables/tbinstal.o ../tables/tbinstal.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../tables/tbutils.o ../tables/tbutils.c
>cc -g -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o ../osunixxf.o ../osunixxf.c
>cc  aslcompilerparse.o aslcompilerlex.o aslanalyze.o aslcodegen.o aslcompile.o aslerror.o aslfiles.o asllength.o asllisting.o aslload.o asllookup.o aslmain.o aslmap.o aslopcodes.o asloperands.o aslresource.o aslrestype1.o aslrestype2.o asltree.o aslutils.o asltransform.o aslfold.o aslstubs.o aslopt.o ../common/getopt.o ../utilities/utalloc.o ../utilities/utcopy.o ../utilities/utdebug.o ../utilities/utdelete.o ../utilities/utglobal.o ../utilities/utobject.o ../utilities/utmisc.o ../utilities/utmath.o ../namespace/nsaccess.o ../namespace/nsalloc.o ../namespace/nsdump.o ../namespace/nsnames.o ../namespace/nsobject.o ../namespace/nsparse.o ../namespace/nssearch.o ../namespace/nsutils.o ../namespace/nswalk.o ../namespace/nsxfobj.o ../interpreter/parser/psargs.o ../interpreter/parser/psopcode.o ../interpreter/parser/psparse.o ../interpreter/parser/psscope.o ../interpreter/parser/pstree.o ../interpreter/parser/psutils.o ../interpreter/parser/pswalk.o ../interpreter/dispatcher/dswscope.o ../interpreter/dispatcher/dswstate.o ../interpreter/dispatcher/dsfield.o ../interpreter/dispatcher/dsobject.o ../interpreter/dispatcher/dsopcode.o ../interpreter/dispatcher/dsutils.o ../interpreter/dispatcher/dswexec.o ../interpreter/dispatcher/dswload.o ../interpreter/executer/exconvrt.o ../interpreter/executer/excreate.o ../interpreter/executer/exdump.o ../interpreter/executer/exmisc.o ../interpreter/executer/exmutex.o ../interpreter/executer/exnames.o ../interpreter/executer/exoparg1.o ../interpreter/executer/exoparg2.o ../interpreter/executer/exoparg3.o ../interpreter/executer/exoparg6.o ../interpreter/executer/exprep.o ../interpreter/executer/exregion.o ../interpreter/executer/exresnte.o ../interpreter/executer/exresolv.o ../interpreter/executer/exresop.o ../interpreter/executer/exstore.o ../interpreter/executer/exstoren.o ../interpreter/executer/exstorob.o ../interpreter/executer/exsystem.o ../interpreter/executer/exutils.o ../common/adisasm.o ../debugger/dbfileio.o ../disassembler/dmbuffer.o ../disassembler/dmnames.o ../disassembler/dmopcode.o ../disassembler/dmobject.o ../disassembler/dmresrc.o ../disassembler/dmresrcl.o ../disassembler/dmresrcs.o ../disassembler/dmutils.o ../disassembler/dmwalk.o ../tables/tbinstal.o ../tables/tbutils.o ../osunixxf.o \
>          -o iasl
>[root@xxx compiler]# ./iasl -g
>
>Intel ACPI Component Architecture
>ASL Optimizing Compiler / AML Disassembler version 20030619 [Jun 30 2003]
>Copyright (C) 2000 - 2003 Intel Corporation
>Supports ACPI Specification Revision 2.0b
>
>Segmentation fault
>
>
>  
>
>>cheers
>>  hartwig felger
>>
>>Hartwig Felger informatics
>>
>>- --
>>1024D/339FD693 Hartwig Felger <hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org>
>>Key fingerprint = FB2F 3EE9 345A D55B 6FF2  0EC1 F5B0 684F 339F D693
>>For the pulic keys, please visit my page.
>>-----BEGIN PGP SIGNATURE-----
>>Version: GnuPG v1.2.2 (GNU/Linux)
>>
>>iD8DBQE/ABsD9bBoTzOf1pMRAsgWAJ40y8pmLoTgrpn+H+wrN0Szr4M2qQCgzTVL
>>t3yWu5IzYV+sixQuDzWMM6g=
>>=xK2h
>>-----END PGP SIGNATURE-----
>>    
>>
>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
>_______________________________________________
>Acpi-devel mailing list
>Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>https://lists.sourceforge.net/lists/listinfo/acpi-devel
>  
>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

  parent reply	other threads:[~2003-06-30 15:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-30 10:37 Acpica problem? Hrvoje Habjanic
     [not found] ` <200306301237.07932.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 11:11   ` liste-9nAOAgdJVo4b1SvskN2V4Q
     [not found]     ` <Pine.LNX.4.33.0306301311190.1064-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-06-30 12:00       ` Hrvoje Habjanic
     [not found]         ` <200306301400.12493.hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org>
2003-06-30 15:16           ` elbg [this message]
     [not found]             ` <3F005439.4030705-QFKgK+z4sOrR7s880joybQ@public.gmane.org>
2003-06-30 16:05               ` elbg
2003-06-30 12:16       ` Hrvoje Habjanic
2003-06-30 14:49   ` Ducrot Bruno
  -- strict thread matches above, loose matches on Subject: below --
2003-07-13 23:49 Grover, Andrew

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F005439.4030705@laposte.net \
    --to=elbg-qfkgk+z4sorr7s880joybq@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org \
    --cc=hrvoje.habjanic-+VD6v/bdhRf0NTdHYsHBKg@public.gmane.org \
    --cc=liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox