agppart SiS 745 Patch - did it wrong before

Carsten Rietzschel (cr@daRav.de)
03 Jun 2002 11:12:31 +0200


--=-eMWLFWZ8cJfs1vpZyy5j
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,
only added support SiS 745-IDs to PCI-Device list.

So agp-try-unsupported kernel option will not be nessecary
for let this chipset work.

This patch is against 2.5.20
(but the same changes will also work for 2.4-kernel series).

Carsten Rietzschel

Adempt 2: "diffed" it the wrong way before. Big Sorry !!!

--=-eMWLFWZ8cJfs1vpZyy5j
Content-Disposition: attachment; filename=agppart-sis735-patch-2
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=agppart-sis735-patch-2; charset=ISO-8859-15

--- linux-2.5.20/drivers/char/agp/agpgart_be.c.org Mon Jun 3 03:44:42 2002
+++ linux-2.5.20/drivers/char/agp/agpgart_be.c Mon Jun 3 10:43:45 2002
@@ -4562,6 +4562,12 @@
"SiS",
"735",
sis_generic_setup },
+ { PCI_DEVICE_ID_SI_745,
+ PCI_VENDOR_ID_SI,
+ SIS_GENERIC,
+ "SiS",
+ "745",
+ sis_generic_setup },
{ PCI_DEVICE_ID_SI_730,
PCI_VENDOR_ID_SI,
SIS_GENERIC,

--=-eMWLFWZ8cJfs1vpZyy5j--

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