All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Fendrakyn <fendrakyn@europaguild.com>
To: linux-kernel@vger.kernel.org
Subject: [BUG] E7x05 chipset bug in 2.5 kernels' AGPGART driver.
Date: Wed, 2 Apr 2003 20:50:03 +0200	[thread overview]
Message-ID: <200304022050.03026.fendrakyn@europaguild.com> (raw)

Hello,

I noticed there is a bug in E7x05 (Granite Bay) chipset support of the AGPGART 
driver that does not seem to have been submitted yet.

There is a mistake in the Makefile of drivers/char/agp, the line concerning 
i7x05-agp support does not match the one in the Kconfig, thus e7x05 support 
is never compiled, be it as a module or in the kernel.

There are mistakes in the i7x05-agp source code. A few missings ";" and some 
undeclared functions prevent the module from properly compiling. Those 
mistakes are easily fixed though.

The last problem is more important and I have yet to find a solution. It seems 
like the driver stores device 0 in his agp_bridge->dev (0x255d for E7205, 
0x2550 for E7505) but it uses registers from device 1 (0x2552) thus the 
chipset cannot be configured properly. The fetch_size function fails to 
determine aperture size.

Sorry if this is redundant and is already being looked at.


Gareth C.



P.S : include answers in C.C if you may, pretty please.











             reply	other threads:[~2003-04-02 18:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-02 18:50 Fendrakyn [this message]
2003-04-02 22:10 ` [BUG] E7x05 chipset bug in 2.5 kernels' AGPGART driver Dave Jones
2003-04-03  3:33   ` ISHIKAWA Mutsumi
2003-04-03 11:28     ` Dave Jones
2003-04-04  7:58   ` Denis Vlasenko

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=200304022050.03026.fendrakyn@europaguild.com \
    --to=fendrakyn@europaguild.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.