mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel@corrosive.freeserve.co.uk
To: linux-kernel@vger.kernel.org
Cc: jhartmann@precisioninsight.com
Subject: Re: SiS 735 chipset
Date: Tue, 21 Aug 2001 19:12:45 +0100	[thread overview]
Message-ID: <20010821191245.A7024@corrosive.freeserve.co.uk> (raw)
In-Reply-To: <0107102112300E.07809@movitslinux.bloomberg.com> <20010817084939.A873@corrosive.freeserve.co.uk> <20010821090302.B2559@corrosive.freeserve.co.uk>
In-Reply-To: <20010821090302.B2559@corrosive.freeserve.co.uk>

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

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.


[-- Attachment #2: sis735.patch --]
[-- Type: text/plain, Size: 1357 bytes --]

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

      reply	other threads:[~2001-08-21 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  1:12 Mordechai Ovits
2001-08-17  7:49 ` kernel
2001-08-21  8:03   ` kernel
2001-08-21 18:12     ` kernel [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=20010821191245.A7024@corrosive.freeserve.co.uk \
    --to=kernel@corrosive.freeserve.co.uk \
    --cc=jhartmann@precisioninsight.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®