linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Hemmann, Volker Armin" <volker.hemmann@heim9.tu-clausthal.de>
To: linux-kernel@vger.kernel.org
Subject: [Patch?] SiS 746 AGP-Support
Date: Fri, 25 Apr 2003 02:24:50 +0200	[thread overview]
Message-ID: <200304250224.50431.volker.hemmann@heim9.tu-clausthal.de> (raw)

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

             reply	other threads:[~2003-04-25  0:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-25  0:24 Hemmann, Volker Armin [this message]
2003-04-25  0:40 ` [Patch?] SiS 746 AGP-Support 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

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=200304250224.50431.volker.hemmann@heim9.tu-clausthal.de \
    --to=volker.hemmann@heim9.tu-clausthal.de \
    --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;
as well as URLs for NNTP newsgroup(s).