svn commit: r318025 - head/sys/arm/conf
Michal Meloun
mmel at FreeBSD.org
Tue May 9 12:32:34 UTC 2017
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
More information about the svn-src-head
mailing list