Re: [PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-27 Thread Peter Stuge
On Fri, Apr 27, 2007 at 07:01:43PM -0700, Andrew Morton wrote: > This one-liner is turning into a fiasco. > diff -puN > drivers/ide/legacy/ide-cs.c~ide-cs-recognize-2gb-compactflash-from-transcend > drivers/ide/legacy/ide-cs.c > --- > a/drivers/ide/legacy/ide-cs.c~ide-cs-recognize-2gb-compactfla

Re: [PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-27 Thread Andrew Morton
On Thu, 26 Apr 2007 11:21:01 +0200 "Aeschbacher, Fabrice" <[EMAIL PROTECTED]> wrote: > As pointed to by Peter, and also as indicated by a judicious output in > dmesg, the 4th parameter should be 0x969aa4f2. Please find below the > corrected patch: > > Signed-off-by: Fabrice Aeschbacher <[EMAIL PR

RE: [PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-26 Thread Aeschbacher, Fabrice
> -Original Message- > From: Andrew Morton [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 26. April 2007 02:16 > To: Aeschbacher, Fabrice > Cc: [EMAIL PROTECTED]; lkml; Dominik > Brodowski; Bartlomiej Zolnierkiewicz > Subje

Re: [PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-25 Thread Andrew Morton
On Wed, 25 Apr 2007 11:27:09 +0200 "Aeschbacher, Fabrice" <[EMAIL PROTECTED]> wrote: > Without the following patch, the kernel does not automatically detect > 2GB CompactFlash cards from Transcend. > > I'm not sure which correct values must be assigned to the 3th and 4th > parameters (here: 0x70

Re: [PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-25 Thread Peter Stuge
On Wed, Apr 25, 2007 at 11:27:09AM +0200, Aeschbacher, Fabrice wrote: > I'm not sure which correct values must be assigned to the 3th and > 4th parameters (here: 0x709b1bf1, 0xf54a91c8). Anyway, the patch is > working with these values. Tested on arch=mips. > > + PCMCIA_DEVICE_PROD_ID12("TRA

[PATCH] ide-cs: recognize 2GB CompactFlash from Transcend

2007-04-25 Thread Aeschbacher, Fabrice
Without the following patch, the kernel does not automatically detect 2GB CompactFlash cards from Transcend. I'm not sure which correct values must be assigned to the 3th and 4th parameters (here: 0x709b1bf1, 0xf54a91c8). Anyway, the patch is working with these values. Tested on arch=mips. Signed