Re: Firewire

From: Ben Collins (bcollins@debian.org)
Date: Thu Jul 24 2003 - 21:19:55 EST


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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:24 EST