Page MenuHomeFreeBSD

Remove NAND and NANDFS support
ClosedPublic

Authored by imp on Jun 24 2019, 4:33 PM.
Tags
None
Referenced Files
F107698660: D20745.lt.diff
Fri, Jan 17, 3:54 PM
F107683166: D20745.diff
Fri, Jan 17, 1:35 PM
Unknown Object (File)
Sun, Jan 5, 6:03 AM
Unknown Object (File)
Nov 22 2024, 8:53 PM
Unknown Object (File)
Nov 22 2024, 7:32 AM
Unknown Object (File)
Nov 19 2024, 1:32 PM
Unknown Object (File)
Nov 15 2024, 11:09 AM
Unknown Object (File)
Nov 8 2024, 3:21 AM

Details

Reviewers
None
Group Reviewers
manpages
bhyve
Commits
rS349352: Remove NAND and NANDFS support
Summary

NANDFS has been broken for years. Remove it. The NAND drivers that
remain are for ancient parts that are no longer relevant. They are
polled, have terrible performance and just for ancient arm
hardware. NAND parts have evolved significantly from this early work
and little to none of it would be relevant should someone need to
update to support raw nand.

Numerous posts to arch@ and other locations have found no actual users
for this software.

Relnotes: Yes
No Objection From: arch@

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

stand/common/part.c
94 ↗(On Diff #58957)

Should these be kept? (perhaps as "FreeBSD nandfs (obsolete)"?)

stand/common/part.c
94 ↗(On Diff #58957)

No. this stuff hasn't worked in years and years (a decade? ever?). It's better to just kill it imho. There's a vanishingly small user base for it (zero I'd wager) and I'd rather just completely eliminate it.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 5 2019, 8:43 PM
Closed by commit rS349352: Remove NAND and NANDFS support (authored by imp). · Explain Why
This revision was automatically updated to reflect the committed changes.