summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-9xxx.h
diff options
context:
space:
mode:
authoradam radford2007-07-21 00:28:28 +0200
committerJames Bottomley2007-07-21 15:57:40 +0200
commit0e78d158b67fba3977f577f293c323359d80dd0e (patch)
tree539065fd92feb757e548891dbe29c481df091075 /drivers/scsi/3w-9xxx.h
parent[SCSI] bsg: fix bsg_register_queue error path (diff)
downloadkernel-qcow2-linux-0e78d158b67fba3977f577f293c323359d80dd0e.tar.gz
kernel-qcow2-linux-0e78d158b67fba3977f577f293c323359d80dd0e.tar.xz
kernel-qcow2-linux-0e78d158b67fba3977f577f293c323359d80dd0e.zip
[SCSI] 3w-9xxx: add support for 9690SA
The attached patch updates the 3ware 9000 driver: - Fix dma mask setting to fallback to 32-bit if 64-bit fails. - Add support for 9690SA controllers. Signed-off-by: Adam Radford <linuxraid@amcc.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/3w-9xxx.h')
-rw-r--r--drivers/scsi/3w-9xxx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/3w-9xxx.h b/drivers/scsi/3w-9xxx.h
index 7901517d4513..d14a9479e389 100644
--- a/drivers/scsi/3w-9xxx.h
+++ b/drivers/scsi/3w-9xxx.h
@@ -4,7 +4,7 @@
Written By: Adam Radford <linuxraid@amcc.com>
Modifications By: Tom Couch <linuxraid@amcc.com>
- Copyright (C) 2004-2006 Applied Micro Circuits Corporation.
+ Copyright (C) 2004-2007 Applied Micro Circuits Corporation.
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
@@ -419,6 +419,9 @@ static twa_message_type twa_error_table[] = {
#ifndef PCI_DEVICE_ID_3WARE_9650SE
#define PCI_DEVICE_ID_3WARE_9650SE 0x1004
#endif
+#ifndef PCI_DEVICE_ID_3WARE_9690SA
+#define PCI_DEVICE_ID_3WARE_9690SA 0x1005
+#endif
/* Bitmask macros to eliminate bitfields */