diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-06-12 08:08:33 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-06-12 08:08:33 +0000 |
| commit | 4156f7507944b1d27df6ddb8457c027e9113788a (patch) | |
| tree | 9428a3b1a9d5d9212a2768a1e32d1d44c611a4ba /sys/dev/siis | |
| parent | 406a9d1ed35fcaf3adb264bce56a2b8cd185d01f (diff) | |
Notes
Diffstat (limited to 'sys/dev/siis')
| -rw-r--r-- | sys/dev/siis/siis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index c64b5535af97..53a4a5434604 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -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_UNSPECIFIED; + cpi->protocol = PROTO_ATA; cpi->protocol_version = PROTO_VERSION_UNSPECIFIED; cpi->maxio = MAXPHYS; cpi->hba_vendor = pci_get_vendor(parent); |
