summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--sys/alpha/conf/GENERIC1
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/ia64/conf/GENERIC1
-rw-r--r--sys/pc98/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/sparc64/conf/GENERIC1
7 files changed, 7 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 8ea7188..d479772 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -68,6 +68,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b0bd066..b719e6f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -56,6 +56,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
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
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 2e33d7c..1fb6b2e 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -50,6 +50,7 @@ options SYSVSHM # SYSV-style shared memory
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Hash-based directory lookup scheme
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
+options PFIL_HOOKS # pfil(9) framework
# Various "busses"
device acpi # ACPI support (mandatory)
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
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 233193b..d339411 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -55,6 +55,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index b07bd30..3e02544 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -55,6 +55,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
options DDB #Enable the kernel debugger
OpenPOWER on IntegriCloud