FreeBSD Bugzilla – Attachment 175903 Details for
Bug 212914
CAM: SATA drives are getting deleted and then re-added after controller rescan
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Rescan ATA Device with valid MD5 checksum
ata_rescan.patch (text/plain), 488 bytes, created by
Kashyap
on 2016-10-18 13:26:21 UTC
(
hide
)
Description:
Rescan ATA Device with valid MD5 checksum
Filename:
MIME Type:
Creator:
Kashyap
Created:
2016-10-18 13:26:21 UTC
Size:
488 bytes
patch
obsolete
>Index: scsi_xpt.c >=================================================================== >--- scsi_xpt.c (revision 307137) >+++ scsi_xpt.c (working copy) >@@ -1600,8 +1600,8 @@ > sizeof(struct scsi_inquiry_data)); > > if (have_serialnum) >- MD5Update(&context, serial_buf->serial_num, >- serial_buf->length); >+ MD5Update(&context, path->device->serial_num, >+ path->device->serial_num_len); > > MD5Final(digest, &context); > if (bcmp(softc->digest, digest, 16) == 0)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212914
: 175903