diff options
author | Erich Chen <erich@areca.com.tw> | 2006-07-12 11:59:32 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-28 15:13:40 -0400 |
commit | 1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3 (patch) | |
tree | 166f691c186d6e663218559c4762299063f63657 /include/linux/pci_ids.h | |
parent | 0c269e6d3c615403a6e0acbe6e88f1c0da9c2396 (diff) |
[SCSI] arcmsr: initial driver, version 1.20.00.13
arcmsr is a driver for the Areca Raid controller, a host based RAID
subsystem that speaks SCSI at the firmware level.
This patch is quite a clean up over the initial submission with
contributions from:
Randy Dunlap <rdunlap@xenotime.net>
Christoph Hellwig <hch@lst.de>
Matthew Wilcox <matthew@wil.cx>
Adrian Bunk <bunk@stusta.de>
Signed-off-by: Erich Chen <erich@areca.com.tw>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c09396d2c77b..df7b62676d87 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2004,6 +2004,23 @@ | |||
2004 | #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea | 2004 | #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea |
2005 | #define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb | 2005 | #define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb |
2006 | 2006 | ||
2007 | #define PCI_VENDOR_ID_ARECA 0x17d3 | ||
2008 | #define PCI_DEVICE_ID_ARECA_1110 0x1110 | ||
2009 | #define PCI_DEVICE_ID_ARECA_1120 0x1120 | ||
2010 | #define PCI_DEVICE_ID_ARECA_1130 0x1130 | ||
2011 | #define PCI_DEVICE_ID_ARECA_1160 0x1160 | ||
2012 | #define PCI_DEVICE_ID_ARECA_1170 0x1170 | ||
2013 | #define PCI_DEVICE_ID_ARECA_1210 0x1210 | ||
2014 | #define PCI_DEVICE_ID_ARECA_1220 0x1220 | ||
2015 | #define PCI_DEVICE_ID_ARECA_1230 0x1230 | ||
2016 | #define PCI_DEVICE_ID_ARECA_1260 0x1260 | ||
2017 | #define PCI_DEVICE_ID_ARECA_1270 0x1270 | ||
2018 | #define PCI_DEVICE_ID_ARECA_1280 0x1280 | ||
2019 | #define PCI_DEVICE_ID_ARECA_1380 0x1380 | ||
2020 | #define PCI_DEVICE_ID_ARECA_1381 0x1381 | ||
2021 | #define PCI_DEVICE_ID_ARECA_1680 0x1680 | ||
2022 | #define PCI_DEVICE_ID_ARECA_1681 0x1681 | ||
2023 | |||
2007 | #define PCI_VENDOR_ID_S2IO 0x17d5 | 2024 | #define PCI_VENDOR_ID_S2IO 0x17d5 |
2008 | #define PCI_DEVICE_ID_S2IO_WIN 0x5731 | 2025 | #define PCI_DEVICE_ID_S2IO_WIN 0x5731 |
2009 | #define PCI_DEVICE_ID_S2IO_UNI 0x5831 | 2026 | #define PCI_DEVICE_ID_S2IO_UNI 0x5831 |