blob: f7cba7768dadc18ad36f0541c62665eb4c6130f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
In order to get PAPI working on this machine you must setup a kernel with
* options HWPMC_HOOKS
* device hwpmc
Or load hwpmc module manually:
# kldload hwpmc.ko
Additionally, for i386 systems you need:
* device apic
EOM
}
]
|