Date: Sun, 18 Jun 2017 21:03:53 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320083 - head/sys/arm/conf Message-ID: <201706182103.v5IL3rAi049455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Jun 18 21:03:53 2017 New Revision: 320083 URL: https://svnweb.freebsd.org/changeset/base/320083 Log: Put ARM_USE_V6_BUSDMA into the SAM9G20EK reference kernel to try to track down the unaligned I/O issues we have with at least USB on that platform. Modified: head/sys/arm/conf/SAM9G20EK Modified: head/sys/arm/conf/SAM9G20EK ============================================================================== --- head/sys/arm/conf/SAM9G20EK Sun Jun 18 21:03:48 2017 (r320082) +++ head/sys/arm/conf/SAM9G20EK Sun Jun 18 21:03:53 2017 (r320083) @@ -35,6 +35,8 @@ options SOCDEV_VA=0xdc000000 hints "SAM9G20EK.hints" makeoptions MODULES_OVERRIDE="" +options ARM_USE_V6_BUSDMA # Use v6 to track down unaligned I/O issues + options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking #options INET6 # IPv6 communications protocols
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706182103.v5IL3rAi049455>