Fix up unit attention and selection timeout handling.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 18 Nov 2007 19:27:29 +0000 (19:27 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 18 Nov 2007 19:27:29 +0000 (19:27 +0000)
commit3f499af5976c71bc7ae556f88f36161810c7c0f3
tree2c576a2cc2071cef1f2007bb382a8508c504fc47
parent065e2b28e28f80e04e0057d020b45d11b3be9570
Fix up unit attention and selection timeout handling.

- change daprevent() to set CAM_RETRY_SELTO and SF_RETRY_UA when it calls
  cam_periph_runccb().
- change the pt(4) driver to ignore unit attentions

Obtained-from: FreeBSD
sys/bus/cam/scsi/scsi_da.c
sys/bus/cam/scsi/scsi_pt.c