From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17781 invoked by alias); 2 Mar 2013 18:28:29 -0000 Received: (qmail 17768 invoked by uid 22791); 2 Mar 2013 18:28:29 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Mar 2013 18:28:25 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id 4E948151A117; Sat, 2 Mar 2013 18:28:24 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001788] New: Add debug information to MCC code Date: Sat, 02 Mar 2013 18:28:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mjones@linear.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2013/txt/msg00111.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001788 Bug ID: 1001788 Summary: Add debug information to MCC code Product: eCos Version: CVS Target: All Architecture/Host All OS: Status: UNCONFIRMED Severity: enhancement Priority: low Component: Patches and contributions Assignee: unassigned@bugs.ecos.sourceware.org Reporter: mjones@linear.com CC: ecos-patches@ecos.sourceware.org Created attachment 2114 --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2114&action=edit DEBUG1 enhancement This patch modifies a DEBUG1 statement in MMC code to write out the CHS. This was used to debug a problem with a SD card that was formatted by IOS. IOS did not manage the CHS properly and the driver failed. The solution was to format the SD with Linux. Nonetheless, this prints more information that helps debug similar problems. -- You are receiving this mail because: You are the assignee for the bug.