diff options
author | Charles Rose <charles.rose@dell.com> | 2021-06-15 14:08:01 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-06-15 15:43:58 -0600 |
commit | 9c54cd10e43947caa64920aaa7a30858193f8ef5 (patch) | |
tree | 2ced1b58a0f40e6320eaf48b2a7b0f8180b6844a /include/linux/pci_ids.h | |
parent | f6bca4d91b2ea052e917cca3f9d866b5cc1d500a (diff) | |
download | linux-9c54cd10e43947caa64920aaa7a30858193f8ef5.tar.gz linux-9c54cd10e43947caa64920aaa7a30858193f8ef5.tar.bz2 linux-9c54cd10e43947caa64920aaa7a30858193f8ef5.zip |
ahci: Add support for Dell S140 and later controllers
This patch enables support for Dell S140 and later controllers
that use Intel's PCHs configured as PCI_CLASS_STORAGE_RAID.
Reviewed-by: Mika Westerberg <mika.westerberg@intel.com>
Signed-off-by: Charles Rose <charles.rose@dell.com>
Link: https://lore.kernel.org/r/20210615190801.1744466-1-charles.rose@dell.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4c3fa5293d76..803ec446a729 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -631,6 +631,8 @@ #define PCI_DEVICE_ID_DELL_RAC4 0x0012 #define PCI_DEVICE_ID_DELL_PERC5 0x0015 +#define PCI_SUBVENDOR_ID_DELL 0x1028 + #define PCI_VENDOR_ID_MATROX 0x102B #define PCI_DEVICE_ID_MATROX_MGA_2 0x0518 #define PCI_DEVICE_ID_MATROX_MIL 0x0519 |