diff options
| author | Ravi Pokala <rpokala@FreeBSD.org> | 2017-01-05 03:08:57 +0000 |
|---|---|---|
| committer | Ravi Pokala <rpokala@FreeBSD.org> | 2017-01-05 03:08:57 +0000 |
| commit | d3c06026c2bac2ca95e210400df2d0002c735d9a (patch) | |
| tree | 53fdf8190d7929489792b81c95362e3dbdf342bf /sys/dev/firewire | |
| parent | fa2c752c0004c9f121dcad9cb348949f1bce9824 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index f0aca6f29222..bc0b59fe2fd1 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -2488,10 +2488,10 @@ END_DEBUG strlcpy(cpi->hba_vid, "SBP", HBA_IDLEN); strlcpy(cpi->dev_name, sim->sim_name, DEV_IDLEN); cpi->unit_number = sim->unit_number; - cpi->transport = XPORT_SPI; /* XX should have a FireWire */ - cpi->transport_version = 2; - cpi->protocol = PROTO_SCSI; - cpi->protocol_version = SCSI_REV_2; + cpi->transport = XPORT_SPI; /* XX should have a FireWire */ + cpi->transport_version = 2; + cpi->protocol = PROTO_SCSI; + cpi->protocol_version = SCSI_REV_2; cpi->ccb_h.status = CAM_REQ_CMP; xpt_done(ccb); |
