cfumass is not usable if usfs is loaded or compiled into the kernel, and usfs is included in the BEAGLEBONE kernel config (as well as GENERIC, KB920X, ATMEL, EB9200) We should remove usfs so that the user may kldload the USB mass storage target they prefer.
No objections.
A commit references this bug: Author: emaste Date: Tue Mar 28 00:57:34 UTC 2017 New revision: 316067 URL: https://svnweb.freebsd.org/changeset/base/316067 Log: Remove usfs(4) from arm kernel configs cfumass(4) is not usable if usfs(4) is loaded or compiled into the kernel. Remove usfs so that the user may kldload the USB mass storage target they prefer. PR: 218169 Reviewed by: trasz, hselasky (no objection) Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D10153 Changes: head/sys/arm/conf/ATMEL head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/EB9200 head/sys/arm/conf/GENERIC head/sys/arm/conf/KB920X