aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ahci.c
diff options
context:
space:
mode:
authorJason Gaston <jason.d.gaston@intel.com>2005-04-16 18:24:45 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:24:45 -0400
commit680d32357a0235fbadfba8e52dd40e80f55b6b05 (patch)
treeca72c77a9b782efd8285f79910a56699cd16be46 /drivers/scsi/ahci.c
parentc368ca4ef471aa8e82ee1de7086cb7ef5053cb95 (diff)
[PATCH] ahci: AHCI mode SATA patch for Intel ESB2
This patch adds the Intel ESB2 DID's to the ahci.c file for AHCI mode SATA support. Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com> Cc: <linux-scsi@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/scsi/ahci.c')
-rw-r--r--drivers/scsi/ahci.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
index 3a15b13e747a..da5bd33d982d 100644
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -257,6 +257,12 @@ static struct pci_device_id ahci_pci_tbl[] = {
257 board_ahci }, /* ICH7R */ 257 board_ahci }, /* ICH7R */
258 { PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 258 { PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
259 board_ahci }, /* ULi M5288 */ 259 board_ahci }, /* ULi M5288 */
260 { PCI_VENDOR_ID_INTEL, 0x2681, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
261 board_ahci }, /* ESB2 */
262 { PCI_VENDOR_ID_INTEL, 0x2682, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
263 board_ahci }, /* ESB2 */
264 { PCI_VENDOR_ID_INTEL, 0x2683, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
265 board_ahci }, /* ESB2 */
260 { } /* terminate list */ 266 { } /* terminate list */
261}; 267};
262 268