summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_amd64.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-19 20:58:24 +0000
committerobrien <obrien@FreeBSD.org>2004-08-19 20:58:24 +0000
commit311d4dd9cc2c279274dd1074d605959c09bfe327 (patch)
treee4f41b9a4d7e960f728cdf5759e22b0b620a2479 /sys/pci/agp_amd64.c
parent80499ed5b20aefa1aa91e7674e6d3df2e6b6503f (diff)
downloadFreeBSD-src-311d4dd9cc2c279274dd1074d605959c09bfe327.zip
FreeBSD-src-311d4dd9cc2c279274dd1074d605959c09bfe327.tar.gz
Unconditionally support the AMD64 GART HW.
Diffstat (limited to 'sys/pci/agp_amd64.c')
-rw-r--r--sys/pci/agp_amd64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c
index a4372f3..03b22d4 100644
--- a/sys/pci/agp_amd64.c
+++ b/sys/pci/agp_amd64.c
@@ -28,9 +28,6 @@
__FBSDID("$FreeBSD$");
#include "opt_bus.h"
-#ifdef __i386__
-#include "opt_agp.h"
-#endif
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud