From: Martin Michlmayr <tbm-R+vWnYXSFMfQT0dZR+AlfA@public.gmane.org>
To: Erico M Mendonca <erico-cz9lu//xMc+vYRxJAoKWRg@public.gmane.org>
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Toshiba Satellite 1905S303 DSDT table
Date: Mon, 3 Nov 2003 21:13:15 +1100 [thread overview]
Message-ID: <20031103101315.GA2100@deprecation.cyrius.com> (raw)
In-Reply-To: <3FA58FE8.4000409-cz9lu//xMc+vYRxJAoKWRg@public.gmane.org>
* Erico M Mendonca <erico-cz9lu//xMc+vYRxJAoKWRg@public.gmane.org> [2003-11-02 21:14]:
> machine, and managed to clear all the errors, except for this one:
> s303.asl 468: If(\_OSI) {
> Error 1028 - Too few arguments ^ (\_OSI requires 1)
> s303.asl 469: "Windows 2001"
> Error 1037 - ^ parse error,
I managed to fix this error with the following change:
--- dsdt.asl.orig 2003-10-25 18:43:53.000000000 +1000
+++ dsdt.asl 2003-10-25 18:47:02.000000000 +1000
@@ -144,8 +144,7 @@
}
If(LOr(LEqual(C006, 0x0), LEqual(C006, 0x3))) {
If(CondRefOf(\_OSI, Local0)) {
- If(\_OSI) {
- "Windows 2001"
+ If(\_OSI ("Windows 2001")) {
Store(0x4, C006)
}
}
This is basically in line with some other DSDTs I've seen on the net.
--
Martin Michlmayr
tbm-R+vWnYXSFMfQT0dZR+AlfA@public.gmane.org
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
next prev parent reply other threads:[~2003-11-03 10:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-02 23:14 Toshiba Satellite 1905S303 DSDT table Erico M Mendonca
[not found] ` <3FA58FE8.4000409-cz9lu//xMc+vYRxJAoKWRg@public.gmane.org>
2003-11-02 23:40 ` Erico M Mendonca
2003-11-03 9:55 ` Ducrot Bruno
[not found] ` <20031103095516.GX21970-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2003-11-03 21:25 ` Nate Lawson
2003-11-03 10:13 ` Martin Michlmayr [this message]
[not found] ` <20031103101315.GA2100-u+sgIaa8TU6A7rR/f+Zz5kHK5LHFu9C3@public.gmane.org>
2003-11-03 13:27 ` Erico M Mendonca
2003-11-04 10:39 ` Ducrot Bruno
[not found] ` <20031104103943.GJ21970-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2003-11-04 12:57 ` Erico M Mendonca
[not found] ` <3FA7A224.1080907-cz9lu//xMc+vYRxJAoKWRg@public.gmane.org>
2003-11-04 15:09 ` Ducrot Bruno
[not found] ` <20031104150926.GO21970-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
2003-11-05 1:07 ` Len Brown
[not found] ` <1067994460.6048.23.camel-D2Zvc0uNKG8@public.gmane.org>
2003-11-05 12:12 ` Ducrot Bruno
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=20031103101315.GA2100@deprecation.cyrius.com \
--to=tbm-r+vwnyxsfmfqt0dzr+alfa@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=erico-cz9lu//xMc+vYRxJAoKWRg@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