diff options
author | Eric Moore <eric.moore@lsil.com> | 2006-06-27 18:09:26 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-28 12:41:52 -0400 |
commit | 87cf89866790a373edcf88c12b64d6d38560acdd (patch) | |
tree | 8ba41c842efdbff03b8753241fa1dd6919a16a33 /drivers/message/fusion/mptbase.h | |
parent | 547f9a218436ea35baf9a52e981753e44d9cff1f (diff) |
[SCSI] mptsas: Adding 1078 ROC support
* Adding 1078 ROC (Raid On Chip) Support - New host adapter
* Moving all PCI Vendor/Device ids to using internal defines; a request
from Christoph/James B. some time ago for when the next chip was added.
* Removing SAS 1066/1066E Vendor/Device IDs, as there are no plans to
manufacture that controller.
Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index ddef586e09e1..7bf0855f9349 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -308,7 +308,8 @@ typedef struct _SYSIF_REGS | |||
308 | u32 HostIndex; /* 50 Host Index register */ | 308 | u32 HostIndex; /* 50 Host Index register */ |
309 | u32 Reserved4[15]; /* 54-8F */ | 309 | u32 Reserved4[15]; /* 54-8F */ |
310 | u32 Fubar; /* 90 For Fubar usage */ | 310 | u32 Fubar; /* 90 For Fubar usage */ |
311 | u32 Reserved5[27]; /* 94-FF */ | 311 | u32 Reserved5[1050];/* 94-10F8 */ |
312 | u32 Reset_1078; /* 10FC Reset 1078 */ | ||
312 | } SYSIF_REGS; | 313 | } SYSIF_REGS; |
313 | 314 | ||
314 | /* | 315 | /* |