Re: Call for testers: acpica-unix-20020815

2002-11-26 Thread Lars Eggert
Mark Santcroos wrote: On Mon, Aug 26, 2002 at 03:01:48AM +0900, Mitsuru IWASAKI wrote: >How about this one? >http://people.freebsd.org/~iwasaki/acpi/vga_pci-20020228.tar.gz > >This simply set PCI_POWERSTATE_D0 for VGA device on wakeup. This didn't work unfortunately. The problem is actually a

Re: Call for testers: acpica-unix-20020815

2002-08-29 Thread Mark Santcroos
On Sun, Aug 25, 2002 at 06:59:45PM +0200, Mark Santcroos wrote: > I have a Dell Latitude C640 and my screen won't come back after a suspend. > The machine works fine besides that. FYI: I just did a minimal Linux installation on this machine and tried latest kernel with latest ACPI. Exactly the

Re: [acpi-jp 1759] Re: Call for testers: acpica-unix-20020815

2002-08-28 Thread Yann Berthier
On Wed, 28 Aug 2002, Mitsuru IWASAKI wrote: > > 1) Fix the ASL so that it compiles without errors or warnings > > 2) Override the BIOS version of the table with your new one. (I don't know > > how this is done on FreeBSD, someone else will have to help you. > > Attached patches will fix the ASL

RE: [acpi-jp 1759] Re: Call for testers: acpica-unix-20020815

2002-08-28 Thread Moore, Robert
: Wednesday, August 28, 2002 3:36 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [acpi-jp 1759] Re: Call for testers: acpica-unix-20020815 > 1) Fix the ASL so that it compiles without errors or warnings > 2) Override the BIOS version of the table with your new on

Re: [acpi-jp 1745] Re: Call for testers: acpica-unix-20020815

2002-08-28 Thread Mitsuru IWASAKI
>Thanks a lot. I must apologize though, I had the same error with >previous versions of acpi (I should have checked, sorry, I confounded >2 laptops) This is very important fact for me! OK, I'll import 20020815 version today. BTW, Could you check your BIOS setting and see if printer

Re: [acpi-jp 1753] RE: Call for testers: acpica-unix-20020815

2002-08-28 Thread Mitsuru IWASAKI
> 1) Fix the ASL so that it compiles without errors or warnings > 2) Override the BIOS version of the table with your new one. (I don't know > how this is done on FreeBSD, someone else will have to help you. Attached patches will fix the ASL. For compiling and overriding, please refer to acpi(4)

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread David Schultz
Thus spake Terry Lambert <[EMAIL PROTECTED]>: > > Sometimes. But see http://www.tuxedo.org/~esr/jargon/html/entry/DWIM.html > > I understand, but having a different failure is no worse than > having a failure, I think. In either case, it doesn't work, > even if it doesn't work in an entirely di

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Terry Lambert
David Schultz wrote: > > So the worst possible outcome in the failure case is that it > > fails -- which it already does, without the assumption -- and > > the best possible outcome is that it succeeds when it wouldn't > > have. > > > > "Anything that works is better than anything that doesn't" >

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread David Schultz
Thus spake Terry Lambert <[EMAIL PROTECTED]>: > FWIW, there's historical precedent for this: the DEC VAX/VMS > C compiler would imply semicolons for the programmer that > forgot them, and a couple of other similar "fixups", issue a > warning, but the resulting code would run "as the programmer > m

Re: [acpi-jp 1744] RE: Call for testers: acpica-unix-20020815

2002-08-27 Thread Mitsuru IWASAKI
Hi, > This looks like the (in)famous "implicit return" problem that is in some > Toshiba ASL files. > > Method(_CRS) { > CRS_(0x10) > } No, this is not "implicit return" problem. We have a workaround in ACPI CA code in FreeBSD locally, and it

RE: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Grover, Andrew
--Original Message- > From: Yann Berthier [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 3:19 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815 > > On Tue, 27 Aug 2002, Moore, Robert wrote: >

RE: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Moore, Robert
Sent: Tuesday, August 27, 2002 3:19 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [acpi-jp 1750] Re: Call for testers: acpica-unix-20020815 On Tue, 27 Aug 2002, Moore, Robert wrote: > > This looks like the (in)famous "implicit return" problem that is in som

RE: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Moore, Robert
: Tuesday, August 27, 2002 3:40 PM To: Moore, Robert Cc: 'Mitsuru IWASAKI'; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Grover, Andrew Subject: Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815 "Moore, Robert" wrote: > I think you are missing somethin

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Terry Lambert
"Moore, Robert" wrote: > I think you are missing something: > > 1) BIOS vendor writes ASL > 2) BIOS vendor compiles ASL to AML byte-code > 3) BIOS vendor puts AML into BIOS > 4) OS gets AML from the BIOS > 5) OS interprets AML > > The error you are experiencing is in (5). There is no return sta

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Yann Berthier
On Tue, 27 Aug 2002, Moore, Robert wrote: > > This looks like the (in)famous "implicit return" problem that is in some > Toshiba ASL files. > > Method(_CRS) { > CRS_(0x10) > } > > This does NOT actually return a value and the ASL code is inco

