Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 05:47:58 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r192287 - user/kmacy/releng_7_2_fcs/sys/amd64/conf
Message-ID:  <200905180547.n4I5lwsO051007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmacy
Date: Mon May 18 05:47:58 2009
New Revision: 192287
URL: http://svn.freebsd.org/changeset/base/192287

Log:
  add local changes

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

Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Mon May 18 04:56:37 2009	(r192286)
+++ user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Mon May 18 05:47:58 2009	(r192287)
@@ -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="mxge zlib geom opensolaris zfs cxgb fxp nfe"
+makeoptions	MODULES_OVERRIDE="mxge zlib geom opensolaris zfs cxgb fxp nfe hwpmc"
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
@@ -246,3 +246,9 @@ device		bpf		# Berkeley packet filter
 #device		dcons		# Dumb console driver
 #device		dcons_crom	# Configuration ROM for dcons
 
+options		DDB
+options		KDB
+options		ALT_BREAK_TO_DEBUGGER
+options		ADAPTIVE_SX
+options		HWPMC_HOOKS
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905180547.n4I5lwsO051007>