All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Bouton <Lionel.Bouton@inet6.fr>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SiS 5513 ATA133 support patch for 2.4.19-rc3-ac3
Date: Tue, 30 Jul 2002 18:38:42 +0200	[thread overview]
Message-ID: <3D46C112.5070003@inet6.fr> (raw)
In-Reply-To: Pine.LNX.4.44.0207291612160.2270-100000@freak.distro.conectiva

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

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
 


[-- Attachment #2: 2.4.19-rc3.disable.patch --]
[-- Type: text/plain, Size: 1239 bytes --]

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 },

[-- Attachment #3: linux-2.4.19-rc3.sis.patch.gz --]
[-- Type: application/x-gzip, Size: 5213 bytes --]

      reply	other threads:[~2002-07-30 16:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-28 23:37 SiS 5513 ATA133 support patch for 2.4.19-rc3-ac3 Lionel Bouton
2002-07-28 23:43 ` Alan Cox
2002-07-29  7:11 ` Daniela Engert
2002-07-29  8:56   ` Lionel Bouton
2002-07-29  9:15     ` Daniela Engert
2002-07-29 11:35     ` L.C. Chang
2002-07-29 19:12 ` Marcelo Tosatti
2002-07-30 16:38   ` Lionel Bouton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D46C112.5070003@inet6.fr \
    --to=lionel.bouton@inet6.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.