All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Alexandru Harsanyi <a.harsanyi@willhart-tech.com>
Cc: Linux Mtd <linux-mtd@lists.infradead.org>
Subject: Re: DOC 2000 driver (NFTL) in kernel 2.4.7
Date: Wed, 08 Aug 2001 07:42:08 +0100	[thread overview]
Message-ID: <22004.997252928@redhat.com> (raw)
In-Reply-To: <3B70C06D.5908CAC8@willhart-tech.com>


a.harsanyi@willhart-tech.com said:
> ANAND header found at 0xc000 in mtd0, but ECC read failed (err 1)
> ANAND header found at 0xe000 in mtd0, but ECC read failed (err 1)
> Could not find valid boot record 

And with this applied...?

Index: nftlmount.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nftlmount.c,v
retrieving revision 1.20
diff -u -r1.20 nftlmount.c
--- nftlmount.c	2001/08/07 09:22:07	1.20
+++ nftlmount.c	2001/08/08 06:41:48
@@ -103,6 +103,7 @@
 			continue;
 		}
 
+#if 0
 		/* Finally reread to check ECC */
 		if ((ret = MTD_READECC(nftl->mtd, block * nftl->EraseSize, SECTORSIZE,
 				&retlen, buf, (char *)&oob) < 0)) {
@@ -119,6 +120,7 @@
 			       buf[0], buf[1], buf[2], buf[3], buf[4], buf[5]);
 			continue;
 		}
+#endif
 			       
 		/* OK, we like it. */
 


--
dwmw2

  reply	other threads:[~2001-08-08  6:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E15RXGo-00058Q-00@pentafluge.infradead.org>
2001-08-01  3:46 ` DOC 2000 driver (NFTL) in kernel 2.4.7 Saul Thurrowgood
2001-08-07  9:36   ` David Woodhouse
2001-08-08  4:30     ` Alexandru Harsanyi
2001-08-08  6:42       ` David Woodhouse [this message]
2001-08-08  7:42         ` Alexandru Harsanyi
2001-08-08  8:52           ` David Woodhouse
2001-07-31  4:40 Alexandru Harsanyi
2001-07-31 20:45 ` David Woodhouse

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=22004.997252928@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=a.harsanyi@willhart-tech.com \
    --cc=linux-mtd@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.