diff options
| author | Jim Harris <jimharris@FreeBSD.org> | 2013-03-26 23:04:06 +0000 |
|---|---|---|
| committer | Jim Harris <jimharris@FreeBSD.org> | 2013-03-26 23:04:06 +0000 |
| commit | 1da66a277601837e939e0553ad3fb95e0b4529e8 (patch) | |
| tree | fbea2b5d566dfb5bf710bab658b414278a002ae1 /sys/dev/isci/isci_controller.c | |
| parent | de9dcfba063ba8dde86ba61a7ea6ab3d5a6bb2d5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isci/isci_controller.c')
| -rw-r--r-- | sys/dev/isci/isci_controller.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isci/isci_controller.c b/sys/dev/isci/isci_controller.c index 32a339401a0f..c0a1758efa30 100644 --- a/sys/dev/isci/isci_controller.c +++ b/sys/dev/isci/isci_controller.c @@ -673,7 +673,8 @@ void isci_action(struct cam_sim *sim, union ccb *ccb) cpi->version_num = 1; cpi->hba_inquiry = PI_TAG_ABLE; cpi->target_sprt = 0; - cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN; + cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN | + PIM_UNMAPPED; cpi->hba_eng_cnt = 0; cpi->max_target = SCI_MAX_REMOTE_DEVICES - 1; cpi->max_lun = ISCI_MAX_LUN; |
