diff options
author | jhb <jhb@FreeBSD.org> | 2015-06-01 17:57:05 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-06-01 17:57:05 +0000 |
commit | 7a2aa2a780fad093e89f575f957bc61e536735c4 (patch) | |
tree | ad473bd6cacf2054f1e38611160fb2d4d9df6137 /sys/conf/NOTES | |
parent | 7b0fefdcb151c2ec97e93fc56e16142d4c01e9ed (diff) | |
download | FreeBSD-src-7a2aa2a780fad093e89f575f957bc61e536735c4.zip FreeBSD-src-7a2aa2a780fad093e89f575f957bc61e536735c4.tar.gz |
MFC 282641,282658:
- Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead of
the broader DEBUG option.
- Convert hwpmc(4) debug printfs over to KTR.
Sponsored by: Norse Corp, Inc.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6407860..65e85bd 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -561,6 +561,7 @@ options STACK # please see hwpmc(4). device hwpmc # Driver (also a loadable module) +options HWPMC_DEBUG options HWPMC_HOOKS # Other necessary kernel hooks |