svn commit: r188274 - in head/sys: conf ia64/conf
Wojciech A. Koszek
wkoszek at FreeBSD.org
Sat Feb 7 01:57:15 PST 2009
Author: wkoszek
Date: Sat Feb 7 09:57:14 2009
New Revision: 188274
URL: http://svn.freebsd.org/changeset/base/188274
Log:
Don't forget to create opt_agp.h on ia64, which also uses agp(4).
Modified:
head/sys/conf/options.ia64
head/sys/ia64/conf/NOTES
Modified: head/sys/conf/options.ia64
==============================================================================
--- head/sys/conf/options.ia64 Sat Feb 7 06:27:16 2009 (r188273)
+++ head/sys/conf/options.ia64 Sat Feb 7 09:57:14 2009 (r188274)
@@ -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
Modified: head/sys/ia64/conf/NOTES
==============================================================================
--- head/sys/ia64/conf/NOTES Sat Feb 7 06:27:16 2009 (r188273)
+++ head/sys/ia64/conf/NOTES Sat Feb 7 09:57:14 2009 (r188274)
@@ -101,6 +101,9 @@ options VGA_WIDTH90 # support 90 colum
# Debugging.
options VGA_DEBUG
+# AGP debugging.
+options AGP_DEBUG
+
# The following devices are not supported.
nodevice fdc
nooption FDC_DEBUG
More information about the svn-src-all
mailing list