Generated in 2.6.13-mm1 kernel version.
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
ide.h |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/include/asm-i386/ide.h b/include/asm-i386/ide.h
--- a/include/asm-i386/ide.h
+++ b/include/asm-i386/ide.h
@@ -41,7 +41,12 @@ s
On 9/1/05, Brett Russ <[EMAIL PROTECTED]> wrote:
> More (non-functional) style modifications since the version 0.11
> driver I sent out earlier today. Removed most parens around return
> value,
return is not a function call; you can safely remove them all.
> + return ((void __iomem *)((un
On Thu, 1 Sep 2005, Brett Russ wrote:
> This is my libata compatible low level driver for the Marvell SATA
> family.
First of all, thanks! I've been waiting for such a driver to appear.
I somehow did not manage to get a working 2.6.13 kernel to boot and,
as I didn't have too much time to see why
Jeff,
PATCH 2/2:
Modify ata_pio_task() to check the return value of patch 1/2
before queuing next step and using the value of 'ap->pio_task_state'.
For your review, thanks.
Albert
Signed-off-by: Albert Lee <[EMAIL PROTECTED]>
--- pio1/drivers/scsi/libata-core.c 2005-09-02 18:37:26.00
Jeff,
PATCH 1/2:
Modify ata_pio_complete() and ata_pio_block() to return
whether qc has been completed.
For your review, thanks.
Albert
Signed-off-by: Albert Lee <[EMAIL PROTECTED]>
--- linux/drivers/scsi/libata-core.c.ori2005-09-02 17:59:15.0
+0800
+++ pio1/drivers/scsi/lib
Jeff,
During PIO, after calling ata_poll_qc_complete(), the next command might be
running and the value of 'ap->pio_task_state' might have been changed.
Accessing 'ap->pio_task_state' is not safe at this point.
Ex.
qc 1 completed. queuing a final task with ap->pio_task_state == PIO_ST_IDLE.
qc 2
Hi Jeff, linux-ide!
Is sata_promise (v 1.02 in linux 2.6.13) suitable to drive a
PDC20376 controller on an Asus P4PE board?
There's so much irritating info on the web but I risked buying a
Seagate 250 GB SATA because cause the controller seemed to be
detected fine. The HD is working fine so
Hello List Co ;)
I'm running 2.6.12 /2.6.13 kernel on a single CPU (P4-Celeron)/Fedora.
Board ASROCK 775V88 with 2 Sata ports onboard. (sata_via)
With two promise SX4 cards serving seven SATA HDs on their seven channels
(RAID). [Card1 Port 2,3,4 - Card2 Port 2,3,4]
Now I added HDDs to the con
Jeff Garzik wrote:
Linux is NOT about big designs. Linus says "do what you must, and no
more."
The scsi subsystem is used in so many divergent areas, its set of
requirements is "big". Therefore its design has to be "big".
The future will bring other "baby steps" that evolve us towards a mor