From: David Woodhouse <dwmw2@infradead.org>
To: brendan.simon@ctam.com.au
Cc: Linux MTD <linux-mtd@lists.infradead.org>
Subject: Re: doc2000 nftl[abcd] devices
Date: Fri, 21 Jun 2002 01:53:58 +0100 [thread overview]
Message-ID: <10394.1024620838@redhat.com> (raw)
In-Reply-To: <3D127644.3050004@ctam.com.au>
brendan.simon@ctam.com.au said:
> I'm getting ENODEV. It seems that the NFTLs[] array doesn't have the
> appropriate information. How is this setup ? I'm using modules so is
> it initialised so I assume it's initialised when I do an "insmod
> nftl".
> Which routine scans the DOC2000 for NFTL devices and initialises the
> NFTLs[] array.
NFTL_setup() from nftlcore.c and NFTL_mount() from nftlmount.c.
Looking at them more closely, I see that I was mistaken -- we _don't_
continue the scan after finding the first NFTL on the device. Patching
NFTL_mount() and find_boot_record() to take a 'start' argument for where to
start scanning is simple enough -- you just need to fix NFTL_setup() to
loop till NFTL_mount() stops working.
--
dwmw2
next prev parent reply other threads:[~2002-06-21 0:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-20 4:52 doc2000 nftl[abcd] devices Brendan J Simon
2002-06-20 9:03 ` David Woodhouse
2002-06-21 0:41 ` Brendan J Simon
2002-06-21 0:53 ` David Woodhouse [this message]
2002-06-21 5:34 ` Brendan J Simon
2002-06-21 6:01 ` Brendan J Simon
2002-06-21 7:11 ` 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=10394.1024620838@redhat.com \
--to=dwmw2@infradead.org \
--cc=brendan.simon@ctam.com.au \
--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.