diff options
author | 2017-02-28 07:32:00 +0000 | |
---|---|---|
committer | 2017-02-28 07:32:00 +0000 | |
commit | ec82931cf8035162b6f7f67ed1c931b703824d71 (patch) | |
tree | cba017088ae048d03e77fd8ee9c729cf16c838a2 | |
parent | Remove mpls_raw_usrreq() prototype, that function is gone. (diff) | |
download | wireguard-openbsd-ec82931cf8035162b6f7f67ed1c931b703824d71.tar.xz wireguard-openbsd-ec82931cf8035162b6f7f67ed1c931b703824d71.zip |
build with USER_PCICONF to enable /dev/pci*
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 1539a40597a..b1addc78718 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2017/02/25 17:05:43 patrick Exp $ +# $OpenBSD: GENERIC,v 1.14 2017/02/28 07:32:00 jsg Exp $ # # GENERIC machine description file # @@ -25,6 +25,7 @@ maxusers 32 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC option PCIVERBOSE +option USER_PCICONF # user-space PCI configuration option USBVERBOSE option SYSCALL_DEBUG |