diff options
author | 2017-02-05 00:29:30 +0000 | |
---|---|---|
committer | 2017-02-05 00:29:30 +0000 | |
commit | 67d18150154606cbab996c9d04a9f103c3402b68 (patch) | |
tree | edca5a84ee63aa4369b7c59cb52eaf2b3674d143 | |
parent | Missing va_end, from Anton Lindqvist. (diff) | |
download | wireguard-openbsd-67d18150154606cbab996c9d04a9f103c3402b68.tar.xz wireguard-openbsd-67d18150154606cbab996c9d04a9f103c3402b68.zip |
Add option PCIVERBOSE.
Prompted by jsg@
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index bba6284cb97..d240c2b8356 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2017/01/25 10:19:15 jsg Exp $ +# $OpenBSD: GENERIC,v 1.10 2017/02/05 00:29:30 patrick Exp $ # # GENERIC machine description file # @@ -24,6 +24,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 USBVERBOSE option SYSCALL_DEBUG diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 136c3f5f024..f26e89d833d 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2017/01/25 10:19:15 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.7 2017/02/05 00:29:30 patrick Exp $ # # GENERIC machine description file # @@ -23,6 +23,7 @@ maxusers 4 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC +option PCIVERBOSE option USBVERBOSE option SMALL_KERNEL option NO_PROPOLICE |