Tue Nov 28 07:24:32 2017 UTC ()
+gif


(skrll)
diff -r1.23 -r1.24 src/sys/arch/evbarm/conf/GENERIC.common

cvs diff -r1.23 -r1.24 src/sys/arch/evbarm/conf/GENERIC.common (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GENERIC.common 2017/10/12 20:03:38 1.23
+++ src/sys/arch/evbarm/conf/GENERIC.common 2017/11/28 07:24:32 1.24
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: GENERIC.common,v 1.23 2017/10/12 20:03:38 skrll Exp $ 2# $NetBSD: GENERIC.common,v 1.24 2017/11/28 07:24:32 skrll Exp $
3# 3#
4# GENERIC evbarm kernel config (template) 4# GENERIC evbarm kernel config (template)
5# 5#
6 6
7# estimated number of users 7# estimated number of users
8 8
9maxusers 32 9maxusers 32
10 10
11# Standard system options 11# Standard system options
12 12
13options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 13options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
14options NTP # NTP phase/frequency locked loop 14options NTP # NTP phase/frequency locked loop
15 15
@@ -130,26 +130,27 @@ pseudo-device swcrypto # software crypt @@ -130,26 +130,27 @@ pseudo-device swcrypto # software crypt
130pseudo-device vnd # disk-like interface to files 130pseudo-device vnd # disk-like interface to files
131#pseudo-device fss # file system snapshot device 131#pseudo-device fss # file system snapshot device
132pseudo-device drvctl # driver control 132pseudo-device drvctl # driver control
133 133
134# network pseudo-devices 134# network pseudo-devices
135pseudo-device bpfilter # Berkeley packet filter 135pseudo-device bpfilter # Berkeley packet filter
136pseudo-device loop # network loopback 136pseudo-device loop # network loopback
137pseudo-device bridge # simple inter-network bridging 137pseudo-device bridge # simple inter-network bridging
138pseudo-device vlan # IEEE 802.1q encapsulation 138pseudo-device vlan # IEEE 802.1q encapsulation
139pseudo-device ppp # Point-to-Point Protocol 139pseudo-device ppp # Point-to-Point Protocol
140pseudo-device pppoe # PPP over Ethernet (RFC 2516) 140pseudo-device pppoe # PPP over Ethernet (RFC 2516)
141pseudo-device tun # network tunneling over tty 141pseudo-device tun # network tunneling over tty
142pseudo-device tap # virtual Ethernet 142pseudo-device tap # virtual Ethernet
 143pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
143pseudo-device gre # generic L3 over IP tunnel 144pseudo-device gre # generic L3 over IP tunnel
144pseudo-device npf # NPF packet filter 145pseudo-device npf # NPF packet filter
145 146
146# miscellaneous pseudo-devices 147# miscellaneous pseudo-devices
147pseudo-device pty # pseudo-terminals 148pseudo-device pty # pseudo-terminals
148#options RND_COM 149#options RND_COM
149#pseudo-device clockctl # user control of clock subsystem 150#pseudo-device clockctl # user control of clock subsystem
150pseudo-device ksyms # /dev/ksyms 151pseudo-device ksyms # /dev/ksyms
151pseudo-device lockstat # lock profiling 152pseudo-device lockstat # lock profiling
152 153
153options FILEASSOC # fileassoc(9) - required for Veriexec 154options FILEASSOC # fileassoc(9) - required for Veriexec
154 # and PAX_SEGVGUARD 155 # and PAX_SEGVGUARD
155 156