From: Brian Kuschak <bkuschak@yahoo.com>
To: Brian Kuschak <bkuschak@yahoo.com>, linux-kernel@vger.kernel.org
Cc: " \"Rogério\" Brito" <rbrito@ime.usp.br>, jgarzik@pobox.com
Subject: Re: 2.6.11-rc4 libata-core (irq 30: nobody cared!)
Date: Wed, 23 Feb 2005 18:01:53 -0800 (PST) [thread overview]
Message-ID: <20050224020154.20822.qmail@web40908.mail.yahoo.com> (raw)
In-Reply-To: <20050224015859.55191.qmail@web40910.mail.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
Retry... that patch got screwed up in the last
email...
-Brian
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
[-- Attachment #2: patch1.txt --]
[-- Type: text/plain, Size: 403 bytes --]
--- libata-core.c.orig 2005-02-23 17:41:03.831836464 -0800
+++ libata-core.c 2005-02-23 17:54:51.287044152 -0800
@@ -3158,6 +3158,11 @@
if (qc && (!(qc->tf.ctl & ATA_NIEN))) {
handled |= ata_host_intr(ap, qc);
}
+ else {
+ /* bk - just ack spurious interrupt here - temp workaround */
+ ata_irq_ack(ap, 0);
+ printk(KERN_WARNING "ata%d: irq trap\n", ap->id);
+ }
}
}
next prev parent reply other threads:[~2005-02-24 2:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-24 1:58 Brian Kuschak
2005-02-24 2:01 ` Brian Kuschak [this message]
2005-02-24 2:34 ` [PATCH] " Jeff Garzik
2005-02-24 2:36 ` Jeff Garzik
2005-02-24 2:58 ` Brian Kuschak
2005-02-26 19:32 ` Rogério Brito
2005-02-26 20:19 ` Jeff Garzik
2005-02-26 23:18 ` Rogério Brito
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=20050224020154.20822.qmail@web40908.mail.yahoo.com \
--to=bkuschak@yahoo.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rbrito@ime.usp.br \
/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
all inboxes | Powered by JetHome®