http://bugzilla.kernel.org/show_bug.cgi?id=6984

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |REJECTED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2006-08-10 15:58 -------
There is invalid ASL code in the dsdt.dsl:

            Device (RS48)
            {
                Name (_ADR, 0x00)
                OperationRegion (NB2, PCI_Config, 0x00, 0x0100)
                Field (NB2, AnyAcc, NoLock, Preserve)
                {
                    Offset (0x90), 
                    UMBS,   32, 
                    Offset (0x9B), 
                    UMSL,   8, 
                    Offset (0xE4), 
                    MCDA,   32, 
                    NCIN,   32
                }

                If (UMRS)
                {

Can't have an "If" statement under a device. I'm not sure this was even 
allowed in ACPI 1.0. If you comment out this if block, the code compiles, 
although there are a few warnings like this:

dsdt.dsl  4112:             Acquire (MUTE, 0x03E8)
Warning  1103 -                                 ^ Possible operator timeout is 
ignored

Which means that if the Acquire times out, the code blindly goes forward as if 
it didn't.


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to