From: David Woodhouse <dwmw2@infradead.org>
To: ashwinp@aftek.com
Cc: Vipin Malik <vipin.malik@daniel.com>, linux-mtd@lists.infradead.org
Subject: Re: Is my flash being detected?
Date: Fri, 22 Jun 2001 17:04:10 +0100 [thread overview]
Message-ID: <25291.993225850@redhat.com> (raw)
In-Reply-To: <993224949.73422@email.aftek.com>
ashwinp@aftek.com said:
> I got the mistake the fucntion check_cmd_set in cfi_probe.c assigns
> the probe function using inter_module_get_request .Since my kernel
> does not have module support the function returns null.For the time
> being I have assigned the address of the function cfi_cmdset_0002 to
> probe
Fixed in CVS. If the command set code is built-in, it get called directly.
The inter_module_xxx crap in 2.4 is, well, crap. :)
ashwinp@aftek.com said:
> unable to handle kernel paging request at virtual address 8f80000
> I think I know the reason this may be the readb from _memcpy_form_io
> may be trying to read from a wrong addres as the readb reads form
> PCMCIA_IO and I think I know the way to fix this .
Is the flash paged - allowing the CPU to see only a 0x80000-byte region at
a time? There are examples (octagon-5066.c) of how to deal with this.
> I can't use the latest kernel so I am forced to used the mtd on a
> older kernel.
The code in CVS should work on older kernels. Please use it.
--
dwmw2
next prev parent reply other threads:[~2001-06-22 15:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-22 14:23 Is my flash being detected? ashwinp
2001-06-22 14:42 ` Vipin Malik
2001-06-22 15:49 ` ashwinp
2001-06-22 16:04 ` David Woodhouse [this message]
2001-06-22 14:45 ` Vipin Malik
2001-06-22 14:44 ` 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=25291.993225850@redhat.com \
--to=dwmw2@infradead.org \
--cc=ashwinp@aftek.com \
--cc=linux-mtd@lists.infradead.org \
--cc=vipin.malik@daniel.com \
/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.