Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[libata] ahci: Add ASMedia ASM1061 support

Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Keng-Yu Lin and committed by
Jeff Garzik
c9703765 7a46c078

+5
+3
drivers/ata/ahci.c
··· 390 390 /* Promise */ 391 391 { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ 392 392 393 + /* Asmedia */ 394 + { PCI_VDEVICE(ASMEDIA, 0x0612), board_ahci }, /* ASM1061 */ 395 + 393 396 /* Generic, PCI class code for AHCI */ 394 397 { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 395 398 PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci },
+2
include/linux/pci_ids.h
··· 2405 2405 2406 2406 #define PCI_VENDOR_ID_AZWAVE 0x1a3b 2407 2407 2408 + #define PCI_VENDOR_ID_ASMEDIA 0x1b21 2409 + 2408 2410 #define PCI_VENDOR_ID_TEKRAM 0x1de1 2409 2411 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 2410 2412