diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2006-06-24 01:10:39 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-26 23:21:55 +0200 |
commit | d4c760c2119fca982f335d83ff9095479c5d6737 (patch) | |
tree | 63aad21ecfd0deb720e1367df4e87035cf6fc435 /drivers/scsi/qla2xxx/qla_def.h | |
parent | [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2j. (diff) | |
download | linux-d4c760c2119fca982f335d83ff9095479c5d6737.tar.xz linux-d4c760c2119fca982f335d83ff9095479c5d6737.zip |
[SCSI] qla2xxx: Add NVRAM 'Disable Serdes' bit support.
The host section of ISP24xx NVRAMs contain a new bit which
allows a user to selectively disable ports of an HBA. These
ports (hosts) will not be presented to the midlayer.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 653e22e490a1..dfcd3a2dd7c1 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -2044,6 +2044,7 @@ typedef struct scsi_qla_host { uint32_t enable_led_scheme :1; uint32_t msi_enabled :1; uint32_t msix_enabled :1; + uint32_t disable_serdes :1; } flags; atomic_t loop_state; |