linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch?] SiS 746 AGP-Support
@ 2003-04-25  0:24 Hemmann, Volker Armin
  2003-04-25  0:40 ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Hemmann, Volker Armin @ 2003-04-25  0:24 UTC (permalink / raw)
  To: linux-kernel

Hi,

this is my first try of making and submitting a patch, so please, don't kill 
me for it. 

I don't know, if the following changes are 'clean' but they give me a working 
agpsupport for my SiS 746Fx based mobo.

This (attempt) of a patch is against 2.4.21-rc1:

*** /usr/src/linux-2.4.21-rc1/drivers/pci/pci.ids       2003-04-25 01:
52:30.000000000 +0200
--- /usr/src/linux/drivers/pci/pci.ids  2003-04-23 07:18:54.000000000
+0200
***************
*** 1119,1124 ****
--- 1119,1125 ----
        0735  735 Host
        0740  740 Host
        0745  745 Host
+       0756  746 Host
        0900  SiS900 10/100 Ethernet
                1039 0900  SiS900 10/100 Ethernet Adapter
        0961  SiS961 [MuTIOL Media IO]

*** /usr/src/linux-2.4.21-rc1/drivers/char/agp/agpgart_be.c     2003-0
4-25 01:52:29.000000000 +0200
--- /usr/src/linux/drivers/char/agp/agpgart_be.c        2003-04-23 07:
33:48.000000000 +0200
*************** static struct {
*** 4595,4600 ****
--- 4595,4606 ----
                "SiS",
                "745",
                sis_generic_setup },
+       { PCI_DEVICE_ID_SI_746,
+               PCI_VENDOR_ID_SI,
+               SIS_GENERIC,
+               "SiS",
+               "746",
+               sis_generic_setup },
        { PCI_DEVICE_ID_SI_730,
                PCI_VENDOR_ID_SI,
                SIS_GENERIC,

I am doing this since 2.4.21-pre6 without any problems.

Glück Auf,
Volker

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

end of thread, other threads:[~2003-04-25  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-25  0:24 [Patch?] SiS 746 AGP-Support Hemmann, Volker Armin
2003-04-25  0:40 ` Dave Jones
2003-04-25  1:02   ` Hemmann, Volker Armin
2003-04-25  2:05     ` Dave Jones
2003-04-25  6:55       ` Hemmann, Volker Armin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).