Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add etherip(4), commented out



details:   https://anonhg.NetBSD.org/src/rev/83e9765bb495
branches:  trunk
changeset: 752870:83e9765bb495
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Mon Mar 08 22:51:52 2010 +0000

description:
Add etherip(4), commented out

diffstat:

 sys/arch/i386/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5f61ccce2990 -r 83e9765bb495 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Mar 08 21:48:42 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Mar 08 22:51:52 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index