lkml.org 
[lkml]   [2004]   [May]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 13 May 2004 17:41:10 +0200
FromAndi Kleen <>
SubjectRe: i810 AGP fails to initialise (was Re: 2.6.6-mm2)
On Thu, 13 May 2004 15:02:25 +0100
Sean Neakums <sneakums@zork.net> wrote:
> 
> 0000:00:00.0 Host bridge: Intel Corp. 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03)

I don't see what could be wrong. The PCI table has this PCI ID:

#define PCI_DEVICE_ID_INTEL_82810E_MC	0x7124

	...

	#define ID(x)						\
	{ 						\
	.class		= (PCI_CLASS_BRIDGE_HOST << 8),	\
	.class_mask	= ~0,				\
	.vendor		= PCI_VENDOR_ID_INTEL,		\
	.device		= x,				\
	.subvendor	= PCI_ANY_ID,			\
	.subdevice	= PCI_ANY_ID,			\
	}
	...
	ID(PCI_DEVICE_ID_INTEL_82810E_MC),
We also tested it on some other machines and it worked.

Does anyone else see a problem in the patches? 

Sean, can you double check that when you compile the AGP driver as module
that the 7124 PCI ID appears in modinfo intel-agp ? 
And does the module also refuse to load ? 


-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [from the cache]
©2003-2008