From owner-freebsd-stable@FreeBSD.ORG Mon Aug 30 03:37:17 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BDD510656A6 for ; Mon, 30 Aug 2010 03:37:17 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id B693E8FC08 for ; Mon, 30 Aug 2010 03:37:16 +0000 (UTC) Received: by gwj23 with SMTP id 23so2157801gwj.13 for ; Sun, 29 Aug 2010 20:37:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:x-enigmail-version :content-type:content-transfer-encoding; bh=U3P1EBIGaJsNSSoBG7EWYYbc7XZOdr88yt7U4T5Ppp4=; b=uOVyH/rxeWqJKB7wSuKBit7BZRkbkOZwve7cHZMCZu0MaG5cSWCl+A19j373s3nSLo BXNRGM758bcMRcfLuYeq8iQdZo/JNQKvC64eJok6eCVvBSv6rcHB9tUogNbo1RXH2j4L 0SMUL29CsYa2bBM/zvX3PfAGk3jjIZiLTqPAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; b=Janyno9LuT1OIiAvefbRY2IQE7u0wvDN5Tf7gcGK2mPUFhI1oxIhk/pyY4aCU9ArIF 6OaKKDoDrq+mSPE0ZXx9KSFvwTqlcmOocmaxBHkT0VuPEHUK1Yx90eZGR3OjEWHqgROW 1iEQJjr90vmvKCsO236Gb96EGwUoXkl0ny2YA= Received: by 10.101.69.5 with SMTP id w5mr3856649ank.211.1283139435707; Sun, 29 Aug 2010 20:37:15 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-137-20.dsl.klmzmi.sbcglobal.net [99.181.137.20]) by mx.google.com with ESMTPS id e18sm8983509ana.35.2010.08.29.20.37.14 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Aug 2010 20:37:14 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C7B2768.4030604@DataIX.net> Date: Sun, 29 Aug 2010 23:37:12 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100806 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Joseph Koshy X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: hwpmc(4) driver / compiler warnings X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2010 03:37:17 -0000 I have received the following warnings about enumerated values for enum pmc_event on stable/8 i386. I am not sure how long this has been going on because I do not really use the PMC, therefore its not built into the kernel. This is just a heads up because though this warning has no effect on my machines it may in other area's. WARNING: hwpmc_amd.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_core.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_intel.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_logging.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_mod.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_pentium.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_piv.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_ppro.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_tsc.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_uncore.c: enum pmc_event has too many values: 1121 > 1023 WARNING: hwpmc_x86.c: enum pmc_event has too many values: 1121 > 1023 Regards, -- jhell,v