Module Name: src Committed By: maxv Date: Wed Mar 8 16:42:27 UTC 2017
Modified Files: src/sys/arch/i386/i386: pmc.c src/sys/arch/x86/include: sysarch.h src/usr.bin/pmc: pmc.c Log Message: Add a version argument, set to 1, and check it in usr.bin/pmc. Use uint32_t instead uint8_t since we now need 12bit selectors (10h family). And while here KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/i386/i386/pmc.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/sysarch.h cvs rdiff -u -r1.18 -r1.19 src/usr.bin/pmc/pmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.