svn commit: r241986 - head/sys/conf
Warner Losh
imp at FreeBSD.org
Wed Oct 24 06:10:10 UTC 2012
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
More information about the svn-src-all
mailing list