Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete stale files post their move to "sys/dev/hwpmc/". | jkoshy | 2005-04-28 | 1 | -141/+0 |
| | |||||
* | Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header | marcel | 2005-04-20 | 1 | -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@ | ||||
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵ | jkoshy | 2005-04-19 | 1 | -0/+142 |
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) |