aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci/ahci.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-03-19 15:09:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-03-19 15:09:32 +0000
commit129c6621f706e2ab5e32bb0d6aa4ecbfb8b60ade (patch)
tree11062afcb32a037921990ec15297e5357b226325 /sys/dev/ahci/ahci.c
parent59a01b70afb35b13dfc51b5f18c8336ec25229d9 (diff)
downloadsrc-129c6621f706e2ab5e32bb0d6aa4ecbfb8b60ade.tar.gz
src-129c6621f706e2ab5e32bb0d6aa4ecbfb8b60ade.zip
ahci(4) and siis(4) are ready to process the unmapped i/o requests
Sponsored by: The FreeBSD Foundation Tested by: pho Submitted by: bf (siis patch)
Notes
Notes: svn path=/head/; revision=248522
Diffstat (limited to 'sys/dev/ahci/ahci.c')
-rw-r--r--sys/dev/ahci/ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index 8e692bd43483..d03c8af4e8ce 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -2903,7 +2903,7 @@ ahciaction(struct cam_sim *sim, union ccb *ccb)
if (ch->caps & AHCI_CAP_SPM)
cpi->hba_inquiry |= PI_SATAPM;
cpi->target_sprt = 0;
- cpi->hba_misc = PIM_SEQSCAN;
+ cpi->hba_misc = PIM_SEQSCAN | PIM_UNMAPPED;
cpi->hba_eng_cnt = 0;
if (ch->caps & AHCI_CAP_SPM)
cpi->max_target = 15;