diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index f773b0dcfc95..d0eecd4bec83 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #ifndef AAC_DRIVER_BUILD | 13 | #ifndef AAC_DRIVER_BUILD |
14 | # define AAC_DRIVER_BUILD 2409 | 14 | # define AAC_DRIVER_BUILD 2409 |
15 | # define AAC_DRIVER_BRANCH "-mh1" | 15 | # define AAC_DRIVER_BRANCH "-mh2" |
16 | #endif | 16 | #endif |
17 | #define MAXIMUM_NUM_CONTAINERS 32 | 17 | #define MAXIMUM_NUM_CONTAINERS 32 |
18 | 18 | ||
@@ -563,7 +563,6 @@ struct aac_queue { | |||
563 | spinlock_t lockdata; /* Actual lock (used only on one side of the lock) */ | 563 | spinlock_t lockdata; /* Actual lock (used only on one side of the lock) */ |
564 | struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */ | 564 | struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */ |
565 | /* only valid for command queues which receive entries from the adapter. */ | 565 | /* only valid for command queues which receive entries from the adapter. */ |
566 | struct list_head pendingq; /* A queue of outstanding fib's to the adapter. */ | ||
567 | u32 numpending; /* Number of entries on outstanding queue. */ | 566 | u32 numpending; /* Number of entries on outstanding queue. */ |
568 | struct aac_dev * dev; /* Back pointer to adapter structure */ | 567 | struct aac_dev * dev; /* Back pointer to adapter structure */ |
569 | }; | 568 | }; |
@@ -823,11 +822,6 @@ struct fib { | |||
823 | void *callback_data; | 822 | void *callback_data; |
824 | u32 flags; // u32 dmb was ulong | 823 | u32 flags; // u32 dmb was ulong |
825 | /* | 824 | /* |
826 | * The following is used to put this fib context onto the | ||
827 | * Outstanding I/O queue. | ||
828 | */ | ||
829 | struct list_head queue; | ||
830 | /* | ||
831 | * And for the internal issue/reply queues (we may be able | 825 | * And for the internal issue/reply queues (we may be able |
832 | * to merge these two) | 826 | * to merge these two) |
833 | */ | 827 | */ |
@@ -1815,3 +1809,5 @@ int aac_probe_container(struct aac_dev *dev, int cid); | |||
1815 | extern int numacb; | 1809 | extern int numacb; |
1816 | extern int acbsize; | 1810 | extern int acbsize; |
1817 | extern char aac_driver_version[]; | 1811 | extern char aac_driver_version[]; |
1812 | extern int startup_timeout; | ||
1813 | extern int aif_timeout; | ||