diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-09-04 09:54:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-05 20:20:25 +0200 |
commit | e51af6630848406fc97adbd71443818cdcda297b (patch) | |
tree | 6f25c35ad2a264e2ca8ad9bf0a4f8d2ac72d7a0c /drivers | |
parent | cf169702ba6928cee9d4f4adf3e932b643b8db7a (diff) | |
download | op-kernel-dev-e51af6630848406fc97adbd71443818cdcda297b.zip op-kernel-dev-e51af6630848406fc97adbd71443818cdcda297b.tar.gz |
x86: blacklist DMAR on Intel G31/G33 chipsets
Some BIOSes (the Intel DG33BU, for example) wrongly claim to have DMAR
when they don't. Avoid the resulting crashes when it doesn't work as
expected.
I'd still be grateful if someone could test it on a DG33BU with the old
BIOS though, since I've killed mine. I tested the DMI version, but not
this one.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index 8d0e60a..eaba6ec 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -80,7 +80,7 @@ static long list_size; static void domain_remove_dev_info(struct dmar_domain *domain); -static int dmar_disabled; +int dmar_disabled; static int __initdata dmar_map_gfx = 1; static int dmar_forcedac; static int intel_iommu_strict; |