summaryrefslogtreecommitdiff
path: root/sys/hwpmc/hwpmc_intel.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete stale files post their move to "sys/dev/hwpmc/".Joseph Koshy2005-04-281-141/+0
| | | | Notes: svn path=/head/; revision=145608
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-201-2/+1
| | | | | | | | | | | includes the MD header for us. Do not include <machine/specialreg.h> as it is not a header file that can be included from MI files. It is included from <machine/pmc_mdep.h> if so needed and possible. Ok'd: jkoshy@ Notes: svn path=/head/; revision=145338
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵Joseph Koshy2005-04-191-0/+142
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) Notes: svn path=/head/; revision=145256