summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/GENERIC
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-01-24 14:59:51 +0000
committernectar <nectar@FreeBSD.org>2004-01-24 14:59:51 +0000
commit70865363ca3965520f879ab49c6846b9d34015c6 (patch)
tree5ef81e4dc6dea09474ffa160922656d4be3b0e12 /sys/pc98/conf/GENERIC
parentbbc2a64b23179a758ceb50496fe6ecd1b1d80bda (diff)
downloadFreeBSD-src-70865363ca3965520f879ab49c6846b9d34015c6.zip
FreeBSD-src-70865363ca3965520f879ab49c6846b9d34015c6.tar.gz
Add PFIL_HOOKS to the GENERIC kernel configuration, primarily so
that one can load the IPFilter module (which requires PFIL_HOOKS). Requested by: Many, for over a year
Diffstat (limited to 'sys/pc98/conf/GENERIC')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index f8bdf81..36637df 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -58,6 +58,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 PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
OpenPOWER on IntegriCloud