From owner-svn-src-all@FreeBSD.ORG Sat Jan 16 12:24:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A128C106568F; Sat, 16 Jan 2010 12:24:12 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 905CF8FC1B; Sat, 16 Jan 2010 12:24:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0GCOCDt094362; Sat, 16 Jan 2010 12:24:12 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0GCOCOI094360; Sat, 16 Jan 2010 12:24:12 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201001161224.o0GCOCOI094360@svn.freebsd.org> From: Attilio Rao Date: Sat, 16 Jan 2010 12:24:12 +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: r202441 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2010 12:24:12 -0000 Author: attilio Date: Sat Jan 16 12:24:12 2010 New Revision: 202441 URL: http://svn.freebsd.org/changeset/base/202441 Log: Unbreak the build for pc98. Specify the newly introduced, for ia32, DEV_ATPIC also for pc98. Pointy hat to: me Modified: head/sys/conf/options.pc98 Modified: head/sys/conf/options.pc98 ============================================================================== --- head/sys/conf/options.pc98 Sat Jan 16 12:20:26 2010 (r202440) +++ head/sys/conf/options.pc98 Sat Jan 16 12:24:12 2010 (r202441) @@ -90,6 +90,7 @@ PC98 opt_global.h # Device options DEV_APIC opt_apic.h +DEV_ATPIC opt_atpic.h DEV_MECIA opt_mecia.h DEV_NPX opt_npx.h