Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Revert part of last patch. Didn't mean...



details:   https://anonhg.NetBSD.org/src/rev/258caaffa40b
branches:  trunk
changeset: 752945:258caaffa40b
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Mar 12 15:12:12 2010 +0000

description:
Revert part of last patch. Didn't mean to enable pf by default.

diffstat:

 sys/arch/sparc64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r a8f4a6e2e055 -r 258caaffa40b sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Fri Mar 12 14:50:54 2010 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Fri Mar 12 15:12:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 2010/03/12 14:50:55 roy Exp $
+# $NetBSD: GENERIC,v 1.122 2010/03/12 15:12:12 roy Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.121 $"
+#ident                 "GENERIC-$Revision: 1.122 $"
 
 maxusers       64
 
@@ -946,8 +946,8 @@
 pseudo-device  wsfont
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
-pseudo-device  pf                      # PF packet filter
-pseudo-device  pflog                   # PF log if
+#pseudo-device pf                      # PF packet filter
+#pseudo-device pflog                   # PF log if
 pseudo-device  fss             4       # file system snapshot device
 #pseudo-device bcsp                    # BlueCore Serial Protocol
 #pseudo-device btuart                  # Bluetooth HCI UART (H4)



Home | Main Index | Thread Index | Old Index