public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* sis5513.c patch
@ 2005-06-07 22:37 Andrew Hutchings
  2005-06-07 22:57 ` Francois Romieu
  2005-06-08  7:27 ` Bartlomiej Zolnierkiewicz
  0 siblings, 2 replies; 16+ messages in thread
From: Andrew Hutchings @ 2005-06-07 22:37 UTC (permalink / raw)
  To: linux-kernel

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

Hi,

I'm not sure if a similar patch has been submitted or not, but here is a 
patch to get DMA working on ASUS K8S-MX with a SiS 760GX/SiS 965L 
chipset combo.

I'm looking at trying to revive the old sis190.c net driver for this 
board too, this does depend on my boss giving me some development time.

Anyway, this is my first kernel patch so I hope it helps.

Regards
Andrew
-- 
Andrew Hutchings (A-Wing)
Linux Guru - Netserve Consultants Ltd. - http://www.domaincity.co.uk/
Admin - North Wales Linux User Group - http://www.nwlug.org.uk/
BOFH excuse 183: filesystem not big enough for Jumbo Kernel Patch

[-- Attachment #2: SiS5513.patch --]
[-- Type: text/x-patch, Size: 560 bytes --]

diff -u -r linux-2.6.11.11.orig/drivers/ide/pci/sis5513.c linux-2.6.11.11/drivers/ide/pci/sis5513.c
--- linux-2.6.11.11.orig/drivers/ide/pci/sis5513.c	2005-05-27 06:06:46.000000000 +0100
+++ linux-2.6.11.11/drivers/ide/pci/sis5513.c	2005-06-07 22:14:25.000000000 +0100
@@ -112,6 +112,7 @@
 	{ "SiS5596",	PCI_DEVICE_ID_SI_5596,	ATA_16   },
 	{ "SiS5571",	PCI_DEVICE_ID_SI_5571,	ATA_16   },
 	{ "SiS551x",	PCI_DEVICE_ID_SI_5511,	ATA_16   },
+	{ "SiS5513",	PCI_DEVICE_ID_SI_5513,	ATA_133	 },
 };
 
 /* Cycle time bits and values vary across chip dma capabilities

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2005-06-10 23:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 22:37 sis5513.c patch Andrew Hutchings
2005-06-07 22:57 ` Francois Romieu
2005-06-07 23:20   ` Andrew Hutchings
2005-06-08 22:51     ` sis190 (was: Re: sis5513.c patch) Francois Romieu
2005-06-09  4:54       ` sis190 Andrew Hutchings
2005-06-09 12:02       ` sis190 Andrew Hutchings
2005-06-09 21:18         ` sis190 Francois Romieu
2005-06-10 13:55           ` sis190 Andrew Hutchings
2005-06-10 23:41             ` sis190 Francois Romieu
2005-06-09 15:17     ` sis5513.c patch Vojtech Pavlik
2005-06-08  7:27 ` Bartlomiej Zolnierkiewicz
2005-06-08  8:23   ` Andrew Hutchings
2005-06-08  8:58     ` Bartlomiej Zolnierkiewicz
2005-06-08  9:14       ` Bartlomiej Zolnierkiewicz
2005-06-08  9:28         ` Andrew Hutchings
2005-06-08 10:28         ` Andrew Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox