[PATCH] [240/2many] MAINTAINERS - IDE SUBSYSTEM

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 99e4822..d22e45a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2276,6 +2276,9 @@ M:[EMAIL PROTECTED] L: linux-ide@vger.kernel.org T: quilt

[PATCH] [241/2many] MAINTAINERS - IDE/ATAPI CDROM DRIVER

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index d22e45a..b77decd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2285,6 +2285,8 @@ P:Alan Cox M: [EMAIL PROTECTED] L: linux-ide@vger.kernel.org S:

[PATCH] [390/2many] MAINTAINERS - PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index f61f0a8..19f2a5f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3730,6 +3730,7 @@ P:Mikael Pettersson M: [EMAIL PROTECTED] L: linux-ide@vger.kernel.org

[PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 04c969c..016cd0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4077,6 +4077,7 @@ M:[EMAIL PROTECTED] L: linux-ide@vger.kernel.org T: git

FW: Libata

2007-08-13 Thread Paul Fryer
Many thanks for getting back to me. I am currently using Debian Unstable (kernel 2.6.22 I think off hand), I had the same problems with Debian stable (2.6.18). At the moment I do not have remote access but I will try changing the IO scheduler and let you know. Paul -Original Message-

Re: FW: Libata

2007-08-13 Thread babl
Hmm I'm using Debian kernel too and build 2.6.23-rc2 with debian config for 2.6.22 with some little changes! May be Debian config? В сообщении от 13 августа 2007 Paul Fryer написал(a): Many thanks for getting back to me. I am currently using Debian Unstable (kernel 2.6.22 I think off

RE: Libata

2007-08-13 Thread Paul Fryer
Thank you for getting back to me. I am currently using Debian unstable kernel 2.22 (I think off hand), I had the same problem with the Debian stable dist (2.18). -Original Message- From: Tejun Heo [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 5:50 PM To: Paul Fryer Subject:

[PATCH] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang [EMAIL PROTECTED] --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c | 1585 ++ 3

Re: [PATCH] [241/2many] MAINTAINERS - IDE/ATAPI CDROM DRIVER

2007-08-13 Thread Alan Cox
On Sun, 12 Aug 2007 23:29:21 -0700 [EMAIL PROTECTED] wrote: Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index d22e45a..b77decd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2285,6 +2285,8 @@ P: Alan Cox

Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:

2007-08-13 Thread Alan Cox
@@ -4077,6 +4077,7 @@ M: [EMAIL PROTECTED] L: linux-ide@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git S: Supported +F: drivers/ata/sata_* NAK sata_inic is Tejun and various others are also different - To unsubscribe from this

Re: [PATCH] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Alan Cox
+ * Register transfer timing table + */ +/* mode: 01234*/ +/* Cycle Time */ +static u32 reg_t0min[] = { 600, 383, 330, 180, 120 }; +/* DIOR/DIOW to end cycle */ +static u32 reg_t2min[] = { 290, 290, 290, 70, 25 };

Re: libata git tree, mbox queue status and contents

2007-08-13 Thread Jens Axboe
On Fri, Aug 03 2007, Jeff Garzik wrote: * Kristen: ALPM patches. We definitely want them, as they save a ton of power. The problem with ALPM, as I see it, is that it is way too aggressive. It really needs to be combined with a timer to be useful, it's really a huge shame that it doesn't come

Re: [PATCH] pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R]

2007-08-13 Thread Alan Cox
It would be nice to know why - is the cable detet coming out right on this ? The box has a short 40-wire cable, so pata_artop drops to udma/33 while aec62xx does udma/100 without intervention. I added an override Curious as both use the same cable detect logic. to

Re: sata-via failure on 2.6.22 for via 6421 chipset (Was: Libata PATA status)

2007-08-13 Thread Alan Cox
Any advice on how to debug this failure further would be greatly appreciated. Still looking at this. For the moment I've merged the 1 port hack but it would nice to see where the USB goes mad on a trace which also has all the libata debug enabled. (Turn on ATA_DEBUG and ATA_VERBOSE_DEBUG in

Problems with the sata_promise driver while using smart.

2007-08-13 Thread Ole-Christian S. Hagenes
I have experienced some problems with the sata_promise driver on a FastTrak4000 card. Doing smart-requests, like munins hddtemp_smartctl plugin, to the disks while under load, makes the drives randomly timeout. ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen ata3.00: cmd

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

2007-08-13 Thread Kristen Carlson Accardi
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 ATAPI devices. In this version I no longer export the AN capability

Re: [patch 3/4] Enable link power management for ata drivers

2007-08-13 Thread Kristen Carlson Accardi
Andrew, can you fold this into this patch change to KERN_INFO for failure to set pm policy Signed-off-by: Kristen Carlson Accardi [EMAIL PROTECTED] --- drivers/ata/libata-scsi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: 2.6-git/drivers/ata/libata-scsi.c

[2.6.23-rc3] Regression: spurious completions during NCQ

2007-08-13 Thread Frans Pop
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 61/30:00:73:96:db/00:00:04:00:00/40 tag

Sil3124: IRQ loss errata on PCI-X

2007-08-13 Thread Fajun Chen
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? Thanks, Fajun - To unsubscribe from this list: send the line unsubscribe linux-ide in

Re: sata drive loosing connection/resetting port

2007-08-13 Thread Michal Piotrowski
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: exception Emask 0x10 SAct 0x0 SErr

Re: [PATCH] [428/2many] MAINTAINERS - SERIAL ATA (SATA) SUBSYSTEM:

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 12:02 +0100, Alan Cox wrote: @@ -4077,6 +4077,7 @@ M:[EMAIL PROTECTED] L: linux-ide@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git S: Supported +F: drivers/ata/sata_* NAK sata_inic is Tejun and various others

[PATCH again] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Sorry, wrong address in my last email. So, send again. This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang [EMAIL PROTECTED] --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c |

Still having problems with sata_promise on all late kernels

2007-08-13 Thread Brad Campbell
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 to 1.5GB PHY speed (I

[PATCH try 3] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Sorry, word wrap again in my last email. Hope this is the last one. 8-( This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang [EMAIL PROTECTED] --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 +

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

2007-08-13 Thread Brad Campbell
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. Oh, I forgot, I still

[PATCH try 4] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Finally. This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang [EMAIL PROTECTED] --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c | 1585

DMA problem with HighPoint R100 and DVD drive

2007-08-13 Thread Ian Bruce
I'm trying to build a DVD duplication box with ATAPI DVD burners and a HighPoint Rocket-100 controller card. For some reason, this combination will not allow DMA transfers to the DVD drives, limiting write (and read) speed to about 1X, even though the drives are capable of 16X writing. OS: Linux