Date: Tue, 9 May 2017 12:32:32 +0000 (UTC) From: Michal Meloun <mmel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318025 - head/sys/arm/conf Message-ID: <201705091232.v49CWWe9035573@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmel Date: Tue May 9 12:32:31 2017 New Revision: 318025 URL: https://svnweb.freebsd.org/changeset/base/318025 Log: Revert accidentally changed std.armv6 in r318024. MFC with: r318024 MFC after: 2 weeks Modified: head/sys/arm/conf/std.armv6 Modified: head/sys/arm/conf/std.armv6 ============================================================================== --- head/sys/arm/conf/std.armv6 Tue May 9 12:14:00 2017 (r318024) +++ head/sys/arm/conf/std.armv6 Tue May 9 12:32:31 2017 (r318025) @@ -68,10 +68,10 @@ options USB_DEBUG # Enable usb debug s # Optional extras, never enabled by default: #options BOOTVERBOSE #options DEBUG # May result in extreme spewage -options KTR -options KTR_COMPILE=KTR_ALL -options KTR_ENTRIES=163840 -options KTR_MASK=(KTR_SPARE3) +#options KTR +#options KTR_COMPILE=KTR_ALL +#options KTR_ENTRIES=16384 +#options KTR_MASK=(KTR_SPARE2) #options KTR_VERBOSE=0 #options USB_REQ_DEBUG #options USB_VERBOSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091232.v49CWWe9035573>