From owner-svn-src-head@FreeBSD.ORG Sat Feb 7 09:57:14 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEFCD106566B; Sat, 7 Feb 2009 09:57:14 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BCD758FC1C; Sat, 7 Feb 2009 09:57:14 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n179vEKh087183; Sat, 7 Feb 2009 09:57:14 GMT (envelope-from wkoszek@svn.freebsd.org) Received: (from wkoszek@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n179vEGd087181; Sat, 7 Feb 2009 09:57:14 GMT (envelope-from wkoszek@svn.freebsd.org) Message-Id: <200902070957.n179vEGd087181@svn.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 7 Feb 2009 09:57:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188274 - in head/sys: conf ia64/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 09:57:15 -0000 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