From: Ulrich Eckhardt <eckhardt@satorlaser.com>
To: linux-mips@linux-mips.org
Subject: Re: CF custom implementation
Date: Fri, 6 May 2005 09:13:50 +0200 [thread overview]
Message-ID: <200505060913.50629.eckhardt@satorlaser.com> (raw)
In-Reply-To: <9DFF23E1E33391449FDC324526D1F259024380C6@sjc1exm02.pmc_nt.nt.pmc-sierra.bc.ca>
Kiran Thota wrote:
> I am working on a MIPS-based processor SoC which has a custom CF
> implementation over Local Bus. The CF doesnt support IO mode, interrupts,
> 32-bit support.
> It has limited register support [no interface registers to reset the CF]. I
> am using 2.6.10 from linux-mips. I have already written a PCMCIA/CF socket
> socket for the same.
> The goal is to use the CF cards as memoy devices. Advise me on the path to
> take:
>
> PCMCIA/CF ->CS/DS -> IDE [I found a patch to make IDE work in polled mode]
Could you tell me where you found that patch?
> I am currently using Lexar and Hitachi Compact Flash cards.
CF is a standard, so this shouldn't matter.
> The CIS can be read and when the Linux boots up and I invoke cardmgr
> [v3.2.8], it sees the device as ATA/IDE Fixed Disk [Func = 4 (Fixed Disk) ]
> Is there a way to force it to come up in memory only mode? Please suggest.
I'm using a CF card attached to the PCMCIA interface of an Alchemy Au1100.
Since my board only has a CF slot, I'm not using the whole PCMCIA stack at
all - CONFIG_PCMCIA=no and no cardmgr. All I do is detect the card, parse the
CIS and register the CF card with the IDE/ATA system of the kernel, just like
Alan Cox suggested in the recent thread "ATA devices attached to arbitary
busses". One good reason for me doing so is that I need to mount the root
filesystem from the CF but the PCMCIA stack requires user-space helpers.
Uli
next prev parent reply other threads:[~2005-05-06 7:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-05 22:37 CF custom implementation Kiran Thota
2005-05-06 7:13 ` Ulrich Eckhardt [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-05-06 17:32 Kiran Thota
2005-05-07 13:51 ` Bogdan Vacaliuc
2005-05-07 13:51 ` Bogdan Vacaliuc
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=200505060913.50629.eckhardt@satorlaser.com \
--to=eckhardt@satorlaser.com \
--cc=linux-mips@linux-mips.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox