Module Name:    src
Committed By:   roy
Date:           Fri Mar 12 15:12:12 UTC 2010

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.121 src/sys/arch/sparc64/conf/GENERIC:1.122
--- src/sys/arch/sparc64/conf/GENERIC:1.121	Fri Mar 12 14:50:55 2010
+++ src/sys/arch/sparc64/conf/GENERIC	Fri Mar 12 15:12:12 2010
@@ -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)

Reply via email to