Re: SiS 5513 ATA133 support patch for 2.4.19-rc3-ac3

From: Lionel Bouton (Lionel.Bouton@inet6.fr)
Date: Tue Jul 30 2002 - 11:38:42 EST


Marcelo Tosatti wrote:

>On Mon, 29 Jul 2002, Lionel Bouton wrote:
>
>
>
>>Before releasing 2.4.19 I think we should either :
>>- completely remove the affected northbridges (645, 650, 745, 750)
>>support in v0.13, this is a simple patch. Then we wait for 2.4.20 to
>>include v0.14.
>>- put v0.14 in.
>>
>>
>
>Lets do that. Please send me a patch ASAP so I can release 2.4.19.
>
>
>
First one disables UDMA support for problematic chipsets.
Second upgrades to v0.14 (gziped for less linux-kernel bloat, original
Lui-Chen material).

Choice is yours.

Sorry for the delay, relocation just finished, everything isn't up and
running yet at home...

LB

-- 
Lionel Bouton - inet6
---------------------------------------------------------------------
   o              Siege social: 51, rue de Verdun - 92158 Suresnes
  /      _ __ _   Acces Bureaux: 33 rue Benoit Malon - 92150 Suresnes
 / /\  /_  / /_   France
 \/  \/_  / /_/   Tel. +33 (0) 1 41 44 85 36
  Inetsys S.A.    Fax  +33 (0) 1 46 97 20 10
 

diff -urN linux-2.4.19-rc3/drivers/ide/sis5513.c linux-2.4.19-rc3-sis/drivers/ide/sis5513.c --- linux-2.4.19-rc3/drivers/ide/sis5513.c Tue Jul 30 18:10:31 2002 +++ linux-2.4.19-rc3-sis/drivers/ide/sis5513.c Tue Jul 30 18:27:29 2002 @@ -169,13 +169,13 @@ unsigned char chipset_family; unsigned char flags; } SiSHostChipInfo[] = { - { "SiS750", PCI_DEVICE_ID_SI_750, ATA_100, SIS5513_LATENCY }, - { "SiS745", PCI_DEVICE_ID_SI_745, ATA_100, SIS5513_LATENCY }, +// { "SiS750", PCI_DEVICE_ID_SI_750, ATA_100, SIS5513_LATENCY }, +// { "SiS745", PCI_DEVICE_ID_SI_745, ATA_100, SIS5513_LATENCY }, { "SiS740", PCI_DEVICE_ID_SI_740, ATA_100, SIS5513_LATENCY }, { "SiS735", PCI_DEVICE_ID_SI_735, ATA_100, SIS5513_LATENCY }, { "SiS730", PCI_DEVICE_ID_SI_730, ATA_100a, SIS5513_LATENCY }, - { "SiS650", PCI_DEVICE_ID_SI_650, ATA_100, SIS5513_LATENCY }, - { "SiS645", PCI_DEVICE_ID_SI_645, ATA_100, SIS5513_LATENCY }, +// { "SiS650", PCI_DEVICE_ID_SI_650, ATA_100, SIS5513_LATENCY }, +// { "SiS645", PCI_DEVICE_ID_SI_645, ATA_100, SIS5513_LATENCY }, { "SiS635", PCI_DEVICE_ID_SI_635, ATA_100, SIS5513_LATENCY }, { "SiS640", PCI_DEVICE_ID_SI_640, ATA_66, SIS5513_LATENCY }, { "SiS630", PCI_DEVICE_ID_SI_630, ATA_66, SIS5513_LATENCY },


- 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/



This archive was generated by hypermail 2b29 : Tue Jul 30 2002 - 14:00:37 EST