Date: Sun, 29 Aug 2010 23:37:12 -0400 From: jhell <jhell@DataIX.net> To: Joseph Koshy <jkoshy@FreeBSD.org> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: hwpmc(4) driver / compiler warnings Message-ID: <4C7B2768.4030604@DataIX.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C7B2768.4030604>