Re: [PATCH 2.6.22-rc2] libata: sata_sis fixes

2007-05-30 Thread Uwe Koziolek
> >> The sata_sis driver supports SATA and PATA ports. The broken support >> of both types in one controller is fixed. >> >> the PATA-port of SiS180 controller does not support a drive present status >> in the pci configspace like the other SiS PATA controllers, check skipped. >> >> Signed-off-

sata_nv: Hitachi HDS7250S - ADMA

2007-05-30 Thread David Milburn
Hello, Running the 2.6.22-rc2 kernel on a system with: nVidia Corporation CK804 Serial ATA Controller (rev f3) HITACHI HDS7250S K2AO Is it possible that this drive/firmware doen't handle AMDA mode correctly? We are seeing the following errors: =portion of dmesg== Error han

Compact Flash performance...

2007-05-30 Thread Daniel J Blueman
I have a SanDisk Extreme IV 4GB CF card, capable of 40MB/s read, but am seeing 30MB/s read [1], connected directly to the IDE bus on my ICH8 controller. How can I find out if this would be a timing or configuration issue? On 2.6.20.5 [2], the 120nS timing looks to be right [3], but perhaps no mul

Re: [PATCH 3/3] Make ide dma blacklist handling a bit saner.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 29 May 2007, Junio C Hamano wrote: > Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> writes: > > > The change itself looks good but IMO it is worth doing it before patch #2/3 > > (it would also make it possible for me to merge this patch immediately). > > Yes, I should have conside

Re: [PATCH 1/3] ide_in_drive_list(): accept NULL as the wildcard for firmware revision.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 May 2007, Junio C Hamano wrote: > Earlier, the matching of (model,rev) in ide-dma black/white list > handling was to consider "ALL" in the table to match any > revision. This makes NULL to be also an accepted wildcard, and > changes the entries of tables in ide-dma.c to use NULL. >

Re: [PATCH 2/3] mips au1xxx_ide.h: use NULL as firmware-revision wildcard.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 May 2007, Junio C Hamano wrote: > This updates the DMA whitelist in MIPS specific au1xxx ide > driver to use NULL instead of "ALL" as the wildcard. > > Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-ide" in

Re: [PATCH 3/3] ide_in_drive_list(): "ALL" is not a wildcard anymore.

2007-05-30 Thread Bartlomiej Zolnierkiewicz
On Tuesday 29 May 2007, Junio C Hamano wrote: > This removes the support to treat "ALL" as a wildcard for > firmware revision. This is made a separate patch, as it will > break out-of-tree ide drivers that feed its own table that uses > "ALL" as the wildcard to ide_in_drive_list(). > > Signed-off

Re: Compact Flash performance...

2007-05-30 Thread Lee Revell
On 5/30/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: I have a SanDisk Extreme IV 4GB CF card, capable of 40MB/s read, but am seeing 30MB/s read [1], connected directly to the IDE bus on my ICH8 controller. How do you know it's capable of 40MB/s read? Lee - To unsubscribe from this list: sen

Re: Compact Flash performance...

2007-05-30 Thread Bartlomiej Zolnierkiewicz
Hi, Since you are using libata ata_piix driver and not IDE piix one Jeff and/or Alan are the right people to ask this question... Anyway... On Thursday 31 May 2007, Daniel J Blueman wrote: > I have a SanDisk Extreme IV 4GB CF card, capable of 40MB/s read, but > am seeing 30MB/s read [1], connec

Re: [smartmontools-support] Adaptec RAID 1200A (Highpoint HPT370A)access problem

2007-05-30 Thread sam song
> This controller's driver is likely implemented as a SCSI miniport > driver. These usually don't support SMART, even if the RAID > functionality is not used. > http://smartmontools.sourceforge.net/#FAQ-win-ata-as-scsi > > Christian Hello Christian, May you confirm the conclusion for Adaptec 308

Re: Compact Flash performance...

2007-05-30 Thread Mark Lord
Daniel J Blueman wrote: I have a SanDisk Extreme IV 4GB CF card, capable of 40MB/s read, but am seeing 30MB/s read [1], connected directly to the IDE bus on my ICH8 controller. How can I find out if this would be a timing or configuration issue? On 2.6.20.5 [2], the 120nS timing looks to be righ