intel_extreme: Fix pci index mappings on i9xx < i96x

This commit is contained in:
Alexander von Gluck IV
2015-12-23 21:08:05 -06:00
parent c302a243e1
commit e28962a280
@@ -287,7 +287,7 @@ intel_extreme_init(intel_info &info)
int fbIndex = 0;
int mmioIndex = 1;
if (info.device_type.Generation() >= 4) {
if (info.device_type.Generation() >= 3) {
// For some reason Intel saw the need to change the order of the
// mappings with the introduction of the i9xx family
mmioIndex = 0;