Compact Flash Disc with devb-eide?

Hi

I try to use a compact flash card with devb-eide on a MIPS embedded
system with an AMD AU1500 processor. In a start application the card is
enabled and the CIS can be read.
The CF I/O physical address space is 0xF00000000 (36 bit).
My question is how to call the block device driver.

I tried

devb-eide eide ata,ioport=0xf00000000,noslave

then the systems hangs.
Any idea?

Best Regards,
Joerg

\

Joerg Ritter Tel: +49 48 73 90 10 866
mycable GmbH Fax: +49 48 73 90 19 76
Boeker Stieg 43
D-24613 Aukrug eMail: jr@mycable.de

J. Ritter <jr@mycable.de> wrote:

Hi

I try to use a compact flash card with devb-eide on a MIPS embedded
system with an AMD AU1500 processor. In a start application the card is
enabled and the CIS can be read.
The CF I/O physical address space is 0xF00000000 (36 bit).
My question is how to call the block device driver.

The current version of the eide driver only supports 32bit addresses.
I will look into adding >32bit addresses.