public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG]: agpgart for i810 chipsets broken in 2.5.51
@ 2002-12-10 12:21 Antonino Daplas
  2002-12-10 13:11 ` Dave Jones
  0 siblings, 1 reply; 18+ messages in thread
From: Antonino Daplas @ 2002-12-10 12:21 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

1.  Agpgart is broken for i810, and perhaps some of the i815 family. The
following lines (linux/drivers/char/agp/backend.c:120)

	cap_ptr = pci_find_capability(dev, PCI_CAP_ID_AGP);
	if (cap_ptr == 0) <--- /* always 0 for the i810 */
		return -ENODEV;
	agp_bridge.capndx = cap_ptr;

will always fail because they really don't have AGP.  Commenting them
out in my case correctly initializes the gart.

2.  The i810 driver for Xfree86 will also fail to load because of
version mismatch (0.99 vs 1.0).  Rolling back the version corrects the
problem.

No patches because I don't want to uglify the code :-)

Tony

PS:  I'm not on the list, please CC me.




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

end of thread, other threads:[~2002-12-10 18:23 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-10 12:21 [BUG]: agpgart for i810 chipsets broken in 2.5.51 Antonino Daplas
2002-12-10 13:11 ` Dave Jones
2002-12-10 16:47   ` Antonino Daplas
2002-12-10 14:03     ` Dave Jones
2002-12-10 17:34       ` Antonino Daplas
2002-12-10 19:08       ` Antonino Daplas
2002-12-10 16:23         ` Dave Jones
2002-12-10 17:06           ` Alan Cox
2002-12-10 17:05             ` Dave Jones
2002-12-10 21:00               ` Antonino Daplas
2002-12-10 18:21                 ` Dave Jones
2002-12-10 21:23                   ` Antonino Daplas
2002-12-10 19:36           ` Antonino Daplas
2002-12-10 14:48     ` Dave Jones
2002-12-10 19:07       ` Antonino Daplas
2002-12-10 16:17         ` Dave Jones
2002-12-10 19:37           ` Antonino Daplas
2002-12-10 21:01           ` Antonino Daplas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox