···431432 if (IS_I965) {433 u32 pgetbl_ctl;0434435- pci_read_config_dword(agp_bridge->dev, I810_PGETBL_CTL,436- &pgetbl_ctl);437 /* The 965 has a field telling us the size of the GTT,438 * which may be larger than what is necessary to map the439 * aperture.
···431432 if (IS_I965) {433 u32 pgetbl_ctl;434+ pgetbl_ctl = readl(intel_i830_private.registers+I810_PGETBL_CTL);43500436 /* The 965 has a field telling us the size of the GTT,437 * which may be larger than what is necessary to map the438 * aperture.