diff options
Diffstat (limited to 'drivers/scsi/mvsas/mv_defs.h')
-rw-r--r-- | drivers/scsi/mvsas/mv_defs.h | 4 |
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 @@ | |||
25 | #ifndef _MV_DEFS_H_ | 25 | #ifndef _MV_DEFS_H_ |
26 | #define _MV_DEFS_H_ | 26 | #define _MV_DEFS_H_ |
27 | 27 | ||
28 | #define PCI_DEVICE_ID_ARECA_1300 0x1300 | ||
29 | #define PCI_DEVICE_ID_ARECA_1320 0x1320 | ||
28 | 30 | ||
29 | enum chip_flavors { | 31 | enum chip_flavors { |
30 | chip_6320, | 32 | chip_6320, |
@@ -32,6 +34,8 @@ enum chip_flavors { | |||
32 | chip_6485, | 34 | chip_6485, |
33 | chip_9480, | 35 | chip_9480, |
34 | chip_9180, | 36 | chip_9180, |
37 | chip_1300, | ||
38 | chip_1320 | ||
35 | }; | 39 | }; |
36 | 40 | ||
37 | /* driver compile-time configuration */ | 41 | /* driver compile-time configuration */ |