- sata-add-pci-id.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     SATA: Add PCI-ID

has been removed from the -mm tree.  Its filename is

     sata-add-pci-id.patch

This patch was dropped because it was nacked by the maintainer

------------------------------------------------------
Subject: SATA: Add PCI-ID
From: "Adam Helms" <helms.adam@xxxxxxxxx>

Makes the AHCI driver detect the PCI ID 8086:27c0 (IDE interface: Intel
Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE
(rev 01)) as an AHCI chipset.

8086:27c0 also works with ata_piix but it's much slower.  8086:27c0 is
shipped with - among others - new HP Proliant servers.

Signed-off-by: Adam Helms <helms.adam@xxxxxxxxx>
Cc: Tejun Heo <htejun@xxxxxxxxx>
Cc: Jeff Garzik <jeff@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/ahci.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN drivers/scsi/ahci.c~sata-add-pci-id drivers/scsi/ahci.c
--- a/drivers/scsi/ahci.c~sata-add-pci-id
+++ a/drivers/scsi/ahci.c
@@ -291,6 +291,8 @@ static const struct pci_device_id ahci_p
 	  board_ahci }, /* ICH6 */
 	{ PCI_VENDOR_ID_INTEL, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ICH6M */
+	{ PCI_VENDOR_ID_INTEL, 0x27c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ICH7 */
 	{ PCI_VENDOR_ID_INTEL, 0x27c1, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ICH7 */
 	{ PCI_VENDOR_ID_INTEL, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
_

Patches currently in -mm which might be from helms.adam@xxxxxxxxx are

sata-add-pci-id.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux