From owner-svn-src-head@FreeBSD.ORG Thu Feb 25 15:00:29 2010 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 0F7D41065670; Thu, 25 Feb 2010 15:00:29 +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 F233E8FC2A; Thu, 25 Feb 2010 15:00:28 +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 o1PF0SAq044644; Thu, 25 Feb 2010 15:00:28 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1PF0RUh044643; Thu, 25 Feb 2010 15:00:27 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201002251500.o1PF0RUh044643@svn.freebsd.org> From: Attilio Rao Date: Thu, 25 Feb 2010 15:00:27 +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: r204313 - head/sys/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: Thu, 25 Feb 2010 15:00:29 -0000 Author: attilio Date: Thu Feb 25 15:00:27 2010 New Revision: 204313 URL: http://svn.freebsd.org/changeset/base/204313 Log: Fix a mis-change about the compiling of atrtc.c. Sponsored by: Sandvine Incorporated Reported by: Giovanni Trematerra MFC: 3 weeks X-MFC: r204309 Modified: head/sys/conf/files.amd64 Modified: head/sys/conf/files.amd64 ============================================================================== --- head/sys/conf/files.amd64 Thu Feb 25 14:51:06 2010 (r204312) +++ head/sys/conf/files.amd64 Thu Feb 25 15:00:27 2010 (r204313) @@ -298,7 +298,7 @@ x86/cpufreq/est.c optional cpufreq x86/cpufreq/hwpstate.c optional cpufreq x86/cpufreq/p4tcc.c optional cpufreq x86/isa/atpic.c optional atpic isa -x86/isa/atrtc.c optional atpic +x86/isa/atrtc.c standard x86/isa/clock.c standard x86/isa/elcr.c standard x86/isa/isa.c standard