RE: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Moore, Robert
, Andrew Subject: Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815 "Moore, Robert" wrote: > Well, the *real* problem is that there is no Return AML opcode in the > control method and the interpreter therefore does not return a value. > > However, to answer your ques

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Terry Lambert
"Moore, Robert" wrote: > Well, the *real* problem is that there is no Return AML opcode in the > control method and the interpreter therefore does not return a value. > > However, to answer your question with a question: > > Would you ask a C compiler, or any other compiler for that matter, to >

RE: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Moore, Robert
Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815 "Moore, Robert" wrote: > This looks like the (in)famous "implicit return" problem that is in some > Toshiba ASL files. > > Method(_CRS) { > CRS_(0x10) >

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Terry Lambert
"Moore, Robert" wrote: > This looks like the (in)famous "implicit return" problem that is in some > Toshiba ASL files. > > Method(_CRS) { > CRS_(0x10) > } > > This does NOT actually return a value and the ASL code is incorrect. It has > to be:

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Yann Berthier
On Tue, 27 Aug 2002, Mitsuru IWASAKI wrote: > Hi, > > Could you put the following lines into /boot/loader.conf and send > dmesg output again? > > debug.acpi.layer="ACPI_ALL_COMPONENTS" > debug.acpi.level="ACPI_LV_ERROR" > Of course, here we go :) > >[sent privately to not spam

RE: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Moore, Robert
PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815 Hi, Could you put the following lines into /boot/loader.conf and send dmesg output again? debug.acpi.layer="ACPI_ALL_COMPONENTS" debug.acpi.

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Mitsuru IWASAKI
Hi, Could you put the following lines into /boot/loader.conf and send dmesg output again? debug.acpi.layer="ACPI_ALL_COMPONENTS" debug.acpi.level="ACPI_LV_ERROR" >[sent privately to not spam the lists with my dump files] > > On Mon, 26 Aug 2002, Mitsuru IWASAKI wrote: > > > >

Re: Call for testers: acpica-unix-20020815

2002-08-27 Thread Mitsuru IWASAKI
Hi, > On Mon, Aug 26, 2002 at 10:32:58PM +0900, Mitsuru IWASAKI wrote: > > Any volunteers to solve this problem? > > Well yes, me. > > Like I said, I don't have experience with ACPI yet, but basicly I need to > get this working so that makes me a good candidate ;) Thanks, very cool! > Am I co

Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 10:32:58PM +0900, Mitsuru IWASAKI wrote: > Any volunteers to solve this problem? Well yes, me. Like I said, I don't have experience with ACPI yet, but basicly I need to get this working so that makes me a good candidate ;) I just registered myself as a developer on ati.c

Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mitsuru IWASAKI
> One other note: > > At boot time the VGA is reported as: > Aug 25 21:15:20 laptop kernel: vga0: at port 0x3c0-0x3df iomem >0xa-0xb on isa0 > > And when I load your module: > Aug 25 21:12:44 laptop kernel: vga_pci0: port 0xc000-0xc0ff mem >0xfcff-0xfcff,0xe000-0xe7f

Re: [acpi-jp 1735] Re: Call for testers: acpica-unix-20020815

2002-08-26 Thread Mitsuru IWASAKI
>FYI, I have now a "can't fetch resources for \\_SB_.PCI0.FNC0.PRT_ - >AE_BAD_DATA" with acpica-unix-20020815 during boot. I'd like to make sure if AE_BAD_DATA error occurred w/ previous versions (acpica-unix-20020725, 20020611, 20020404...) ? Or first time w/ acpica-unix-20020815 ? Anyw

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Lars Eggert
Mark Santcroos wrote: > The problem is actually a bit weird. When I suspend (close the lid or with > the key combo) the display is not turned off actually. It does go in some > form of suspend however. When I resume, the machine comes back to life > again, but the screen goes off at that moment.

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Frode Nordahl
Hello, I applied the patch, and nothing changed, so it works :) What tools do you use to check battery state? Any links on userland tools for monitoring / controling the ACPI (other than acpiconf) ? On my laptop, power switch, lid switch and stuff like that show up under boot-up, but they d

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 03:01:48AM +0900, Mitsuru IWASAKI wrote: > How about this one? > http://people.freebsd.org/~iwasaki/acpi/vga_pci-20020228.tar.gz > > This simply set PCI_POWERSTATE_D0 for VGA device on wakeup. This didn't work unfortunately. The problem is actually a bit weird. When I su

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Yann Berthier
On Mon, 26 Aug 2002, Mitsuru IWASAKI wrote: > > > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > > > The machine works fine besides that. > > > > > > OK, I think this is not related with ACPI CA code update. > > > > If that was not clear, it also didn't work be

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> iwasaki> Index: isa/syscons_isa.c > iwasaki> === > iwasaki> RCS file: /home/ncvs/src/sys/isa/syscons_isa.c,v > iwasaki> retrieving revision 1.17 > iwasaki> diff -u -r1.17 syscons_isa.c > iwasaki> --- isa/syscons_isa.c30 Jun

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Hajimu UMEMOTO
Hi, >>> Mon, 26 Aug 2002 02:37:36 +0900 (JST), >>> Mitsuru IWASAKI <[EMAIL PROTECTED]> said: iwasaki> If you have this problem w/ X running, and don't have w/o X, iwasaki> please try attached patches. iwasaki> Index: isa/syscons_isa.c iwasaki> ===

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > > The machine works fine besides that. > > > > OK, I think this is not related with ACPI CA code update. > > If that was not clear, it also didn't work before. understood. I meant that ACPI CA code changes won

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
On Mon, Aug 26, 2002 at 02:37:36AM +0900, Mitsuru IWASAKI wrote: > > I applied the patches, and I still have the same results on my laptop. > > > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > > The machine works fine besides that. > > OK, I think this is not rela

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mitsuru IWASAKI
> I applied the patches, and I still have the same results on my laptop. > > I have a Dell Latitude C640 and my screen won't come back after a suspend. > The machine works fine besides that. OK, I think this is not related with ACPI CA code update. Our device driver (maybe syscons?) or X server

Re: Call for testers: acpica-unix-20020815

2002-08-25 Thread Mark Santcroos
Hi Mitsuru, I applied the patches, and I still have the same results on my laptop. I have a Dell Latitude C640 and my screen won't come back after a suspend. The machine works fine besides that. Do you have any idea/advice how this can be debugged? Thanks Mark On Thu, Aug 22, 2002 at 11:51:

Call for testers: acpica-unix-20020815

2002-08-22 Thread Mitsuru IWASAKI
I'm going to import Intel acpica-unix-20020815 sometime early next week. Please test new version of acpica and give feedback before my importing. Major fix in this version is Ref/Deref operators bug fix. Personally I'm very happy with the new version because now my laptop (FIVA 206VL) reports cor