diff options
author | wkoszek <wkoszek@FreeBSD.org> | 2009-02-07 09:57:14 +0000 |
---|---|---|
committer | wkoszek <wkoszek@FreeBSD.org> | 2009-02-07 09:57:14 +0000 |
commit | 10be92c87c3e8130f83236f0b69d17c41c6e212d (patch) | |
tree | 2ce6e4d71fcac7bc2bb6be731262da4a767b5d28 /sys | |
parent | 804c089571c9cb5b2093dd6946568ba530aafc77 (diff) | |
download | FreeBSD-src-10be92c87c3e8130f83236f0b69d17c41c6e212d.zip FreeBSD-src-10be92c87c3e8130f83236f0b69d17c41c6e212d.tar.gz |
Don't forget to create opt_agp.h on ia64, which also uses agp(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options.ia64 | 3 | ||||
-rw-r--r-- | sys/ia64/conf/NOTES | 3 |
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 |