Bug 218169 - compiled-in usfs (in e.g. BEAGLEBONE config) prevents use of cfumass
Summary: compiled-in usfs (in e.g. BEAGLEBONE config) prevents use of cfumass
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Ed Maste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-27 17:45 UTC by Ed Maste
Modified: 2017-03-28 00:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Maste freebsd_committer freebsd_triage 2017-03-27 17:45:12 UTC
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.
Comment 1 Hans Petter Selasky freebsd_committer freebsd_triage 2017-03-27 18:48:55 UTC
No objections.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-03-28 00:58:16 UTC
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