diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-02-05 00:29:31 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-02-05 00:29:31 +0000 |
commit | 651c07bd0f7d5345bddac9830e68a08e76605399 (patch) | |
tree | 27f6737f5dfd3579db24ea13644169b3de9dacc6 /sys | |
parent | e7a3bf12815ca71b0f6d24a004dbc917bc63dc84 (diff) |
Add option PCIVERBOSE.
Prompted by jsg@
Diffstat (limited to 'sys')
-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 |