Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Assorted spelling/capitalization fixes ...
details: https://anonhg.NetBSD.org/src/rev/e3f631f764b5
branches: trunk
changeset: 752792:e3f631f764b5
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sun Mar 07 07:33:29 2010 +0000
description:
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
diffstat:
sys/arch/evbarm/conf/GUMSTIX | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (47 lines):
diff -r d830de005d23 -r e3f631f764b5 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX Sun Mar 07 07:09:00 2010 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX Sun Mar 07 07:33:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.43 2010/01/03 09:52:16 kiyohara Exp $
+# $NetBSD: GUMSTIX,v 1.44 2010/03/07 07:33:29 kiyohara Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -68,7 +68,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)
@@ -261,7 +261,7 @@
# PCMCIA network interfaces
ne* at pcmcia? function ? # NE2000-compatible Ethernet
-wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
+wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11)
#xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
#xi* at xirc?
@@ -373,8 +373,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
@@ -387,7 +387,7 @@
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
-options RND_COM
+options RND_COM
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device bcsp # BlueCore Serial Protocol
Home |
Main Index |
Thread Index |
Old Index