[PATCH 1/1] AVR32 PATA driver

2007-08-14 Thread Kristoffer Nyborg Gregertsen
This patch adds support for PATA devices on the AVR32 using the CompactFlash controller in 'True IDE mode'. DMA is currently not supported due to lack of DMACK pins on the current AP7000 series. Tested on AP7000 / STK1000. Signed-off-by: Kristoffer Nyborg Gregertsen [EMAIL PROTECTED] --- diff

Re: [PATCH 1/1] AVR32 PATA driver

2007-08-14 Thread Kristoffer Nyborg Gregertsen
Hi again everybody, The driver is now working very nicely. The sporadic errors I reported earlier were mostly due to the state of the EBI to ATA adaptor prototype card. I have also added some time before R/W strobe to make sure signals are stable. The only thing that bothers me is the huge

[patch 04/12] ata_piix: update map 10b for ich8m

2007-08-14 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Tejun Heo [EMAIL PROTECTED] Fix map entry 10b for ich8. It's [P0 P2 IDE IDE] like ich6 / ich6m. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Acked-by: Kristen Carlson Accardi [EMAIL PROTECTED] Cc:

Re: sata_nv + ADMA + Samsung disk problem

2007-08-14 Thread Tejun Heo
Gabor Gombas wrote: Hi, Since I have upgraded to 2.6.22.1 from 2.6.20 I have problems with Samsung disks. Sometimes the disks stall for about half a minute and then I have these messages in the logs: Aug 6 20:10:11 twister kernel: ata7: EH in ADMA mode, notifier 0x0 notifier_error 0x0

Re: regression problem with Maxtor disk

