Module Name:    src
Committed By:   hubertf
Date:           Mon Mar  8 22:51:52 UTC 2010

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

Log Message:
Add etherip(4), commented out


To generate a diff of this commit:
cvs rdiff -u -r1.973 -r1.974 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.973 src/sys/arch/i386/conf/GENERIC:1.974
--- src/sys/arch/i386/conf/GENERIC:1.973	Sat Mar  6 21:12:04 2010
+++ src/sys/arch/i386/conf/GENERIC	Mon Mar  8 22:51:52 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.973 2010/03/06 21:12:04 plunky Exp $
+# $NetBSD: GENERIC,v 1.974 2010/03/08 22:51:52 hubertf Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.973 $"
+#ident 		"GENERIC-$Revision: 1.974 $"
 
 maxusers	64		# estimated number of users
 
@@ -1534,6 +1534,7 @@
 pseudo-device	agr			# IEEE 802.3ad link aggregation
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
+#pseudo-device 	etherip 		# Tunnel Ethernet over IP
 # srt is EXPERIMENTAL
 #pseudo-device	srt			# source-address-based routing
 

Reply via email to