Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2
From: Marcelo Penna Guerra (eu_at_marcelopenna.org)
Date: 07/31/03
- Previous message: Zack Brown: "Re: incompatible open modes"
- In reply to: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Next in thread: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Reply: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Reply: Alan Cox: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Date: Thu, 31 Jul 2003 16:32:56 -0300
On Thursday 31 July 2003 12:25, Bartlomiej Zolnierkiewicz wrote:
> What do you mean by "a lot more stable than before"?
I mean it doesn't crash the system during intensive read/write operations. It
has something to do with limiting the max bk per request to 7.5 (hwif-
>rqsize=15).
> Can you separate your changes from forward-port?
They are really small changes. It's the one I mentioned on the first e-mail
and this one, that was suggested by Andre Hedrick on another post:
if(is_sata(hwif))
{
+ drive->id->hw_config |= 0x6000;
if(strstr(drive->id->model, "Maxtor"))
return 3;
return 4;
}
> Are you aware of side effect?
> [ Disabling DMA on ATAPI devices on SiI680. ]
>
> Please consult this change with Alan :-).
No, I'm not. Sorry. I'm look for more information. But dma is working with my
SiI3112A, everything is stable, so maybe it should be enabled by default for
this chipset.
Also, there's a change missing in this patch. The PCI id for SiI1210SA is
missing in 2.6.x.
#define PCI_DEVICE_ID_SII_680 0x0680
+#define PCI_DEVICE_ID_SII_1210SA 0x0240
#define PCI_DEVICE_ID_SII_3112 0x3112
Anyway, thank you for taking a look at this.
Marcelo Penna Guerra
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Zack Brown: "Re: incompatible open modes"
- In reply to: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Next in thread: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Reply: Bartlomiej Zolnierkiewicz: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Reply: Alan Cox: "Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|