diff options
author | 2020-06-29 21:17:21 +0000 | |
---|---|---|
committer | 2020-06-29 21:17:21 +0000 | |
commit | 95e64c5cd23bfd17aa9826b508b645371b66fccc (patch) | |
tree | f47e5b1d35a3201c7b6b2e917326f317f7e7f047 /sys | |
parent | Fix typo. (diff) | |
download | wireguard-openbsd-95e64c5cd23bfd17aa9826b508b645371b66fccc.tar.xz wireguard-openbsd-95e64c5cd23bfd17aa9826b508b645371b66fccc.zip |
Enable USER_PCICONF.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/GENERIC b/sys/arch/powerpc64/conf/GENERIC index 7d58eab5b30..398323d8b25 100644 --- a/sys/arch/powerpc64/conf/GENERIC +++ b/sys/arch/powerpc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2020/06/29 17:35:13 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.10 2020/06/29 21:17:21 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -14,6 +14,7 @@ include "../../../conf/GENERIC" maxusers 80 option PCIVERBOSE +option USER_PCICONF config bsd swap generic |