aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas/mv_defs.h
diff options
context:
space:
mode:
authorNick Cheng <nick.cheng@areca.com.tw>2009-09-08 19:03:07 +0800
committerJames Bottomley <James.Bottomley@suse.de>2009-10-02 09:44:45 -0500
commitf31491dc73a6459d601da8d9a5817a31c7dfc17b (patch)
tree20ee2a56b6271fb9bfe14b60534e5e2743d6ee82 /drivers/scsi/mvsas/mv_defs.h
parentMerge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff)
downloadlinux-dev-f31491dc73a6459d601da8d9a5817a31c7dfc17b.tar.xz
linux-dev-f31491dc73a6459d601da8d9a5817a31c7dfc17b.zip
[SCSI] mvsas: Support Areca SAS/SATA HBA, ARC-1300/1320
This is support for Areca SAS/SATA HBA, ARC-1300/1320, which quipped with 88SE6440/88SE9480 respectively. Signed-off-by: Nick Cheng< nick.cheng@areca.com.tw > Cc: Ke Wei <kewei.mv@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mvsas/mv_defs.h')
-rw-r--r--drivers/scsi/mvsas/mv_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_defs.h b/drivers/scsi/mvsas/mv_defs.h
index f8cb9defb961..1849da1f030d 100644
--- a/drivers/scsi/mvsas/mv_defs.h
+++ b/drivers/scsi/mvsas/mv_defs.h
@@ -25,6 +25,8 @@
#ifndef _MV_DEFS_H_
#define _MV_DEFS_H_
+#define PCI_DEVICE_ID_ARECA_1300 0x1300
+#define PCI_DEVICE_ID_ARECA_1320 0x1320
enum chip_flavors {
chip_6320,
@@ -32,6 +34,8 @@ enum chip_flavors {
chip_6485,
chip_9480,
chip_9180,
+ chip_1300,
+ chip_1320
};
/* driver compile-time configuration */