Re: ASUS M2A-VM - AMD690G - SB600 Non-Raid-5 SATA - problem

2007-05-06 Thread Tejun Heo
Srihari Vijayaraghavan wrote: I had a significant breakthrough: when I removed two out of four 1 GB modules (just a stab in the dark to see if the system stability problem I reported to LKML ( http://marc.info/?l=linux-kernelm=117813911431765w=2 ; a few sample oops messages attached for

Re: [patch 0/7] Asynchronous Notification for ATAPI devices (v2) - resend

2007-05-06 Thread Tejun Heo
Kristen Carlson Accardi wrote: This patch series implements Asynchronous Notification (AN) for SATA ATAPI devices as defined in SATA 2.5 and AHCI 1.1 and higher. Drives which support this feature will send a notification when new media is inserted and removed, preventing the need for user

sata_promise - another sata dvd writer problem

2007-05-06 Thread Sven Lemke
Hi folks, I'm using kernel 2.6.21-mm1 and get strange problems when connecting my new SATA DVD writer to the TX2Plus Promise controller. It works with an slightly older kernel version though. And since I couldn't figure out who is responsible for the driver I decided to post my problem here.

Re: pata_via problems

2007-05-06 Thread Corentin CHARY
Hum, and I'm using 2.6.21, but 2.6.20 have the same problem -- CHARY 'Iksaif' Corentin http://xf.iksaif.net - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [FW ide-cs] Re: jvc cdrom drive lockup

2007-05-06 Thread Richard Kennedy
On Fri, 2007-05-04 at 23:32 +0900, Komuro wrote: On Thu, 03 May 2007 15:29:19 +0100 Richard Kennedy [EMAIL PROTECTED] wrote: IDE bugs should be posted to the linux-ide mailing list. Hi all, I have a JVC MP-CDX1 cdrom drive that came with my laptop which used to work with ide-cs

Re: sata_promise - another sata dvd writer problem

2007-05-06 Thread Mikael Pettersson
On Sun, 06 May 2007 16:35:11 +0200, Sven Lemke wrote: I'm using kernel 2.6.21-mm1 and get strange problems when connecting my new SATA DVD writer to the TX2Plus Promise controller. It works with an slightly older kernel version though. And since I couldn't figure out who is responsible for the

[SOLVED] Re: sata_promise - another sata dvd writer problem

2007-05-06 Thread Sven Lemke
Mikael Pettersson wrote: On Sun, 06 May 2007 16:35:11 +0200, Sven Lemke wrote: sata_promise :00:0b.0: version 2.05 ... ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata2.00: ATAPI, max UDMA/33 ata2.00: applying bridge limits ata2.00: configured for UDMA/33 sd 0:0:0:0: [sda]

Re: [PATCHSET] libata: reimplement suspend/resume support and fix spindown on poweroff

2007-05-06 Thread Fabio Comolli
Doesn't apply to today Linus' git tree: [EMAIL PROTECTED] linux-2.6]$ git pull git://htj.dyndns.org/libata-tj spindown remote: Generating pack... remote: Done counting 14283 objects. remote: Result has 11254 objects. remote: Deltifying 11254 objects. remote: 100% (11254/11254) done Indexing

[PATCH 2.6.21-mm1 1/2] sata_promise: fix another error decode regression

2007-05-06 Thread Mikael Pettersson
The sata_promise error decode update changed pdc_host_intr() to return and not complete the qc after detecting an error. Unfortunately not completing the qc:s causes them to always time out on error, which is wrong and has nasty side-effects. This patch updates pdc_error_intr() to call

[PATCH 2.6.21-mm1 2/2] sata_promise: SATAII-150/300 TX4 port numbering fix

2007-05-06 Thread Mikael Pettersson
There is a known problem with sata_promise on SATAII-150/300 TX4 controller cards: it enumerates drives in an order that differs from the port numbers printed on the controller cards. However, Promise's BIOS and Linux driver both get the order right. I investigated Promise's Linux driver

Re: [PATCHSET] libata: reimplement suspend/resume support and fix spindown on poweroff

2007-05-06 Thread Fabio Comolli
OK, your instructions worked fine. I tested 4 combinations: * libata.spindown_compat=1 (default): the pop remains with and without the -n parameter added to the halt command; * libata.spindown_compat=0: no pop with and without the -n parameter added to the halt command. As I read somewhere

Re: [PATCH pata-2.6 fix queue] hpt366: don't check enablebits for HPT36x

2007-05-06 Thread Andries Brouwer
On Fri, May 04, 2007 at 11:18:37PM +0400, Sergei Shtylyov wrote: HPT36x chip don't seem to have the channel enable bits, so prevent the IDE core from checking them... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED] Earlier this evening I reported that HPT366 was broken in 2.6.21. I confirm

Re: regressions

2007-05-06 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: 2.6.21 breaks HPT366 - back to 2.6.20 I thought Bart/Sergei had fixed this. Are you using libata or old-IDE driver? 2.6.20 breaks ZIP - back to 2.6.19 What does this mean? How is it broken? Jeff - To unsubscribe from this list: send the line

[PATCH] libata: disable_irq() during polling IDENTIFY

2007-05-06 Thread Albert Lee
Problem: Kernel got irq 5: nobody cared when using libata + polling IDENTIFY + Promise 20275 adapter + Benq DW1620 drive. Detail message available in bug 8441 (http://bugzilla.kernel.org/show_bug.cgi?id=8441). Cause: The Benq DW1620 drive raises INTRQ during polling IDENTIFY PACKET