svn commit: r311885 - stable/10/sys/dev/ahci
Alexander Motin
mav at FreeBSD.org
Tue Jan 10 19:16:51 UTC 2017
Author: mav
Date: Tue Jan 10 19:16:50 2017
New Revision: 311885
URL: https://svnweb.freebsd.org/changeset/base/311885
Log:
MFC r309252: Add more ASMedia PCI IDs from different sources.
Exact device names are not clear, but its better then nothing at all.
Modified:
stable/10/sys/dev/ahci/ahci_pci.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/ahci/ahci_pci.c
==============================================================================
--- stable/10/sys/dev/ahci/ahci_pci.c Tue Jan 10 19:16:17 2017 (r311884)
+++ stable/10/sys/dev/ahci/ahci_pci.c Tue Jan 10 19:16:50 2017 (r311885)
@@ -73,8 +73,15 @@ static const struct {
{0x78021022, 0x00, "AMD Hudson-2", 0},
{0x78031022, 0x00, "AMD Hudson-2", 0},
{0x78041022, 0x00, "AMD Hudson-2", 0},
- {0x06111b21, 0x00, "ASMedia ASM2106", 0},
- {0x06121b21, 0x00, "ASMedia ASM1061", 0},
+ {0x06011b21, 0x00, "ASMedia ASM1060", 0},
+ {0x06021b21, 0x00, "ASMedia ASM1060", 0},
+ {0x06111b21, 0x00, "ASMedia ASM1061", 0},
+ {0x06121b21, 0x00, "ASMedia ASM1062", 0},
+ {0x06201b21, 0x00, "ASMedia ASM106x", 0},
+ {0x06211b21, 0x00, "ASMedia ASM106x", 0},
+ {0x06221b21, 0x00, "ASMedia ASM106x", 0},
+ {0x06241b21, 0x00, "ASMedia ASM106x", 0},
+ {0x06251b21, 0x00, "ASMedia ASM106x", 0},
{0x26528086, 0x00, "Intel ICH6", AHCI_Q_NOFORCE},
{0x26538086, 0x00, "Intel ICH6M", AHCI_Q_NOFORCE},
{0x26818086, 0x00, "Intel ESB2", 0},
More information about the svn-src-stable
mailing list