[BK PATCHES] 2.6.x libata updates

2005-03-02 Thread Jeff Garzik
Minor stuff that was pending. Please do a bk pull bk://gkernel.bkbits.net/libata-2.6 This will update the following files: drivers/scsi/ahci.c | 12 ++-- drivers/scsi/sata_qstor.c | 20 ++-- drivers/scsi/sata_vsc.c |4 ++-- 3 files changed, 18

Re: [patch ide-dev 8/9] make ide_task_ioctl() use REQ_DRIVE_TASKFILE

2005-03-02 Thread Bartlomiej Zolnierkiewicz
On Wed, 02 Mar 2005 01:08:56 -0500, Jeff Garzik [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: Yes but it seems that you've assumed that ioctl == flagged taskfile and fs/internal == normal taskfile which is _not_ what I aim for. I want fully-flagged taskfile handling like

[PATCH 2.6.11-rc5+ sata_qstor] sata_qstor: eh_timeout fix (RESEND)

2005-03-02 Thread Mark Lord
(I think this got missed first time around, so resubmitting here) Here is an update to sata_qstor.c to enable full/proper register access during eh_timeout handling. Patch is against 2.6.11-rc5 + earlier sata_qstor cosmetic patch. Signed-off-by: Mark Lord [EMAIL PROTECTED] -- Mark Lord Real-Time

Re: [PATCH 2.6.11-rc3 01/11] ide: task_end_request() fix

2005-03-02 Thread Bartlomiej Zolnierkiewicz
On Wed, 02 Mar 2005 00:56:18 -0500, Jeff Garzik [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: If somebody implements SG_IO ioctl and SCSI command pass-through from libata for IDE driver (and add possibility for discrete taskfiles), we can just deprecate HDIO_DRIVE_TASKFILE,

Re: [PATCH 2.6.11-rc3 01/11] ide: task_end_request() fix

2005-03-02 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Mar 2005 01:49:52 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Hello, Bartlomiej. On Tue, Mar 01, 2005 at 03:30:32PM +0100, Bartlomiej Zolnierkiewicz wrote: On Sun, 27 Feb 2005 15:49:22 +0900, Tejun Heo [EMAIL PROTECTED] wrote: Taskfile DMA path is still broken. Also calling

Re: [patch ide-dev 8/9] make ide_task_ioctl() use REQ_DRIVE_TASKFILE

2005-03-02 Thread Jeff Garzik
Bartlomiej Zolnierkiewicz wrote: On Wed, 02 Mar 2005 01:08:56 -0500, Jeff Garzik [EMAIL PROTECTED] wrote: Bartlomiej Zolnierkiewicz wrote: Yes but it seems that you've assumed that ioctl == flagged taskfile and fs/internal == normal taskfile which is _not_ what I aim for. I want fully-flagged

[PATCH] ide: hdio.txt update

2005-03-02 Thread Tejun Heo
Hello, Bartlomiej. This patch updates Documentation/ioctl/hdio.txt. I'm gonna use this documentation as reference for future changes, so I tried to include all the specifics. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Index: linux-taskfile-ng/Documentation/ioctl/hdio.txt

[PATCH ide-dev-2.6] ide: ide_dma_intr oops fix

2005-03-02 Thread Tejun Heo
Hello, Bartlomiej. This patch fixes ide_dma_intr() oops which occurs for TASKFILE ioctl using DMA dataphses. This is against the latest ide-dev-2.6 tree + all your recent 9 patches. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Index: linux-taskfile-ng/drivers/ide/ide-dma.c

Re: [PATCH] ide: hdio.txt update

2005-03-02 Thread Tejun Heo
Hello, again. I've updated descriptions regarding SELECT register. Signed-off-by: Tejun Heo [EMAIL PROTECTED] Index: linux-taskfile-ng/Documentation/ioctl/hdio.txt === --- linux-taskfile-ng.orig/Documentation/ioctl/hdio.txt

Re: [PATCH ide-dev-2.6] ide: ide_dma_intr oops fix

2005-03-02 Thread Tejun Heo
Hello, Jens. Jens Axboe wrote: On Thu, Mar 03 2005, Tejun Heo wrote: Hello, Bartlomiej. This patch fixes ide_dma_intr() oops which occurs for TASKFILE ioctl using DMA dataphses. This is against the latest ide-dev-2.6 tree + all your recent 9 patches. Signed-off-by: Tejun Heo [EMAIL PROTECTED]