From owner-svn-src-all@FreeBSD.ORG Wed Oct 24 06:10:09 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5F82C96; Wed, 24 Oct 2012 06:10:09 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD6558FC0C; Wed, 24 Oct 2012 06:10:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9O6A9Ap053685; Wed, 24 Oct 2012 06:10:09 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9O6A9oG053683; Wed, 24 Oct 2012 06:10:09 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201210240610.q9O6A9oG053683@svn.freebsd.org> From: Warner Losh Date: Wed, 24 Oct 2012 06:10:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241986 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 24 Oct 2012 06:10:10 -0000 Author: imp Date: Wed Oct 24 06:10:09 2012 New Revision: 241986 URL: http://svn.freebsd.org/changeset/base/241986 Log: Add back hwpmc support. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips ============================================================================== --- head/sys/conf/files.mips Wed Oct 24 05:54:17 2012 (r241985) +++ head/sys/conf/files.mips Wed Oct 24 06:10:09 2012 (r241986) @@ -99,3 +99,7 @@ crypto/des/des_enc.c optional crypto | # AP common nvram interface dev/nvram2env/nvram2env.c optional nvram2env + +# hwpmc goo +dev/hwpmc/hwpmc_mips.c optional hwpmc +dev/hwpmc/hwpmc_mips24k.c optional hwpmc