INFTL problems

David Woodhouse dwmw2 at infradead.org
Wed Nov 5 05:27:12 EST 2003


On Tue, 2003-10-28 at 16:34 -0500, Dave Dillow wrote:
> Try this -- it's my current hack to get my 128MB recoginzed. When I get
> time, I plan to work on nand/diskonchip.c, per dwmw2's suggestion.

I'm having a go at merging it -- I should have something for you to test
shortly. I'm hoping to drop the 'DoC_is_2000TSOP()' tests and just treat
it unconditionally as a Millennium. Did you really need these parts...

-       if (DoC_is_2000(doc))
+       if (DoC_is_2000(doc) || DoC_is_2000TSOP(doc))
                xtraflags |= CDSN_CTRL_FLASH_IO;

For the Millennium (and hence I'd have assumed for these 2000 parts too)
we're never supposed to set the CDSN_CTRL_FLASH_IO bit; it's defined as
"always write zero".

Zachi?

-- 
dwmw2




More information about the linux-mtd mailing list