Re: [ACPI-sppt] integrating fixed dsdt into linux kernel
[email protected] (Tomasz Ciolek)
| Newsgroups | gmane.linux.acpi.support |
|---|---|
| Message-ID | <[email protected]> |
Ole,
The P2120 seems to have problems with the various sleep states (other
than S5, which wheninvoked, oopses the machine). Also ot appears that
there are some errors in initialisation of the _OSI objects right at the
start of the DSDT.
here is the diff:
--- ./fujitsu-p2120.asl 2003-05-28 15:03:20.000000000 +1000
+++ fujitsu-p2120-patched.asl 2003-05-28 15:03:20.000000000 +1000
@@ -68,12 +68,10 @@
Method(TOOS) {
If(LEqual(TOSS, Zero)) {
If(CondRefOf(\_OSI, Local0)) {
- If(\_OSI) {
- "Windows 2000"
+ If(\_OSI ("Windows 2000")) {
Store(0x3, TOSS)
}
- If(\_OSI) {
- "Windows 2001"
+ If(\_OSI ("Windows 2001")) {
Store(0x4, TOSS)
}
}
I know that its trivial, but for some reason the P2120 refuses to
sleep/memory suspend via ACPI... and I want it fixed so it does... and I
think the first step is to have a DSDT that complies with the ACPI
standards...
Tomasz Ciolek
On Wed, May 28, 2003 at 08:42:03AM +0200, Ole ROHNE wrote:
> Out of interest (I have a p2120 myself): Which are your problems with
> the stock p2120 DSDT?
>
> Ole
> --
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: ObjectStore.
> If flattening out C++ or Java code to make your application fit in a
> relational database is painful, don't do it! Check out ObjectStore.
> Now part of Progress Software. http://www.objectstore.net/sourceforge
> _______________________________________________
> ACPI-support mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/acpi-support
PS you might want tose youre reply address so that its not:
[email protected]
because mail cannot be sent back to that address...
--
Tomasz M. Ciolek
*******************************************************************************
email: tmc at dreamcraft dot com dot au
*******************************************************************************
GPG Key ID: 0x41C4C2F0 Key available on www.pgp.net
*******************************************************************************
Everything falls under the law of change;
Like a dream, a phantom, a bubble, a shadow,
like dew of flash of lightning.
You should contemplate like this.
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+1J/aOh0OrUHEwvARApKxAJ4l5/nMVKhwPQkMB0bDwY1w2Qd6LwCgvmBE bw8p00zNMP7NAj0FMMydaJQ= =w1HO -----END PGP SIGNATURE-----