Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
This commit is contained in:
parent
51ecd033ec
commit
ef3d09f0de
|
@ -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 WAPBL # File system journaling support - Experimental
|
|||
|
||||
#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 @@ wd* at atabus? drive ? flags 0x0000
|
|||
|
||||
# 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 ppp # Point-to-Point Protocol
|
|||
#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 ppp # Point-to-Point Protocol
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue