diff options
author | 2017-01-23 14:00:22 +0000 | |
---|---|---|
committer | 2017-01-23 14:00:22 +0000 | |
commit | aac57916bfdf1ead179ff0cff8624c86d6731b41 (patch) | |
tree | 7ff4bfaf43b88c2383c0136094eb9653af8f3c03 | |
parent | Make the RAMDISK kernel actually try to boot the ramdisk. (diff) | |
download | wireguard-openbsd-aac57916bfdf1ead179ff0cff8624c86d6731b41.tar.xz wireguard-openbsd-aac57916bfdf1ead179ff0cff8624c86d6731b41.zip |
Enable USBVERBOSE on both the GENERIC and RAMDISK kernel.
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 3980e761b45..12b5067ef2b 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2017/01/23 13:01:06 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.7 2017/01/23 14:00:22 patrick Exp $ # # GENERIC machine description file # @@ -24,8 +24,9 @@ maxusers 32 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC +option USBVERBOSE -options SYSCALL_DEBUG +option SYSCALL_DEBUG makeoptions KERNEL_BASE_PHYS="0x00200000" makeoptions KERNEL_BASE_VIRT="0xffffff8000200000" diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 349ba5237ee..681572aeab1 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2017/01/23 13:58:11 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.4 2017/01/23 14:00:22 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 USBVERBOSE option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG |