Hello, Thomas Jackowski wrote: > yes this was AHCI. NCQ was enabled. I forgot to mention kernel version: > 2.6.26-1-amd64 (Debian Lenny) Can you please try 2.6.29? > So here is my test: > Enabled AHCI in BIOS. > > [ 0.000000] Command line: root=/dev/md1 ro libata.force=noncq > [ 0.000000] Kernel command line: root=/dev/md1 ro libata.force=noncq > [...] > [ 3.237941] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps > 0x3f impl SATA mode > [ 3.238000] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo > pmp pio slum part > > Ah, NCQ still activated. > /sys/block/sdc/device/queue_depth shows 31. > > I guess NCQ still activated even with libata.force=noncq ? Well, if the module is loaded from initrd, you need to jump through some loops to get the parameter passed to libata.ko. You can also disable NCQ by echoing 1 to queue_depth. > Now here is my second test: Disabled AHCI in BIOS. > > ata_piix is used now. Did some IO, can't force any freezes. > > In the meantime I found topics like this: > http://forums.seagate.com/stx/board/message?board.id=ata_drives&thread.id=2879&view=by_date_ascending&page=1 > > This looks like a firmware bug. I think I should contact Seagate ;) or > any other ideas? Hmmm... please verify with ahci w/o NCQ. If that works fine too, please go ahead and contact Seagate. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html