diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-09-27 17:41:13 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-09-27 17:41:13 +0000 |
commit | 7521ac108e2e275e38f668296c70d74f870c8844 (patch) | |
tree | 76f352c2f8f6b06e1ebc24c21b0438589a7658ab /sys | |
parent | a3a57f89fe8891886e2a5942c05f63a3a0ba05f6 (diff) |
ARGH! disable gart, I suck!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/pci/iommu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/pci/iommu.c b/sys/arch/amd64/pci/iommu.c index cb98a52392b..d493fd4550f 100644 --- a/sys/arch/amd64/pci/iommu.c +++ b/sys/arch/amd64/pci/iommu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iommu.c,v 1.14 2005/09/27 17:37:30 marco Exp $ */ +/* $OpenBSD: iommu.c,v 1.15 2005/09/27 17:41:12 marco Exp $ */ /* * Copyright (c) 2005 Jason L. Wright (jason@thought.net) @@ -110,7 +110,7 @@ extern paddr_t avail_end; extern struct extent *iomem_ex; int amdgarts; -int amdgart_enable = 1; +int amdgart_enable = 0; struct amdgart_softc { pci_chipset_tag_t g_pc; |