> 00:00.0 Host bridge: Intel Corporation: Unknown device 7124 (rev 03)
> 00:01.0 VGA compatible controller: Intel Corporation: Unknown device 7125
> (rev 03)
Ok
> In the driver, there is no case-statement for
> "PCI_DEVICE_ID_INTEL_810_E_1" like the
> one for "PCI_DEVICE_ID_INTEL_810_E_0" but the one for "810_E_0" searches
> for "PCI_DEVICE_ID_INTEL_810_E_1".
>
> case PCI_DEVICE_ID_INTEL_810_E_0:
> i810_dev = pci_find_device(PCI_VENDOR_ID_INTEL,
> PCI_DEVICE_ID_INTEL_810_E_1,
> NULL);
This code looks right.
We see an 810E_0 (host bridge)
We look for an 810E_1 secondary
If we dont find it we abort
So the question I guess is what do you hav and why didnt it find it
8086 7124, 8086 7125 is the intel 810E GMCH and 810E CGC
Which of the checks fail - and also did you remember to include 810 support
in your agp options ?
-
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/
This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:42 EST