2007-08-14 Thread Tejun Heo
[cc'ing Robert Hancock and quoting the whole message for him] Lieven Marchand wrote: Hi, the following drive Aug 12 12:26:15 black kernel: Vendor: ATA Model: Maxtor 7H500F0 Rev: HA43 Aug 12 12:26:15 black kernel: Type: Direct-Access ANSI SCSI

Re: [2.6.23-rc3] Regression: spurious completions during NCQ

2007-08-14 Thread Tejun Heo
Frans Pop wrote: Hi, I've been running 2.6.23-rc2 without problems. Today I compiled 2.6.23-rc3 and shortly after boot got the following messages in my logs: kernel: ata1.00: spurious completions during NCQ issue=0x0 SAct=0x7ffc7 FIS=005040a1:0020 kernel: ata1.00: cmd

Re: Sil3124: IRQ loss errata on PCI-X

2007-08-14 Thread Tejun Heo
Fajun Chen wrote: Hi, In sata_sil24.c, there's a special flag as shown below: SIL24_FLAG_PCIX_IRQ_WOC = (1 24), /* IRQ loss errata on PCI-X */ Could someone explain the error condition and the rational behind the fix? It's a workaround for an erratum which is under NDA, so can't say

Re: sata drive loosing connection/resetting port

2007-08-14 Thread Tejun Heo
Michal Piotrowski wrote: Hi Andreas, [Adding Jeff and linux-ide to CC] On 13/08/07, Andreas Radke [EMAIL PROTECTED] wrote: running ArchLinux kernel 2.6.22.2 on a Abit IP35 Pro motherboard with Pro Intel P35 chipset (ICH9R + Jmicron) i have these entries all few minutes: ata1.00:

Re: Still having problems with sata_promise on all late kernels

2007-08-14 Thread Tejun Heo
Brad Campbell wrote: G'day all, This has been happening on a lightly loaded box for a while now. I have posted about it before. The issue is now I've upgraded 3 drives from 250GB Maxtors to 750GB WD's, it's just getting worse, particularly when the drives are loaded. I've jumpered the WD's

[PATCH] ata_piix: add TECRA M7 to broken suspend list

2007-08-14 Thread Tejun Heo
Add TECRA M7 to broken suspend list. Reported by Marie Koreen. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Cc: Marie Koreen [EMAIL PROTECTED] --- drivers/ata/ata_piix.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index

Re: sata_nv + ADMA + Samsung disk problem

2007-08-14 Thread Gabor Gombas
On Tue, Aug 14, 2007 at 06:30:28PM +0900, Tejun Heo wrote: Hmmm... That's timeout on cache flush, indicative of failing disk. Please post the result of 'smartctl -a /dev/sdc'. Will do when I get home. Note however that this only occurs in ADMA mode. It never occured with 2.6.20 and it never

Re: [patch 0/4] Updated AN patches, now without gendisk

2007-08-14 Thread Kay Sievers
On Mon, 2007-08-13 at 09:26 -0700, Kristen Carlson Accardi wrote: On Sat, 11 Aug 2007 16:00:53 +0200 Kay Sievers [EMAIL PROTECTED] wrote: On 8/8/07, Kristen Carlson Accardi [EMAIL PROTECTED] wrote: Here is an updated set of patches that implement Asynchronous Notification support for

Enabling AHCI on ICH7 without BIOS support

2007-08-14 Thread Jonathan Bastien-Filiatrault
Hello, I am the owner of a Dell Latitude D620 notebook with an ICH7 SATA controller, unfortunately, the BIOS does not offer the option of using native mode instead of compatibility mode when it comes to SATA. For now, the ata_piix runs happily in compatibility mode. Looking at the ICH7

Re: Still having problems with sata_promise on all late kernels

2007-08-14 Thread Brad Campbell
Tejun Heo wrote: ATA bus error is a strong indicator for hardware problem. Please get a separate power supply (doesn't have to be an expensive one), power it up [1], and connect some of the drives to the power supply and see whether errors persist on those drives. 2 separate tests with the

Re: Still having problems with sata_promise on all late kernels - shutdown too - BISECTED

2007-08-14 Thread Brad Campbell
Brad Campbell wrote: http://www.fnarfbargle.com/CIMG1029.JPG (I have posted this screen shot previously. It's still doing exactly the same thing on both boxes). git-bisect shows up this commit as the guilty party. I can't just revert it on a recent tree though. Will investigate further.

Should sata_mv work with Highpoint RocketRAID 2300?

2007-08-14 Thread Karim 'Kasi Mir' Senoucci
Hello all, sorry if this it too dumb a question, but since I haven't gotten any results with the sata_mv driver (kernel 2.6.22.2), I was wondering if the Highpoint RocketRaid 2300 controller - which features a Marvell chip - is even supposed to work with sata_mv. lspci shows in regard to the

Re: Should sata_mv work with Highpoint RocketRAID 2300?

2007-08-14 Thread Alan Cox
On Tue, 14 Aug 2007 18:47:55 +0200 Karim 'Kasi Mir' Senoucci [EMAIL PROTECTED] wrote: Hello all, sorry if this it too dumb a question, but since I haven't gotten any results with the sata_mv driver (kernel 2.6.22.2), I was wondering if the Highpoint RocketRaid 2300 controller - which

look at this log!!!

2007-08-14 Thread babl
6 HDD's with device arror and ATA BUS ERROR!! nforce4 sli: sata_nv + sil3114, Power: 700W FSP Epsilon +3.3V: +3.28 V +5V: +4.89 V +12V: +12.16 V libata or ... ? Aug 14 20:51:08 bobr kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x58 action 0x2 frozen Aug 14 20:51:08

Re: Should sata_mv work with Highpoint RocketRAID 2300?

2007-08-14 Thread Karim 'Kasi Mir' Senoucci
Alan Cox schrieb: On Tue, 14 Aug 2007 18:47:55 +0200 Karim 'Kasi Mir' Senoucci [EMAIL PROTECTED] wrote: Hello all, sorry if this it too dumb a question, but since I haven't gotten any results with the sata_mv driver (kernel 2.6.22.2), I was wondering if the Highpoint RocketRaid 2300

Re: sata drive loosing connection/resetting port

2007-08-14 Thread Andreas Radke
Am Tue, 14 Aug 2007 19:15:52 +0900 schrieb Tejun Heo [EMAIL PROTECTED]: Most likely a hardware issue. * Please try a different harddrive/cable and connect to a different port. * Get a different power supply and see whether that changes anything. already tried different ports, several

[-mm patch] make drivers/ata/libata-scsi.c:ata_scsi_link_pm_policy() static

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 01:51:06AM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc2-mm1: ... +alpm-enable-link-power-management-for-ata-drivers.patch ... Updated ATA Aggressive Link Power Management patches ... ata_scsi_link_pm_policy() can become static. Signed-off-by: Adrian Bunk

[-mm patch] unexport ide_acpi_set_state

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 01:51:06AM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc2-mm1: ... +ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch ... IDE tree updates ... This patch removes the unused EXPORT_SYMBOL_GPL(ide_acpi_set_state) Signed-off-by: Adrian Bunk [EMAIL

[-mm patch] unexport ide_tune_dma

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 10:42:54PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc1-mm2: ... +ide-ide-remove-ide-dma-check.patch IDE tree updates ... static code mustn't be exported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 8cc9125428c1a2c547e76cd5f37b109b1991eb68 diff

Re: regression problem with Maxtor disk

2007-08-14 Thread Robert Hancock
Tejun Heo wrote: [cc'ing Robert Hancock and quoting the whole message for him] Lieven Marchand wrote: Hi, the following drive Aug 12 12:26:15 black kernel: Vendor: ATA Model: Maxtor 7H500F0Rev: HA43 Aug 12 12:26:15 black kernel: Type: Direct-Access ANSI

Re: Should sata_mv work with Highpoint RocketRAID 2300?

2007-08-14 Thread Alan Cox
in the sata_mv source. Should I add something like: { PCI_VDEVICE(TTI, 0x2300), chip_604x }, as well? Yes Last but not least: I'm assuming that this driver - when working correctly - will let me access the RAID arrays I setup via BIOS or Windows driver, but there will be no

Resets on sil3124 sil3726 PMP

2007-08-14 Thread Rusty Conover
Hi Tejun, I'm having some trouble with my e-SATA ports being reset. I'm testing 2.6.22.1 with the 20070808 patch tarball on a nortec ds-1220 flashed to Silicon Image bios version 6.4.09 (the latest). I'm testing with 6 500gig SATA drives shown as: WD5000AAKS-22TMA0, 12.01C01, max