[PATCH][SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA

2012-10-24 Thread HighPoint Linux Team
Support IOP RR4520/RR4522 which are based on Marvell frey. Signed-off-by: HighPoint Linux Team li...@highpoint-tech.com Documentation/scsi/hptiop.txt | 69 ++- drivers/scsi/hptiop.c | 413 -- drivers/scsi/hptiop.h | 72 +++ 3

[PATCH][SCSI] hptiop: Support HighPoint RR4520/RR4522 HBA

2012-10-23 Thread HighPoint Linux Team
Support HighPoint RR4520/RR4522 HBAs which are based on Marvell Frey. Signed-off-by: HighPoint Linux Team li...@highpoint-tech.com Documentation/scsi/hptiop.txt | 69 ++- drivers/scsi/hptiop.c | 413 -- drivers/scsi/hptiop.h

[PATCH][SCSI] resend: hptiop: add more adapter models and other fixes

2007-12-11 Thread HighPoint Linux Team
code translation error on big-endian systems - fix resource releasing bug when scsi_host_alloc() fail in hptiop_probe() - update scsi_cmnd.resid when finishing a request - correct some coding style issues Signed-off-by: HighPoint Linux Team [EMAIL PROTECTED] --- Documentation/scsi/hptiop.txt | 30

Re: [PATCH][SCSI] hptiop: add more adapter models and other fixes

2007-12-10 Thread HighPoint Linux Team
driver was changed slightly to accommodate the difference). It is only different from the original models on the messaging interface, and still shares same firmware command block structures and work flow. HighPoint Linux Team - To unsubscribe from this list: send the line unsubscribe linux-scsi

[PATCH][SCSI] hptiop: add more adapter models and other fixes

2007-12-09 Thread HighPoint Linux Team
() - update scsi_cmnd.resid when finishing a request - correct some coding style issues Signed-off-by: HighPoint Linux Team [EMAIL PROTECTED] --- Documentation/scsi/hptiop.txt | 30 ++- drivers/scsi/Kconfig |4 +- drivers/scsi/hptiop.c | 589

[PATCH] hptiop: avoid buffer overflow when returning sense data

2007-10-15 Thread HighPoint Linux Team
avoid buffer overflow when returning sense data. Signed-off-by: HighPoint Linux Team [EMAIL PROTECTED] --- diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index 8b384fa..d32a4a9 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c @@ -375,8 +375,9 @@ static void

[PATCH/RESENT] hptiop: adding new firmware interface and more PCI device IDs

2007-08-30 Thread HighPoint Linux Team
Linux Team [EMAIL PROTECTED] --- drivers/scsi/hptiop.c | 63 + drivers/scsi/hptiop.h | 229 ++- 2 files changed, 58 insertions(+), 234 deletions(-) diff -urpN a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c --- a/drivers

[PATCH] hptiop: adding new firmware interface and more PCI device IDs

2007-08-29 Thread HighPoint Linux Team
- check adapter firmware version and using appropriate interface accordingly - add new PCI device IDs - update driver version string Signed-off-by: HighPoint Linux Team [EMAIL PROTECTED] --- hptiop.c | 57 +++-- hptiop.h |9 +++-- 2