summaryrefslogtreecommitdiffstats
path: root/sys/i386
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/i386
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/i386')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 2a62bb8..891198e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -57,6 +57,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
+options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
OpenPOWER on IntegriCloud