Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146589202
D5711.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
933 B
Referenced Files
None
Subscribers
None
D5711.id.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
@@ -490,6 +490,14 @@
},
{
/*
+ * Samsung SM863 Series SSDs
+ * 4k optimised
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "*", "SAMSUNG MZ7KM*", "*" },
+ /*quirks*/ADA_Q_4K
+ },
+ {
+ /*
* SuperTalent TeraDrive CT SSDs
* 4k optimised & trim only works in 4k requests + 4k aligned
*/
Index: head/sys/cam/scsi/scsi_da.c
===================================================================
--- head/sys/cam/scsi/scsi_da.c
+++ head/sys/cam/scsi/scsi_da.c
@@ -1162,6 +1162,14 @@
},
{
/*
+ * Samsung SM863 Series SSDs
+ * 4k optimised
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "ATA", "SAMSUNG MZ7KM*", "*" },
+ /*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
Wed, Mar 4, 9:52 PM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29257351
Default Alt Text
D5711.id.diff (933 B)
Attached To
Mode
D5711: Add 4k enabled cam quirks for Samsung SM863 Series SSDs
Attached
Detach File
Event Timeline
Log In to Comment