Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/conf Add commented out pf and pflog pseudo-...



details:   https://anonhg.NetBSD.org/src/rev/596a6371117d
branches:  trunk
changeset: 572397:596a6371117d
user:      rumble <rumble%NetBSD.org@localhost>
date:      Sat Jan 01 21:20:19 2005 +0000

description:
Add commented out pf and pflog pseudo-devices.

diffstat:

 sys/arch/sgimips/conf/GENERIC32_IP2x |  6 ++++--
 sys/arch/sgimips/conf/GENERIC32_IP3x |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 553b14b4d4b9 -r 596a6371117d sys/arch/sgimips/conf/GENERIC32_IP2x
--- a/sys/arch/sgimips/conf/GENERIC32_IP2x      Sat Jan 01 21:20:12 2005 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP2x      Sat Jan 01 21:20:19 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP2x,v 1.24 2004/11/13 03:20:37 sekiya Exp $
+#      $NetBSD: GENERIC32_IP2x,v 1.25 2005/01/01 21:20:19 rumble Exp $
 #
 # GENERIC32_IP2x machine description file
 # 
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC32-IP2x-$Revision: 1.24 $"
+#ident         "GENERIC32-IP2x-$Revision: 1.25 $"
 
 maxusers       32
 
@@ -282,6 +282,8 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
+#pseudo-device pf                      # PF packet filter
+#pseudo-device pflog                   # PF log if
 
 # miscellaneous pseudo-devices
 pseudo-device  pty                     # pseudo-terminals
diff -r 553b14b4d4b9 -r 596a6371117d sys/arch/sgimips/conf/GENERIC32_IP3x
--- a/sys/arch/sgimips/conf/GENERIC32_IP3x      Sat Jan 01 21:20:12 2005 +0000
+++ b/sys/arch/sgimips/conf/GENERIC32_IP3x      Sat Jan 01 21:20:19 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC32_IP3x,v 1.17 2004/11/10 17:54:07 christos Exp $
+#      $NetBSD: GENERIC32_IP3x,v 1.18 2005/01/01 21:20:19 rumble Exp $
 #
 # GENERIC32_IP3x machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC32_IP3x-$Revision: 1.17 $"
+#ident         "GENERIC32_IP3x-$Revision: 1.18 $"
 
 maxusers       32
 
@@ -404,6 +404,8 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
+#pseudo-device pf                      # PF packet filter
+#pseudo-device pflog                   # PF log if
 
 # miscellaneous pseudo-devices
 pseudo-device  pty                     # pseudo-terminals



Home | Main Index | Thread Index | Old Index