[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <475CB069.3050001@shaw.ca>
Date: Sun, 09 Dec 2007 21:20:09 -0600
From: Robert Hancock <hancockr@...w.ca>
To: Tejun Heo <htejun@...il.com>
Cc: Andreas Mohr <andi@...as.de>,
Matthew Garrett <mjg59@...f.ucam.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"Rafael J. Wysocki" <rjw@...k.pl>,
LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>, linux-ide@...r.kernel.org,
Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org
Subject: Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23
Tejun Heo wrote:
> Robert Hancock wrote:
>> And you're quite right in your comment that we are often too quick to
>> blacklist hardware instead of looking into why it really is failing.
>> ACPI is one of those areas where we often just need to figure out how to
>> be bug-to-bug compatibile with what Windows is doing..
>
> In the spirit of not blacklisting without looking deep into ACPI code,
> can somebody familiar with ASL take a look at comment 11 of bug 9320?
>
> http://bugzilla.kernel.org/show_bug.cgi?id=9320#c11
>
> This is libata calling _GTM to find out how the BIOS configured the
> device to determine cable type.
>
> Thanks.
I suspect it's somewhat similar (though perhaps a different cause), the
code is trying to lookup a value (presumably register contents) in a
table using Match, gets a value that's not in the table (which makes
Match return the ONES value FFFFFFFF meaning not found) and so the
lookup of the corresponding output value with that index fails. We'd
need the full ASL dump to know exactly what's going on there.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@...pamshaw.ca
Home Page: http://www.roberthancock.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists