diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-05 13:13:03 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-05 13:13:03 -0400 |
| commit | 5e66dd6d66ffe758b39b6dcadf2330753ee1159b (patch) | |
| tree | a72cdcff4448e4af9425cc213ddf56ab23e697fe /drivers/message/fusion/mptbase.h | |
| parent | 026477c1141b67e98e3bd8bdedb7d4b88a3ecd09 (diff) | |
| parent | ca78f6baca863afe2e6a244a0fe94b3a70211d46 (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
| -rw-r--r-- | drivers/message/fusion/mptbase.h | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 32ae4d664545..a5ce10b67d02 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
| @@ -75,8 +75,8 @@ | |||
| 75 | #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR | 75 | #define COPYRIGHT "Copyright (c) 1999-2005 " MODULEAUTHOR |
| 76 | #endif | 76 | #endif |
| 77 | 77 | ||
| 78 | #define MPT_LINUX_VERSION_COMMON "3.03.10" | 78 | #define MPT_LINUX_VERSION_COMMON "3.04.00" |
| 79 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.03.10" | 79 | #define MPT_LINUX_PACKAGE_NAME "@(#)mptlinux-3.04.00" |
| 80 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" | 80 | #define WHAT_MAGIC_STRING "@" "(" "#" ")" |
| 81 | 81 | ||
| 82 | #define show_mptmod_ver(s,ver) \ | 82 | #define show_mptmod_ver(s,ver) \ |
| @@ -307,7 +307,8 @@ typedef struct _SYSIF_REGS | |||
| 307 | u32 HostIndex; /* 50 Host Index register */ | 307 | u32 HostIndex; /* 50 Host Index register */ |
| 308 | u32 Reserved4[15]; /* 54-8F */ | 308 | u32 Reserved4[15]; /* 54-8F */ |
| 309 | u32 Fubar; /* 90 For Fubar usage */ | 309 | u32 Fubar; /* 90 For Fubar usage */ |
| 310 | u32 Reserved5[27]; /* 94-FF */ | 310 | u32 Reserved5[1050];/* 94-10F8 */ |
| 311 | u32 Reset_1078; /* 10FC Reset 1078 */ | ||
| 311 | } SYSIF_REGS; | 312 | } SYSIF_REGS; |
| 312 | 313 | ||
| 313 | /* | 314 | /* |
| @@ -341,6 +342,7 @@ typedef struct _VirtTarget { | |||
| 341 | u8 negoFlags; /* bit field, see above */ | 342 | u8 negoFlags; /* bit field, see above */ |
| 342 | u8 raidVolume; /* set, if RAID Volume */ | 343 | u8 raidVolume; /* set, if RAID Volume */ |
| 343 | u8 type; /* byte 0 of Inquiry data */ | 344 | u8 type; /* byte 0 of Inquiry data */ |
| 345 | u8 deleted; /* target in process of being removed */ | ||
| 344 | u32 num_luns; | 346 | u32 num_luns; |
| 345 | u32 luns[8]; /* Max LUNs is 256 */ | 347 | u32 luns[8]; /* Max LUNs is 256 */ |
| 346 | } VirtTarget; | 348 | } VirtTarget; |
| @@ -629,10 +631,11 @@ typedef struct _MPT_ADAPTER | |||
| 629 | struct mutex sas_discovery_mutex; | 631 | struct mutex sas_discovery_mutex; |
| 630 | u8 sas_discovery_runtime; | 632 | u8 sas_discovery_runtime; |
| 631 | u8 sas_discovery_ignore_events; | 633 | u8 sas_discovery_ignore_events; |
| 634 | u16 handle; | ||
| 632 | int sas_index; /* index refrencing */ | 635 | int sas_index; /* index refrencing */ |
| 633 | MPT_SAS_MGMT sas_mgmt; | 636 | MPT_SAS_MGMT sas_mgmt; |
| 634 | int num_ports; | 637 | int num_ports; |
| 635 | struct work_struct mptscsih_persistTask; | 638 | struct work_struct sas_persist_task; |
| 636 | 639 | ||
| 637 | struct work_struct fc_setup_reset_work; | 640 | struct work_struct fc_setup_reset_work; |
| 638 | struct list_head fc_rports; | 641 | struct list_head fc_rports; |
| @@ -641,6 +644,7 @@ typedef struct _MPT_ADAPTER | |||
| 641 | struct work_struct fc_rescan_work; | 644 | struct work_struct fc_rescan_work; |
| 642 | char fc_rescan_work_q_name[KOBJ_NAME_LEN]; | 645 | char fc_rescan_work_q_name[KOBJ_NAME_LEN]; |
| 643 | struct workqueue_struct *fc_rescan_work_q; | 646 | struct workqueue_struct *fc_rescan_work_q; |
| 647 | u8 port_serial_number; | ||
| 644 | } MPT_ADAPTER; | 648 | } MPT_ADAPTER; |
| 645 | 649 | ||
| 646 | /* | 650 | /* |
| @@ -892,6 +896,13 @@ typedef struct _mpt_sge { | |||
| 892 | #define DBG_DUMP_REQUEST_FRAME_HDR(mfp) | 896 | #define DBG_DUMP_REQUEST_FRAME_HDR(mfp) |
| 893 | #endif | 897 | #endif |
| 894 | 898 | ||
| 899 | // debug sas wide ports | ||
| 900 | #ifdef MPT_DEBUG_SAS_WIDE | ||
| 901 | #define dsaswideprintk(x) printk x | ||
| 902 | #else | ||
| 903 | #define dsaswideprintk(x) | ||
| 904 | #endif | ||
| 905 | |||
| 895 | 906 | ||
| 896 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 907 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
| 897 | 908 | ||
