錯誤檢查0xF0:STORAGE_MINIPORT_ERROR

STORAGE_MINIPORT_ERROR錯誤檢查的值為 0x00000F0。 這表示儲存體 Miniport 驅動程式無法完成 SRB 要求。

重要

本文適用于程式設計人員。 如果您是在使用電腦時收到藍色螢幕錯誤碼的客戶,請參閱 針對藍色畫面錯誤進行疑難排解

STORAGE_MINIPORT_ERROR參數

參數 描述
1 錯誤碼。 請參閱下方的值。
2 請參閱下方的值。
3 請參閱下方的值。
4 請參閱下方的值。

1: Miniport failed to complete a SRB request even after successful reset operation.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Storport unit device object

2: Miniport failed to complete a SRB request even after successful abort operation for the SRB.
    2 - Driver name unicode string address
    3 - Abort SRB address
    4 - SRB that was being aborted

3: Miniport failed to complete a request within a given timeout.
    2 - Driver name unicode string address
    3 - SRB address
    4 - Timeout of the request

4: Miniport failed to complete a request for a crypto operation. This can occur if it is trying to enable an encryption key on an ICE (Inline Crypto Engine) enabled UFS host. 
    2 - Driver name unicode string address
    3 - The STOR_CRYPTO_OPERATION_TYPE for this failure, typically StorCryptoOperationInsertKey
    4 - Reserved    

原因

儲存體 Miniport 驅動程式中的 Bug 會讓 SRB 要求無法完成。 如需特定類型的失敗,請參閱上面所列的錯誤碼值。

解決方案


!analyze 偵錯延伸模組會顯示錯誤檢查的相關資訊,有助於判斷根本原因。

參數 2 中傳回的驅動程式名稱應該指向違規驅動程式。

另請參閱

錯誤檢查代碼參考

Storport 的介面與 Storport Miniport 驅動程式