本帖最後由 qazwsx741 於 2016-8-28 01:55 編輯
從Source Code發現的受影響型號(SATA限速1.5Gbps)
- DX510- /*
- * DX510 has {ICRC, ABRT} problem under heavy loading IO,
- * force 1.5Gbps can avoid this problem.
- */
複製代碼 - DX513 配DS412+, DS112, DS112+, DS213+, DS413, DS212+- /*For DS412+, qoriq, 6282 with DX513, the link should be limited to 1.5G*/
複製代碼 - DX213 配DS412+, DS213+, DS212+, DS413- /*For DS412+, qoriq, DS212+ with DX213, the link should be limited to 1.5G*/
複製代碼 - DS1815+- // We limit DS1815+ internal SiI3132 port to 1.5Gbps to avoid ata error
複製代碼 Source: https://github.com/evolver56k/xpenology/blob/55feab45d18564add1af4230f3d8e2436754f6e0/drivers/ata/libata-core.c#L2416 |