.. | .. |
---|
1987 | 1987 | * DASD_3990_ERP_COMPOUND_CONFIG |
---|
1988 | 1988 | * |
---|
1989 | 1989 | * DESCRIPTION |
---|
1990 | | - * Handles the compound ERP action for configruation |
---|
| 1990 | + * Handles the compound ERP action for configuration |
---|
1991 | 1991 | * dependent error. |
---|
1992 | 1992 | * Note: duplex handling is not implemented (yet). |
---|
1993 | 1993 | * |
---|
.. | .. |
---|
2436 | 2436 | erp->block = cqr->block; |
---|
2437 | 2437 | erp->magic = cqr->magic; |
---|
2438 | 2438 | erp->expires = cqr->expires; |
---|
2439 | | - erp->retries = 256; |
---|
| 2439 | + erp->retries = device->default_retries; |
---|
2440 | 2440 | erp->buildclk = get_tod_clock(); |
---|
2441 | 2441 | erp->status = DASD_CQR_FILLED; |
---|
2442 | 2442 | |
---|