Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144604058
D13093.1775697174.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13093.1775697174.diff
View Options
Index: head/sys/cam/ata/ata_da.c
===================================================================
--- head/sys/cam/ata/ata_da.c
+++ head/sys/cam/ata/ata_da.c
@@ -696,6 +696,14 @@
},
{
/*
+ * Same as for SAMSUNG MZ7* but enable the quirks for SSD
+ * starting with MZ7* too
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "*", "MZ7*", "*" },
+ /*quirks*/ADA_Q_4K | ADA_Q_NCQ_TRIM_BROKEN
+ },
+ {
+ /*
* Samsung PM851 Series SSDs Dell OEM
* device model "SAMSUNG SSD PM851 mSATA 256GB"
* 4k optimised, NCQ broken
Index: head/sys/cam/scsi/scsi_da.c
===================================================================
--- head/sys/cam/scsi/scsi_da.c
+++ head/sys/cam/scsi/scsi_da.c
@@ -1311,6 +1311,14 @@
},
{
/*
+ * Same as for SAMSUNG MZ7* but enable the quirks for SSD
+ * starting with MZ7* too
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "ATA", "MZ7*", "*" },
+ /*quirks*/DA_Q_4K
+ },
+ {
+ /*
* SuperTalent TeraDrive CT SSDs
* 4k optimised & trim only works in 4k requests + 4k aligned
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 1:12 AM (4 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28305381
Default Alt Text
D13093.1775697174.diff (1 KB)
Attached To
Mode
D13093: cam/scsi_da: active ssd quirks for all SAMSUNG MZ7* ssd
Attached
Detach File
Event Timeline
Log In to Comment