Page MenuHomeFreeBSD

iichid(4): Wait for RESET command response while attaching
Needs ReviewPublic

Authored by wulf on Wed, Feb 12, 7:01 AM.

Details

Reviewers
mav
Summary

before starting of children initialization to ensure that parent device
is fully functional.

Sponsored by: Future Crew LLC
MFC after: 2 month

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62389
Build 59273: arc lint + arc unit

Event Timeline

wulf requested review of this revision.Wed, Feb 12, 7:01 AM

Ooops. last minute braino. I take Giant from ithread. I will fix it.

Add private mutex to synchronize interrupt handler with driver attach function
while waiting for RESET command response.