Module Name: src
Committed By: kiyohara
Date: Wed Mar 10 17:25:21 UTC 2010
Modified Files:
src/sys/arch/evbppc/conf: OPENBLOCKS266
Log Message:
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
=============================================================================
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbppc/conf/OPENBLOCKS266
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/evbppc/conf/OPENBLOCKS266
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.46 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.47
--- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.46 Thu Dec 24 09:29:36 2009
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266 Wed Mar 10 17:25:21 2010
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS266,v 1.46 2009/12/24 09:29:36 kiyohara Exp $
+# $NetBSD: OPENBLOCKS266,v 1.47 2010/03/10 17:25:21 kiyohara Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "OPENBLOCKS266-$Revision: 1.46 $"
+#ident "OPENBLOCKS266-$Revision: 1.47 $"
maxusers 32
@@ -114,7 +114,7 @@
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
-options INET6 # IPV6
+options INET6 # IPv6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
@@ -209,8 +209,8 @@
pseudo-device tap # virtual ethernet
pseudo-device tun # network tunneling over tty
pseudo-device gre # generic L3 over IP tunnel
-pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
-#pseudo-device faith # IPv[46] tcp relay translation i/f
+pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
+#pseudo-device faith # IPv[46] TCP relay translation i/f
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging