summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/files.amd64
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2011-04-02 18:16:51 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2011-04-02 18:16:51 +0000
commitb72875fedfad221e7205ae0252822e3cb79766de (patch)
tree5fff9ee3d9a2ad9f17472c1cb94850aa7c6afa5b /sys/arch/amd64/conf/files.amd64
parent161236f7fd86ba394d930ff8a3766db080651c57 (diff)
Remove the AMD GART based iommu code.
With current strategies to put memory in the ``correct'' place it isn't needed. There's also the problem that it did not work on all machines, failing completely on some and utterly breaking DMA. So just remove it. If anyone needs it it will be in the Attic. ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/files.amd64')
-rw-r--r--sys/arch/amd64/conf/files.amd643
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64
index ecaed2f33ea..dbf3c01c4cf 100644
--- a/sys/arch/amd64/conf/files.amd64
+++ b/sys/arch/amd64/conf/files.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.amd64,v 1.60 2010/12/06 20:10:17 jasper Exp $
+# $OpenBSD: files.amd64,v 1.61 2011/04/02 18:16:50 oga Exp $
maxpartitions 16
maxusers 2 16 128
@@ -112,7 +112,6 @@ file arch/amd64/amd64/ioapic.c ioapic needs-flag
include "dev/pci/files.pci"
file arch/amd64/pci/pci_machdep.c pci
-file arch/amd64/pci/iommu.c pci
file arch/amd64/pci/pciide_machdep.c pciide
file arch/amd64/pci/vga_post.c vga_pci & x86emu