diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
| commit | 5a2cec83a9bb1b4295aa8ab728fcb8ca1811a33c (patch) | |
| tree | 2f83dc6949763e77cf6422e696dc6146684dcf4e /drivers/message/fusion/mptbase.h | |
| parent | f2c853bca542f5ac0b036377637192a74f2091c2 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/ 
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
| -rw-r--r-- | drivers/message/fusion/mptbase.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 848fb236b175..f4827d923731 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h  | |||
| @@ -915,7 +915,10 @@ struct scsi_cmnd; | |||
| 915 | typedef struct _x_config_parms { | 915 | typedef struct _x_config_parms { | 
| 916 | struct list_head linkage; /* linked list */ | 916 | struct list_head linkage; /* linked list */ | 
| 917 | struct timer_list timer; /* timer function for this request */ | 917 | struct timer_list timer; /* timer function for this request */ | 
| 918 | ConfigPageHeader_t *hdr; | 918 | union { | 
| 919 | ConfigExtendedPageHeader_t *ehdr; | ||
| 920 | ConfigPageHeader_t *hdr; | ||
| 921 | } cfghdr; | ||
| 919 | dma_addr_t physAddr; | 922 | dma_addr_t physAddr; | 
| 920 | int wait_done; /* wait for this request */ | 923 | int wait_done; /* wait for this request */ | 
| 921 | u32 pageAddr; /* properly formatted */ | 924 | u32 pageAddr; /* properly formatted */ | 
