diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 8d1aadb6b4ac..11fc8f3960a6 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -76,8 +76,8 @@ | |||
76 | #define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR | 76 | #define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR |
77 | #endif | 77 | #endif |
78 | 78 | ||
79 | #define MPT_LINUX_VERSION_COMMON "3.04.08" | 79 | #define MPT_LINUX_VERSION_COMMON "3.04.09" |
80 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.08" | 80 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.09" |
81 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" | 81 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" |
82 | 82 | ||
83 | #define show_mptmod_ver(s,ver) \ | 83 | #define show_mptmod_ver(s,ver) \ |
@@ -711,6 +711,7 @@ typedef struct _MPT_ADAPTER | |||
711 | u16 hba_port_num_phy; | 711 | u16 hba_port_num_phy; |
712 | struct list_head sas_device_info_list; | 712 | struct list_head sas_device_info_list; |
713 | struct mutex sas_device_info_mutex; | 713 | struct mutex sas_device_info_mutex; |
714 | u8 old_sas_discovery_protocal; | ||
714 | u8 sas_discovery_quiesce_io; | 715 | u8 sas_discovery_quiesce_io; |
715 | int sas_index; /* index refrencing */ | 716 | int sas_index; /* index refrencing */ |
716 | MPT_MGMT sas_mgmt; | 717 | MPT_MGMT sas_mgmt; |
@@ -741,6 +742,7 @@ typedef struct _MPT_ADAPTER | |||
741 | spinlock_t fault_reset_work_lock; | 742 | spinlock_t fault_reset_work_lock; |
742 | 743 | ||
743 | u8 sg_addr_size; | 744 | u8 sg_addr_size; |
745 | u8 in_rescan; | ||
744 | u8 SGE_size; | 746 | u8 SGE_size; |
745 | 747 | ||
746 | } MPT_ADAPTER; | 748 | } MPT_ADAPTER; |