summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options.ia643
-rw-r--r--sys/ia64/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64
index 11f2285..7a292ed 100644
--- a/sys/conf/options.ia64
+++ b/sys/conf/options.ia64
@@ -20,6 +20,9 @@ VGA_NO_MODE_CHANGE opt_vga.h
VGA_SLOW_IOACCESS opt_vga.h
VGA_WIDTH90 opt_vga.h
+# AGP debugging.
+AGP_DEBUG opt_agp.h
+
PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES
index de9eae2..138396a 100644
--- a/sys/ia64/conf/NOTES
+++ b/sys/ia64/conf/NOTES
@@ -101,6 +101,9 @@ options VGA_WIDTH90 # support 90 column modes
# Debugging.
options VGA_DEBUG
+# AGP debugging.
+options AGP_DEBUG
+
# The following devices are not supported.
nodevice fdc
nooption FDC_DEBUG
OpenPOWER on IntegriCloud