aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/siis
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2012-06-12 08:08:33 +0000
committerAlexander Motin <mav@FreeBSD.org>2012-06-12 08:08:33 +0000
commit4156f7507944b1d27df6ddb8457c027e9113788a (patch)
tree9428a3b1a9d5d9212a2768a1e32d1d44c611a4ba /sys/dev/siis
parent406a9d1ed35fcaf3adb264bce56a2b8cd185d01f (diff)
Notes
Diffstat (limited to 'sys/dev/siis')
-rw-r--r--sys/dev/siis/siis.c2
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);