summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.pc98
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-18 03:46:39 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-18 03:46:39 +0000
commit2a643991122c3ec1d468b611b0536f4d19815b6f (patch)
tree1cfca0ea8c28a24aa15aab7d396379060cdafff2 /sys/conf/options.pc98
parent178ae6f705109b7bc70b51e049060b5ed526da3f (diff)
downloadFreeBSD-src-2a643991122c3ec1d468b611b0536f4d19815b6f.zip
FreeBSD-src-2a643991122c3ec1d468b611b0536f4d19815b6f.tar.gz
Since pc98 shares the AGP driver with the i386, also define the
amd64 agp option here in order to let the pc98 kernel build complete. This doesn't seem right, since there probably aren't plans to build a pc98 amd64 box; however, it's not clear to me how to get config to generate an opt_agp.h without an option defined.
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r--sys/conf/options.pc983
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index e5354a9..b517c4a 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -108,3 +108,6 @@ PC98 opt_global.h
DEV_APIC opt_apic.h
DEV_MECIA opt_mecia.h
DEV_NPX opt_npx.h
+
+# agp options
+AGP_AMD64_GART opt_agp.h
OpenPOWER on IntegriCloud