FreeBSD Bugzilla – Attachment 200622 Details for
Bug 234503
Chipfancier SLC 16GB memstick: ILLEGAL REQUEST asc:21,0 (Logical block address out of range)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
This patch fixes the problem for me.
file_234503.txt (text/plain), 756 bytes, created by
josef.lar
on 2018-12-30 15:24:36 UTC
(
hide
)
Description:
This patch fixes the problem for me.
Filename:
MIME Type:
Creator:
josef.lar
Created:
2018-12-30 15:24:36 UTC
Size:
756 bytes
patch
obsolete
>diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c >index 83f66a7fe5a..6dd25ac4dfe 100644 >--- a/sys/cam/scsi/scsi_da.c >+++ b/sys/cam/scsi/scsi_da.c >@@ -836,6 +836,14 @@ static struct da_quirk_entry da_quirk_table[] = > {T_DIRECT, SIP_MEDIA_REMOVABLE, "I-O DATA", "USB Flash Disk*", > "*"}, /*quirks*/ DA_Q_NO_RC16 > }, >+ { >+ /* >+ * 16GB SLC CHIPFANCIER >+ * PR: usb/###### >+ */ >+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "16G SLC", "CHIPFANCIER", >+ "1.00"}, /*quirks*/ DA_Q_NO_RC16 >+ }, > /* ATA/SATA devices over SAS/USB/... */ > { > /* Hitachi Advanced Format (4k) drives */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 234503
: 200622 |
201786