Thu Aug 20 21:36:11 2020 UTC ()
Add wg(4) to amd64/ALL.


(riastradh)
diff -r1.160 -r1.161 src/sys/arch/amd64/conf/ALL

cvs diff -r1.160 -r1.161 src/sys/arch/amd64/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/ALL 2020/08/01 12:28:19 1.160
+++ src/sys/arch/amd64/conf/ALL 2020/08/20 21:36:11 1.161
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.160 2020/08/01 12:28:19 jdolecek Exp $ 1# $NetBSD: ALL,v 1.161 2020/08/20 21:36:11 riastradh Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/amd64/conf/std.amd64" 16include "arch/amd64/conf/std.amd64"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.160 $" 20#ident "ALL-$Revision: 1.161 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27options USER_LDT # User-settable LDT, used by Wine 27options USER_LDT # User-settable LDT, used by Wine
28options X86EMU # 386 Real Mode emulator 28options X86EMU # 386 Real Mode emulator
29#options PAE # PAE mode (36 bits physical addressing) 29#options PAE # PAE mode (36 bits physical addressing)
30makeoptions SPECTRE_V2_GCC_MITIGATION=1 # GCC Spectre variant 2 30makeoptions SPECTRE_V2_GCC_MITIGATION=1 # GCC Spectre variant 2
31 # migitation 31 # migitation
32options PCPU_IDT # Per CPU IDT 32options PCPU_IDT # Per CPU IDT
33 33
@@ -1631,26 +1631,27 @@ pseudo-device ipsecif # tunnel interfa @@ -1631,26 +1631,27 @@ pseudo-device ipsecif # tunnel interfa
1631pseudo-device faith # IPv[46] tcp relay translation i/f 1631pseudo-device faith # IPv[46] tcp relay translation i/f
1632pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1632pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
1633pseudo-device vlan # IEEE 802.1q encapsulation 1633pseudo-device vlan # IEEE 802.1q encapsulation
1634pseudo-device bridge # simple inter-network bridging 1634pseudo-device bridge # simple inter-network bridging
1635pseudo-device agr # IEEE 802.3ad link aggregation 1635pseudo-device agr # IEEE 802.3ad link aggregation
1636pseudo-device l2tp # L2TPv3 interface 1636pseudo-device l2tp # L2TPv3 interface
1637#pseudo-device pf # PF packet filter 1637#pseudo-device pf # PF packet filter
1638#pseudo-device pflog # PF log if 1638#pseudo-device pflog # PF log if
1639#pseudo-device pfsync # PF sync if 1639#pseudo-device pfsync # PF sync if
1640pseudo-device npf # NPF packet filter 1640pseudo-device npf # NPF packet filter
1641pseudo-device kttcp 1641pseudo-device kttcp
1642# srt is EXPERIMENTAL 1642# srt is EXPERIMENTAL
1643pseudo-device srt # source-address-based routing 1643pseudo-device srt # source-address-based routing
 1644pseudo-device wg # WireGuard
1644 1645
1645pseudo-device canloop # CAN loopback interface 1646pseudo-device canloop # CAN loopback interface
1646 1647
1647# 1648#
1648# accept filters, built as module(7)s by default 1649# accept filters, built as module(7)s by default
1649pseudo-device accf_data # "dataready" accept filter 1650pseudo-device accf_data # "dataready" accept filter
1650pseudo-device accf_http # "httpready" accept filter 1651pseudo-device accf_http # "httpready" accept filter
1651 1652
1652# miscellaneous pseudo-devices 1653# miscellaneous pseudo-devices
1653pseudo-device pty # pseudo-terminals 1654pseudo-device pty # pseudo-terminals
1654pseudo-device sequencer # MIDI sequencer 1655pseudo-device sequencer # MIDI sequencer
1655# rnd works; RND_COM does not on port amd64 yet. 1656# rnd works; RND_COM does not on port amd64 yet.
1656options RND_COM # use "com" randomness as well (BROKEN) 1657options RND_COM # use "com" randomness as well (BROKEN)