intel_extreme: Fix pci index mappings on i9xx < i96x
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user