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

2002-11-21 Thread Michael Bretterklieber
Hi,

I have an VAIO FX601, and ACPI never worked.

I get a lot of errors related to ACPI during boot and acpidump also 
prints errors.

After suspending the laptop, the system never wakes-up, display still 
stays black.

So this ACPI BIOS seems to be completely buggy,

bye,

Mitsuru IWASAKI schrieb:
[moved to current@ and acpi-jp@jp]

Hi,



According to Mitsuru IWASAKI:


If your ACPI BIOS check OS type (try; acpidump | grep _OS_), you might
need to do something.  The black list feature (for non-Windows) might be
good idea for avoiding confusion.


Will try tonite when I'll have my laptop.



Thanks.



Also, development resources are limited.  For example, none of ACPI
developers has VAIO.


Well, I don't know enough to be a developper but I do have a VAIO (Z600TEK)
and can test things. Just ask.



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!!' :-)

Thanks


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


--
--- --
Michael Bretterklieber		- [EMAIL PROTECTED]	
JAWA Management Software GmbH 	- http://www.jawa.at
Liebenauer Hauptstr. 200	-- privat 
A-8041 GRAZ			GSM: ++43-(0)676-93 96 698		
Tel: ++43-(0)316-403274-12	E-mail:   [EMAIL PROTECTED]
Fax: ++43-(0)316-403274-10 	http://www.inode.at/mbretter
--- --
...the number of UNIX installations has grown to 10, with more expected...
	   - Dennis Ritchie and Ken Thompson, June 1972


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.0Rtodo.sgml)

2002-11-21 Thread Nate Lawson
On Fri, 22 Nov 2002, Ollivier Robert wrote:
 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)
 }

I also have similar problems in my ASL from the IBM T23.
http://www.root.org/~nate/acpi/ibm.asl

Scope(\_SB_) {
Method(_INI) {
If(LEqual(\SCMP(\_OS_, Microsoft Windows), Zero)) {
Store(0x1, \W98F)
}
Else {
If(CondRefOf(_OSI, Local0)) {
If(\_OSI) {
Windows 2001
Store(0x2, \WNTF)
}
}
Else {
If(LEqual(\SCMP(\_OS_, Microsoft Windows NT), Zero)) {
Store(0x1, \WNTF)
}
Else {
If(LEqual(\SCMP(\_OS_, Microsoft WindowsME: Millennium Edition), 
Zero)) {
Store(0x1, \WMEF)
Store(0x1, \W98F)
}
}
}
}
If(LNot(LLess(\_REV, 0x2))) {
Store(0x1, \H8DR)
}
Store(0x1, \OSIF)
}

-Nate


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