View | Details | Raw Unified | Return to bug 16007 | Differences between
and this patch

Collapse All | Expand All

(-)a/arch/x86/pci/acpi.c (-1 / +7 lines)
Lines 34-39 static const struct dmi_system_id pci_use_crs_table[] __initconst = { Link Here
34
			DMI_MATCH(DMI_PRODUCT_NAME, "x3800"),
34
			DMI_MATCH(DMI_PRODUCT_NAME, "x3800"),
35
		},
35
		},
36
	},
36
	},
37
        {
38
                .callback = set_use_crs,
39
                .ident = "ASRock ALiveSATA2-GLAN",
40
                .matches = {
41
                        DMI_MATCH(DMI_PRODUCT_NAME, "ALiveSATA2-GLAN"),
42
                },
43
        },
37
	{}
44
	{}
38
};
45
};
39
46
40
- 

Return to bug 16007