svn commit: r192606 - user/kmacy/releng_7_2_fcs/sys/amd64/conf

Kip Macy kmacy at FreeBSD.org
Fri May 22 22:09:07 UTC 2009


Author: kmacy
Date: Fri May 22 22:09:05 2009
New Revision: 192606
URL: http://svn.freebsd.org/changeset/base/192606

Log:
  add common modules

Modified:
  user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC_MINUS

Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC_MINUS
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC_MINUS	Fri May 22 22:09:00 2009	(r192605)
+++ user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC_MINUS	Fri May 22 22:09:05 2009	(r192606)
@@ -25,7 +25,7 @@ ident		GENERIC
 #hints		"GENERIC.hints"		# Default places to look for devices.
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
-makeoptions	MODULES_OVERRIDE="opensolaris zfs zlib mxge geom"
+makeoptions	MODULES_OVERRIDE="opensolaris zfs zlib mxge geom hwpmc linux linprocfs"
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption


More information about the svn-src-user mailing list