RE: PCMCIA bring up fails on ide_register()

2009-10-04 Thread Kevin Wu
...@lists.infradead.org] On Behalf Of Peter Stuge Sent: Saturday, October 03, 2009 10:50 AM To: linux-pcmcia@lists.infradead.org Subject: Re: PCMCIA bring up fails on ide_register() Kevin Wu wrote: > I don't know. We just use Linux 2.6.14.2 as our code base to > develop our code. Sorry, wrong answer. It

Re: PCMCIA bring up fails on ide_register()

2009-10-03 Thread Peter Stuge
Kevin Wu wrote: > I don't know. We just use Linux 2.6.14.2 as our code base to > develop our code. Sorry, wrong answer. It seems your development model is absolutely incompatible with the Linux community. I think you are on your own. If you for whatever reason insist on shipping age old Linux tha

Re: PCMCIA bring up fails on ide_register()

2009-10-02 Thread Wolfram Sang
> I don't know. We just use Linux 2.6.14.2 as our code base to develop our > code. Well, there were many changes meanwhile both to PCI and PCMCIA. Don't be surprised when nobody wants to debug something which might be fixed already ;) > The root cause of this error I guess is, Host trying to acce

RE: PCMCIA bring up fails on ide_register()

2009-10-02 Thread Kevin Wu
Linux mapping to the wrong location. Thanks Kevin -Original Message- From: Wolfram Sang [mailto:w.s...@pengutronix.de] Sent: Friday, October 02, 2009 1:59 PM To: Kevin Wu Cc: 'linux-pcmcia@lists.infradead.org' Subject: Re: PCMCIA bring up fails on ide_register() >My L

Re: PCMCIA bring up fails on ide_register()

2009-10-02 Thread Wolfram Sang
>My Linux code is based on revision 2.6.14.2; there are two slots for >PCMCIA card, slot 0 and slot 1. Now I have one ATA Flash card in slot 1. Does it also happen with a recent kernel? Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang| In

PCMCIA bring up fails on ide_register()

2009-10-02 Thread Kevin Wu
Dear Linux PCMCIA experts, I am trying to bring up PCMCIA code in Linux, but I meet the following error. Could you please help me take a look? I have my Linux boot up logged messages as attachment. The current error: ide-cs: ide_register() at 0x 0 & 0x e, irq 94 failed My Linux code is base