Module Name:    src
Committed By:   rmind
Date:           Fri Nov  5 01:34:52 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
Add pfsync to ALL kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/i386/conf/ALL

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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.272 src/sys/arch/i386/conf/ALL:1.273
--- src/sys/arch/i386/conf/ALL:1.272	Wed Nov  3 23:24:14 2010
+++ src/sys/arch/i386/conf/ALL	Fri Nov  5 01:34:51 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.272 2010/11/03 23:24:14 dyoung Exp $
+# $NetBSD: ALL,v 1.273 2010/11/05 01:34:51 rmind Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.272 $"
+#ident 		"ALL-$Revision: 1.273 $"
 
 maxusers	64		# estimated number of users
 
@@ -1640,6 +1640,7 @@
 pseudo-device	agr			# IEEE 802.3ad link aggregation
 pseudo-device	pf			# PF packet filter
 pseudo-device	pflog			# PF log if
+pseudo-device	pfsync
 pseudo-device	kttcp
 pseudo-device	etherip			# EtherIP
 # srt is EXPERIMENTAL

Reply via email to