From owner-p4-projects@FreeBSD.ORG Mon Sep 17 02:47:11 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E1DE516A41A; Mon, 17 Sep 2007 02:47:10 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21C0C16A419 for ; Mon, 17 Sep 2007 02:47:10 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1110D13C459 for ; Mon, 17 Sep 2007 02:47:10 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8H2l9Fp010639 for ; Mon, 17 Sep 2007 02:47:09 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8H2l9Ii010634 for perforce@freebsd.org; Mon, 17 Sep 2007 02:47:09 GMT (envelope-from kmacy@freebsd.org) Date: Mon, 17 Sep 2007 02:47:09 GMT Message-Id: <200709170247.l8H2l9Ii010634@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 126496 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 02:47:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=126496 Change 126496 by kmacy@kmacy_home:ethng on 2007/09/17 02:46:25 add HWPMC_HOOKS and hwpmc module to default build now that its available in this branch Affected files ... .. //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#2 edit Differences ... ==== //depot/projects/ethng/src/sys/amd64/conf/MULTIQ#2 (text+ko) ==== @@ -23,7 +23,7 @@ # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. -makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs netgraph" +makeoptions MODULES_OVERRIDE="cxgb em if_vlan linux linprocfs netgraph hwpmc" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols @@ -210,4 +210,7 @@ options IFNET_MULTIQUEUE # add support for using multiple tx queues to ifnet options ALT_BREAK_TO_DEBUGGER +#options LOCK_PROFILING +options HWPMC_HOOKS + #options BIND_ALL