diff options
| author | yd196099 <none@none> | 2008-04-24 19:32:33 -0700 |
|---|---|---|
| committer | yd196099 <none@none> | 2008-04-24 19:32:33 -0700 |
| commit | e7eb627d1ca522096231179b750ce579a5278324 (patch) | |
| tree | caf7f16fc1849d5c6a5745092192625740d708b6 /usr/src | |
| parent | 95c76875f497cd4252dee634bfc7ae38fa845505 (diff) | |
| download | illumos-joyent-e7eb627d1ca522096231179b750ce579a5278324.tar.gz | |
6692595 mega_sas driver: Core dump file generated but can not read correctly on 32 bit kernel
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/common/io/mega_sas/megaraid_sas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/mega_sas/megaraid_sas.c b/usr/src/uts/common/io/mega_sas/megaraid_sas.c index 33e4c3fe9c..4db2e2f52e 100644 --- a/usr/src/uts/common/io/mega_sas/megaraid_sas.c +++ b/usr/src/uts/common/io/mega_sas/megaraid_sas.c @@ -1353,7 +1353,7 @@ megasas_tran_start(struct scsi_address *ap, register struct scsi_pkt *pkt) cmd->sync_cmd = MEGASAS_TRUE; - instance->func_ptr-> issue_cmd_in_sync_mode(instance, cmd); + instance->func_ptr-> issue_cmd_in_poll_mode(instance, cmd); pkt->pkt_reason = CMD_CMPLT; pkt->pkt_statistics = 0; |
