svn commit: r349829 - stable/12/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Mon Jul 8 10:17:01 UTC 2019


Author: mav
Date: Mon Jul  8 10:17:00 2019
New Revision: 349829
URL: https://svnweb.freebsd.org/changeset/base/349829

Log:
  MFC r340041 (by miwi): - Add quirk for Samsung on Mac Mini 7,1
  
  PR:		201676
  Submitted by:	Ruben Kerkhof

Modified:
  stable/12/sys/dev/ahci/ahci_pci.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/ahci/ahci_pci.c
==============================================================================
--- stable/12/sys/dev/ahci/ahci_pci.c	Sun Jul  7 18:51:01 2019	(r349828)
+++ stable/12/sys/dev/ahci/ahci_pci.c	Mon Jul  8 10:17:00 2019	(r349829)
@@ -352,6 +352,7 @@ static const struct {
 	{0x01861039, 0x00, "SiS 968",		0},
 	{0xa01c177d, 0x00, "ThunderX",		AHCI_Q_ABAR0|AHCI_Q_1MSI},
 	{0x00311c36, 0x00, "Annapurna",		AHCI_Q_FORCE_PI|AHCI_Q_RESTORE_CAP|AHCI_Q_NOMSIX},
+	{0x1600144d, 0x00, "Samsung",		AHCI_Q_NOMSI},
 	{0x00000000, 0x00, NULL,		0}
 };
 


More information about the svn-src-stable-12 mailing list