Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI:
 BTW, I'm planning to buy VAIO (maybe used one) to improve ACPI support.
 Any recommendations?
 # Recommendation means some sort of `Sigh!  My VAIO doesn't work with
 # ACPI at all!!' :-)

The Z600TEK I have (PIII/700/jogdial) can suspend to memory (sleep mode)
but is completely hung upon resume and I can't break into DDB. All the
other functions in ACPI like thermal measures and automatic speed fallback
when I unplug the power supply works.

Suspend to disk (aka hibernation) doesn't work at all (I fugre it tries to
save into the DOS slice I've kept for that purpose).

I can't use the keys on the keyboard to do that BTW, only zzz works.

APM works although as I said, it doesn't suspend from within X.

Arigato Iwasaki-san.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI:
 Thanks.

Here is the result. The first check is there and there are several others
in acpidump output. Full dump at

http://www.keltia.net/download/acpidump-z600tek

-=-=-=-
Method(_PTS, 1) {
If(LNot(LLess(Arg0, 0x2))) {
Store(0x1, \_SB_.PCI0.CRST)
}
Else {
Store(0x0, \_SB_.PCI0.CRST)
}
If(LEqual(Arg0, 0x4)) {
Store(\_SB_.PCI0.ISA_.SPIC._CRS(), \_SB_.PCI0.ISA_.SPIC.SSRC)
If(LEqual(SCMP(\_OS_, Microsoft Windows NT), Zero)) {
PHS_(0xe3)
PHS_(0xe5)
}
Else {
If(LNot(LEqual(SCMP(\_OS_, Microsoft Windows), Zero))) {
PHS_(0xe3)
PHS_(0xe5)
}
}
}
Return(0x0)
}
-=-=-=-
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message