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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"