diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-06-22 19:22:34 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-06-22 19:22:34 +0000 |
| commit | c906feaa17d6cc03c6c606ee70cc9400fd5b28ed (patch) | |
| tree | 291e00352e1d8f9af693fb7ff2d49ed809f48171 /sys/dev/hptiop | |
| parent | a321ef1154fa813ac0af358de7a625d6842b2339 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hptiop')
| -rw-r--r-- | sys/dev/hptiop/hptiop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index 1ea257becc33..77a4ccd5b4c3 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -1823,6 +1823,10 @@ scsi_done: strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); strncpy(cpi->hba_vid, "HPT ", HBA_IDLEN); strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN); + cpi->transport = XPORT_SPI; + cpi->transport_version = 2; + cpi->protocol = PROTO_SCSI; + cpi->protocol_version = SCSI_REV_2; cpi->ccb_h.status = CAM_REQ_CMP; break; } |
