Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105802355
D10896.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
694 B
Referenced Files
None
Subscribers
None
D10896.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D10896: Allow PROBE_SPINUP to fail in CAM ATA transport
Attached
Detach File
Event Timeline
Log In to Comment