diff options
author | linux <linux@highpoint-tech.com> | 2015-07-31 11:25:55 +0800 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-08-12 13:14:57 -0700 |
commit | a93429c300483fa2509ae949a7915a01bd0acd20 (patch) | |
tree | b482d2d81ea506032349f18996b6afb4b9750782 /drivers/scsi/hptiop.h | |
parent | 442d75628a3040bbfeb4a1f743b70a8afec0adbc (diff) | |
download | talos-obmc-linux-a93429c300483fa2509ae949a7915a01bd0acd20.tar.gz talos-obmc-linux-a93429c300483fa2509ae949a7915a01bd0acd20.zip |
hptiop: Support HighPoint RR36xx HBAs and Support SAS tape and SAS media changer
Support HighPoint RR36xx HBAs which are based on Marvell Frey.
Support SAS tape and SAS media changer.
[jejb: remove now unused label]
Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/hptiop.h')
-rw-r--r-- | drivers/scsi/hptiop.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/hptiop.h b/drivers/scsi/hptiop.h index 020619d60b08..4d1c51153b70 100644 --- a/drivers/scsi/hptiop.h +++ b/drivers/scsi/hptiop.h @@ -1,6 +1,6 @@ /* * HighPoint RR3xxx/4xxx controller driver for Linux - * Copyright (C) 2006-2012 HighPoint Technologies, Inc. All Rights Reserved. + * Copyright (C) 2006-2015 HighPoint Technologies, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -327,8 +327,8 @@ struct hptiop_hba { struct hptiop_request reqs[HPTIOP_MAX_REQUESTS]; /* used to free allocated dma area */ - void *dma_coherent; - dma_addr_t dma_coherent_handle; + void *dma_coherent[HPTIOP_MAX_REQUESTS]; + dma_addr_t dma_coherent_handle[HPTIOP_MAX_REQUESTS]; atomic_t reset_count; atomic_t resetting; |