diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-06-09 07:53:57 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-06-09 07:53:57 +0000 |
| commit | 3a009c7d1087f51ab0dbf01562ea4151d6771385 (patch) | |
| tree | 43f8d20c1d1b8c9bed0477c108cab70525cfe3b9 /sys/dev/siis | |
| parent | 1c97b59655144028450070611417f5dee3dc9033 (diff) | |
Notes
Diffstat (limited to 'sys/dev/siis')
| -rw-r--r-- | sys/dev/siis/siis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index c33379ffeb5b..c64b5535af97 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -1884,7 +1884,7 @@ siisaction(struct cam_sim *sim, union ccb *ccb) d = &ch->curr[ccb->ccb_h.target_id]; else d = &ch->user[ccb->ccb_h.target_id]; - cts->protocol = PROTO_ATA; + cts->protocol = PROTO_UNSPECIFIED; cts->protocol_version = PROTO_VERSION_UNSPECIFIED; cts->transport = XPORT_SATA; cts->transport_version = XPORT_VERSION_UNSPECIFIED; @@ -1960,7 +1960,7 @@ siisaction(struct cam_sim *sim, union ccb *ccb) cpi->unit_number = cam_sim_unit(sim); cpi->transport = XPORT_SATA; cpi->transport_version = XPORT_VERSION_UNSPECIFIED; - cpi->protocol = PROTO_ATA; + cpi->protocol = PROTO_UNSPECIFIED; cpi->protocol_version = PROTO_VERSION_UNSPECIFIED; cpi->maxio = MAXPHYS; cpi->hba_vendor = pci_get_vendor(parent); |
