Page MenuHomeFreeBSD

Add Micron Enterprise SSD 4k quirks
ClosedPublic

Authored by j-nitrology.com on Jun 1 2016, 9:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 26, 6:39 PM
Unknown Object (File)
Aug 29 2025, 10:36 PM
Unknown Object (File)
Aug 29 2025, 4:38 PM
Unknown Object (File)
Aug 8 2025, 2:48 AM
Unknown Object (File)
Aug 1 2025, 11:09 AM
Unknown Object (File)
Jul 8 2025, 2:31 PM
Unknown Object (File)
Jul 3 2025, 9:04 AM
Unknown Object (File)
Jul 1 2025, 4:42 PM
Subscribers

Details

Reviewers
sbruno
Summary

Add 4k quirks for Micron Enterprise SSDs

Test Plan

We are running these at Limelight

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4078
Build 4121: arc lint + arc unit

Event Timeline

j-nitrology.com retitled this revision from to Add Micron Enterprise SSD 4k quirks.
j-nitrology.com updated this object.
j-nitrology.com edited the test plan for this revision. (Show Details)
j-nitrology.com added a reviewer: sbruno.
j-nitrology.com added a subscriber: sbruno.

Relevant output from drives:

Device Model: Micron_M500DC_MTFDDAK480MBB
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device Model: MICRON_M510DC_MTFDDAK960MBP
Sector Sizes: 512 bytes logical, 4096 bytes physical

This revision is now accepted and ready to land.Jun 1 2016, 9:54 PM

The 4096 physical sector size reported by the hardware is properly being keyed off of (r228846), and we are properly setting a stripesize of 4096 based on this. The quirk is not needed for this drive.

This revision is now accepted and ready to land.Jun 1 2016, 10:39 PM