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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Config-Interrupts           |BIOS




------- Comment #6 from [EMAIL PROTECTED]  2007-11-16 21:52 -------
per Shaohua's comment #4, the DSDT (and thus pnpacpi)
parse the BIOS DSDT, which erroneously sets IRQ8 to level sensitive.

                Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00"))
                    Name (RTCD, 0x00)
                    Name (CRSP, ResourceTemplate ()
                    {
                        IO (Decode16, 0x0070, 0x0070, 0x01, 0x02)
                        IRQ (Level, ActiveLow, Exclusive) {8}
                    })
                    Method (_CRS, 0, NotSerialized)
                    {
                        Return (CRSP)
                    }

So technically, this is a BIOS bug, and
a duplicate of bug 5243,
which is has the same fix as bug 9153:-)


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to