DOC2000 issues...
David Woodhouse
dwmw2 at infradead.org
Fri Feb 2 16:22:31 EST 2001
On Fri, 2 Feb 2001, Kevin Fenzi wrote:
>
> ...
> M-Systems DiskOnChip driver. (C) 1999 Machine Vision Holdings, Inc.
> M-Systems NAND Flash Translation Layer driver. (C) 1999 MVHI
> $Id: nftl.c,v 1.57 2000/12/01 17:51:54 dwmw2 Exp $
> ...
Didn't find hardware. Did you hardcode the address or leave it at zero to
auto-probe? Common mistake is to give the segment address not the real
address (0xd800 not 0xd8000). You do need the extra zero.
Note to self: Hide that option and the 55AA one inside if(LINUXBIOS).
> Then, I tried the newest m-systems driver with 2.2.18:
> VFS: Cannot open root device 3e:01
> Kernel panic: VFS: Unable to mount root fs on 3e:01
They changed the major number from the temporary one they were using. But
rather than using the one I'd already registered, they started using an
entirely new one. Major 100 I think.
Geometry info is useful though - can you compare it with what the free
driver reports, when you get that working?
> I would be happy to write up a HOWTO or the like if someone can help
> me get it going. ;)
I love you.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list