lkml.org 
[lkml]   [2001]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: SiS 735 chipset
On Tue, Aug 21, 2001 at 09:03:02AM +0100, kernel@corrosive.freeserve.co.uk wrote:


> Hi,
> I've attached the patch that lets the kernel SIS AGP driver recognise the 735
> chipset as it seems fine. I don't know of any system for testing the AGP
> support so I tried QuakeIII and that ran fine. The patch is against 2.4.8-ac4
> but since all it changes is a couple of (infrequently) changed tables it should
> work fine on later versions. I've CC'd Jeff Hartmann with it as he seems to
> be the maintainer of the AGP side (but isn't listed in the MAINTAINERS file).

Well that was a good start, I was /sure/ I attached the patch this morning.
Ok, attempt no.2, apologies to anyone that wanted it...

Cheers,
Adrian.

diff -urN linux-2.4.8-ac4/drivers/char/agp/agpgart_be.c linux/drivers/char/agp/agpgart_be.c
--- linux-2.4.8-ac4/drivers/char/agp/agpgart_be.c Thu Aug 16 18:45:44 2001
+++ linux/drivers/char/agp/agpgart_be.c Mon Aug 20 08:39:44 2001
@@ -2998,6 +2998,12 @@
"SiS",
"530",
sis_generic_setup },
+ { PCI_DEVICE_ID_SI_735,
+ PCI_VENDOR_ID_SI,
+ SIS_GENERIC,
+ "SiS",
+ "735",
+ sis_generic_setup },
{ PCI_DEVICE_ID_SI_630,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
@@ -3017,6 +3023,12 @@
"Generic",
sis_generic_setup },
{ PCI_DEVICE_ID_SI_530,
+ PCI_VENDOR_ID_SI,
+ SIS_GENERIC,
+ "SiS",
+ "Generic",
+ sis_generic_setup },
+ { PCI_DEVICE_ID_SI_735,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
"SiS",
diff -urN linux-2.4.8-ac4/drivers/pci/pci.ids linux/drivers/pci/pci.ids
--- linux-2.4.8-ac4/drivers/pci/pci.ids Thu Aug 16 18:45:26 2001
+++ linux/drivers/pci/pci.ids Thu Aug 16 19:10:43 2001
@@ -749,6 +749,7 @@
0620 620 Host
0630 630 Host
0730 730 Host
+ 0735 735 Host
0900 SiS900 10/100 Ethernet
1039 0900 SiS900 10/100 Ethernet Adapter
3602 83C602
@@ -781,6 +782,7 @@
1569 6326 SiS6326 GUI Accelerator
7001 7001
7007 OHCI Compliant FireWire Controller
+ 7012 SiS7012 PCI Audio Accelerator
7016 SiS7016 10/100 Ethernet Adapter
1039 7016 SiS7016 10/100 Ethernet Adapter
7018 SiS PCI Audio Accelerator
\
 
 \ /
  Last update: 2005-03-22 12:57    [W:0.082 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site