From cb283fcdf7c2e4feedf0511008f871d15d31066e Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 7 Jul 2008 22:55:11 +0000 Subject: Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out of the box. --- sys/pc98/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pc98') diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index ed430fc..2621336 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -65,6 +65,7 @@ options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev +options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing # Debugging for use in -current -- cgit v1.1