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





------- Comment #56 from [EMAIL PROTECTED]  2007-10-08 11:22 -------
Marton, none of your logs contain write (command=0x81) log. there are only
command=0x80 (read) and command=0x84 (query).
read is <command, <addr, >data, there is interrupt after command, and none
after addr (error). My patch correctly handles that.
query is <command, >data, there are no interrupts at all (error). My patch does
not handle that.
I think, that the logic of EC author was to send interrupt only to confirm that
byte in consumed from input buffer (IBF_O) condition. So patch should be
changed to have all OBF_1 waits done in poll mode, and have all IBF_0 done in
int mode for BROKEN_IRQ bit set,
do you agree?



-- 
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to