#86 closed patch (fixed)
3ware 9750 SATA Drive Support
Reported by: | vpayno | Owned by: | Christian Franke |
---|---|---|---|
Priority: | major | Milestone: | Release 5.40 |
Component: | all | Version: | 5.39.1 |
Keywords: | Cc: |
Description
Hi,
I've attached a patch that allows smartctl to access SATA drives on LSI 3ware 9750 controllers.
I've been using this version on multiple systems (with 3ware 9650, 9750, and on-board SATA and SAS only) for almost a month without any problems.
Please let me know if I need to make changes and re-submit it again, or if there's a different procedure for submitting this patch.
Regards,
Victor
Attachments (17)
Change History (21)
by , 14 years ago
Attachment: | smartmontools-5.40-svn-3ware-9750-sata.patch added |
---|
comment:1 by , 14 years ago
Milestone: | → Release 5.40 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
r3128. Thanks for the patch.
Patch for os_linux.cpp modified to avoid duplicate code. Patch for dev_legacy.cpp not applied because this module is no longer used on Linux.
Please test also whether 48bit ATA commands work: smartctl -x /dev/tw...
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-a.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-x.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_background.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_directory.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_directory,g.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_directory,s.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_error.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_sataphy.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_scterc.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_scttemp.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_scttemphist.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_scttempsts.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_selective.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_xerror.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_xselftest.txt added |
---|
by , 14 years ago
Attachment: | smartctl-5.40-3ware_9750-test-log_selftest.txt added |
---|
follow-up: 4 comment:3 by , 14 years ago
It is not really clean: should smartmontools support sas drives with 3ware sas controllers?
comment:4 by , 14 years ago
Replying to art9:
It is not really clean: should smartmontools support sas drives with 3ware sas controllers?
No - the 3ware specific code in os_linux.cpp implements only ATA pass-through. I don't know whether 3ware SAS driver and firmware support SCSI pass-through to physical disks. Please create a separate ticket if desired.
Patch that adds 3ware 9750 SATA support