Re: [patch 28/30] aic79xx: wrong max memory at driver init

2006-12-15 Thread James Bottomley
On Mon, 2006-12-04 at 15:18 -0800, [EMAIL PROTECTED] wrote: > From: Frederic TEMPORELLI <[EMAIL PROTECTED]> No: wrong API used - update requested. James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: aic79xx - wrong max memory at driver init

2006-12-15 Thread James Bottomley
On Thu, 2006-12-14 at 11:37 +0100, Hannes Reinecke wrote: > Frederic TEMPORELLI wrote: > > Hello Hannes, > > > > Aic79xx driver for Adaptec 39320 supports 64-bit addressing, but the > > initialization code of the driver is wrong: it tests the available > > memory size instead of testing the maximu

Re: aic79xx - wrong max memory at driver init

2006-12-14 Thread Hannes Reinecke
Frederic TEMPORELLI wrote: > Hello Hannes, > > Aic79xx driver for Adaptec 39320 supports 64-bit addressing, but the > initialization code of the driver is wrong: it tests the available > memory size instead of testing the maximum available memory address. > This is necessary to support servers tha

[patch 28/30] aic79xx: wrong max memory at driver init

2006-12-04 Thread akpm
t; Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/scsi/aic7xxx/aic79xx_osm.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff -puN drivers/scsi/aic7xxx/aic79xx_osm.c~aic79xx-wrong-max-memory-at-driver-init drivers/scsi/aic7xxx/aic79xx_osm.c --- a/drivers/scsi

aic79xx - wrong max memory at driver init

2006-11-30 Thread Frederic TEMPORELLI
Hello Hannes, Aic79xx driver for Adaptec 39320 supports 64-bit addressing, but the initialization code of the driver is wrong: it tests the available memory size instead of testing the maximum available memory address. This is necessary to support servers that provides 1 Terabyte of physical memor