Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowells...
[linux-2.6-block.git] / drivers / scsi / qla2xxx / qla_settings.h
CommitLineData
fa90c54f
AV
1/*
2 * QLogic Fibre Channel HBA Driver
46152ceb 3 * Copyright (c) 2003-2012 QLogic Corporation
1da177e4 4 *
fa90c54f
AV
5 * See LICENSE.qla2xxx for copyright and licensing details.
6 */
1da177e4
LT
7#define MAX_RETRIES_OF_ISP_ABORT 5
8
9/* Max time to wait for the loop to be in LOOP_READY state */
10#define MAX_LOOP_TIMEOUT (60 * 5)
1da177e4 11
1da177e4 12#include "qla_version.h"