From owner-cvs-src-old@FreeBSD.ORG Tue Dec 1 23:02:54 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1046106566C for ; Tue, 1 Dec 2009 23:02:54 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61F5C8FC13 for ; Tue, 1 Dec 2009 23:02:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB1N2sZM024779 for ; Tue, 1 Dec 2009 23:02:54 GMT (envelope-from fabient@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB1N2suQ024778 for cvs-src-old@freebsd.org; Tue, 1 Dec 2009 23:02:54 GMT (envelope-from fabient@repoman.freebsd.org) Message-Id: <200912012302.nB1N2suQ024778@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to fabient@repoman.freebsd.org using -f From: Fabien Thomas Date: Tue, 1 Dec 2009 23:01:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 23:02:54 -0000 fabient 2009-12-01 23:01:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/hwpmc hwpmc_mod.c Log: SVN rev 200009 on 2009-12-01 23:01:59Z by fabient MFC 198343: Handle the case where there is only one PMC in the system. Revision Changes Path 1.29.2.4 +4 -4 src/sys/dev/hwpmc/hwpmc_mod.c