lkml.org 
[lkml]   [2003]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Firewire
On Thu, Jul 24, 2003 at 07:00:27PM -0700, Chris Ruvolo wrote:
> On Thu, Jul 24, 2003 at 09:29:08PM -0400, Ben Collins wrote:
> > Could both you guys try this workaround? Should prove or disprove my
> > theory.
>
> Similar output (debug). Diff of output and then full output follows.

Just noticed that this doesn't even have anything to do with ohci1394.
It's all local requests for config rom reads. Can you send me the debug
with the below patch applied?

Index: linux-2.6/drivers/ieee1394/ieee1394_core.c
===================================================================
--- linux-2.6/drivers/ieee1394/ieee1394_core.c (revision 1013)
+++ linux-2.6/drivers/ieee1394/ieee1394_core.c (working copy)
@@ -611,6 +611,7 @@

list_for_each(lh, &host->pending_packets) {
packet = list_entry(lh, struct hpsb_packet, list);
+ HPSB_DEBUG("Checking tlabel %d\n", tlabel);
if ((packet->tlabel == tlabel)
&& (packet->node_id == (data[1] >> 16))){
break;

--
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.076 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site