Skip to content

Commit

Permalink
cam: work around the "da2 is destroyed" issue
Browse files Browse the repository at this point in the history
Trying to get the root cause...
  • Loading branch information
dcui committed Feb 7, 2018
1 parent 409cb29 commit bab9d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/cam/cam_periph.c
Expand Up @@ -1876,8 +1876,10 @@ cam_periph_error(union ccb *ccb, cam_flags camflags,
* Let peripheral drivers know that this
* device has gone away.
*/
#if 0
xpt_async(AC_LOST_DEVICE, newpath, NULL);
xpt_free_path(newpath);
#endif
}
}

Expand Down

0 comments on commit bab9d94

Please sign in to comment.