Page MenuHomeFreeBSD

D10896.diff
No OneTemporary

D10896.diff

Index: head/sys/cam/ata/ata_xpt.c
===================================================================
--- head/sys/cam/ata/ata_xpt.c
+++ head/sys/cam/ata/ata_xpt.c
@@ -800,6 +800,16 @@
goto noerror;
/*
+ * Some old WD SATA disks have broken SPINUP handling.
+ * If we really fail to spin up the disk, then there will be
+ * some media access errors later on, but at least we will
+ * have a device to interact with for recovery attempts.
+ */
+ } else if (softc->action == PROBE_SPINUP &&
+ status == CAM_ATA_STATUS_ERROR) {
+ goto noerror;
+
+ /*
* Some HP SATA disks report supported DMA Auto-Activation,
* but return ABORT on attempt to enable it.
*/

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 10:00 PM (19 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15547525
Default Alt Text
D10896.diff (694 B)

Event Timeline