>
> Patch for Intel 845G agpgart support
>
diff'd against which version of the kernel ?
> + { PCI_DEVICE_ID_INTEL_845_G_0,
> + PCI_VENDOR_ID_INTEL,
> + INTEL_I845_G,
> + "Intel",
> + "i845G",
> + intel_830mp_setup },
Are you sure that 830mp and 845g have exactly the same addresses to
write/read to ? BTW, I can't find any datasheet for 845g on Intel's
website ... do you have any at hand ?
> + if (i810_dev == NULL) {
> + /*
> + * We probably have a I830MP chipset
> + * with an external graphics
> + * card. It will be initialized later
> + */
> + agp_bridge.type = INTEL_I845_G;
> + break;
> + }
Are you sure about the comment :-)) ?
a+
Nicolas.
PS: CC any answer to me, I am not on the list...
-- Nicolas Aspert Signal Processing Institute (ITS) Swiss Federal Institute of Technology (EPFL)
- 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/