linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: "Hemmann, Volker Armin" <volker.hemmann@heim9.tu-clausthal.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [Patch?] SiS 746 AGP-Support
Date: Fri, 25 Apr 2003 01:40:13 +0100	[thread overview]
Message-ID: <20030425004003.GA12614@suse.de> (raw)
In-Reply-To: <200304250224.50431.volker.hemmann@heim9.tu-clausthal.de>

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

Might work fine as long as you have an agp2.0 card in the slot, but the
minute you put a 3.0 (read as AGPx8) card in there, things are very
likely to break.

I've not seen the specs for this chipset, but most of the AGP3 chipsets
I've seen have a fallback mode in their register set which gets enabled
as soon as you plug in an AGP2 card. These registers don't get enabled
with an AGP3 card, instead you need to read from different registers,
and in most cases, act completly different to decode aperture sizes etc.

The generic routines in 2.5 *might* work, but are untested on this chipset.
2.4 currently has no AGP3 support at all. Some folks did backport what
I've done in 2.5 a while ago, but I would advise against merging it at
this stage, as there is still work to be done there, including stability
fixes. Right there are a number of possible problems which may include
random memory corruption.

		Dave


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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-25  0:24 [Patch?] SiS 746 AGP-Support Hemmann, Volker Armin
2003-04-25  0:40 ` Dave Jones [this message]
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=20030425004003.GA12614@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=volker.hemmann@heim9.tu-clausthal.de \
    /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).