From eb0a4a4b8083929d780f6253e4e4ceeab7cb276e Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Sat, 7 Feb 2009 09:57:14 +0000 Subject: [PATCH] Don't forget to create opt_agp.h on ia64, which also uses agp(4). --- sys/conf/options.ia64 | 3 +++ sys/ia64/conf/NOTES | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 11f2285c713..7a292ed711d 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 de9eae23092..138396aeaa7 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