opnsense-ports/devel/papi/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

17 lines
266 B
Text

[
{ 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
}
]