Author: mav Date: Thu Nov 9 10:15:57 2017 New Revision: 325571 URL: https://svnweb.freebsd.org/changeset/base/325571
Log: Add some PCI IDs found on AMD Epyc system. MFC after: 2 weeks Modified: head/sys/dev/ahci/ahci_pci.c Modified: head/sys/dev/ahci/ahci_pci.c ============================================================================== --- head/sys/dev/ahci/ahci_pci.c Thu Nov 9 02:37:49 2017 (r325570) +++ head/sys/dev/ahci/ahci_pci.c Thu Nov 9 10:15:57 2017 (r325571) @@ -73,6 +73,11 @@ static const struct { {0x78021022, 0x00, "AMD Hudson-2", 0}, {0x78031022, 0x00, "AMD Hudson-2", 0}, {0x78041022, 0x00, "AMD Hudson-2", 0}, + {0x79001022, 0x00, "AMD KERNCZ", 0}, + {0x79011022, 0x00, "AMD KERNCZ", 0}, + {0x79021022, 0x00, "AMD KERNCZ", 0}, + {0x79031022, 0x00, "AMD KERNCZ", 0}, + {0x79041022, 0x00, "AMD KERNCZ", 0}, {0x06011b21, 0x00, "ASMedia ASM1060", AHCI_Q_NOCCS|AHCI_Q_NOAUX}, {0x06021b21, 0x00, "ASMedia ASM1060", AHCI_Q_NOCCS|AHCI_Q_NOAUX}, {0x06111b21, 0x00, "ASMedia ASM1061", AHCI_Q_NOCCS|AHCI_Q_NOAUX}, _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"