projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdee6c
)
ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs
author
Seth Heasley
<seth.heasley@intel.com>
Tue, 12 Aug 2008 00:03:09 +0000
(17:03 -0700)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 22 Aug 2008 06:07:56 +0000
(
02:07
-0400)
Resend with proper whitespace.
This patch adds the Intel Ibex Peak (PCH) SATA RAID Controller DeviceIDs.
Signed-off-by: Seth Heasley <seth.heasley@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/ahci.c
b/drivers/ata/ahci.c
index ef3e5522e1a4a41979ff5ec56b72ed860d004275..a0e85a78778b42e30989c0d5e4208f67d01babf8 100644
(file)
--- a/
drivers/ata/ahci.c
+++ b/
drivers/ata/ahci.c
@@
-486,6
+486,8
@@
static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(INTEL, 0x502b), board_ahci }, /* Tolapai */
{ PCI_VDEVICE(INTEL, 0x3a05), board_ahci }, /* ICH10 */
{ PCI_VDEVICE(INTEL, 0x3a25), board_ahci }, /* ICH10 */
+ { PCI_VDEVICE(INTEL, 0x3b24), board_ahci }, /* PCH RAID */
+ { PCI_VDEVICE(INTEL, 0x3b2b), board_ahci }, /* PCH RAID */
/* JMicron 360/1/3/5/6, match class to avoid IDE function */
{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,