All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ahci: Add Intel Emmitsburg PCH RAID PCI IDs
@ 2020-11-19 10:43 Mika Westerberg
  2020-11-19 16:50 ` Christoph Hellwig
  2020-12-16 12:34 ` Mika Westerberg
  0 siblings, 2 replies; 11+ messages in thread
From: Mika Westerberg @ 2020-11-19 10:43 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Mika Westerberg, linux-ide

Add Intel Emmitsburg PCH RAID PCI IDs to the list of supported
controllers.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 00ba8e5a1ccc..0b39f0e7fd8f 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -398,6 +398,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x2823), board_ahci }, /* Lewisburg AHCI*/
 	{ PCI_VDEVICE(INTEL, 0x2826), board_ahci }, /* Lewisburg RAID*/
 	{ PCI_VDEVICE(INTEL, 0x2827), board_ahci }, /* Lewisburg RAID*/
+	{ PCI_VDEVICE(INTEL, 0x282b), board_ahci }, /* Emmitsburg RAID */
+	{ PCI_VDEVICE(INTEL, 0x282f), board_ahci }, /* Emmitsburg RAID */
 	{ PCI_VDEVICE(INTEL, 0xa182), board_ahci }, /* Lewisburg AHCI*/
 	{ PCI_VDEVICE(INTEL, 0xa186), board_ahci }, /* Lewisburg RAID*/
 	{ PCI_VDEVICE(INTEL, 0xa1d2), board_ahci }, /* Lewisburg RAID*/
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-04-02  0:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 10:43 [PATCH] ahci: Add Intel Emmitsburg PCH RAID PCI IDs Mika Westerberg
2020-11-19 16:50 ` Christoph Hellwig
2020-11-20 10:53   ` Mika Westerberg
2020-11-23 10:09     ` Christoph Hellwig
2020-11-23 11:26       ` Mika Westerberg
2020-11-23 11:38         ` Christoph Hellwig
2020-11-23 12:28           ` Mika Westerberg
2020-11-23 12:51             ` Christoph Hellwig
2020-11-25 14:44               ` Mika Westerberg
2022-04-02  0:43           ` Williams, Dan J
2020-12-16 12:34 ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.