svn commit: r221504 - head/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Thu May 5 17:11:26 UTC 2011


Author: mav
Date: Thu May  5 17:11:26 2011
New Revision: 221504
URL: http://svn.freebsd.org/changeset/base/221504

Log:
  Add PCI ID for Marvell 88SE9182 -- PCIe 2.x x2 relative of the 88SE912x.
  
  Submitted by:	dchagin
  MFC after:	1 week

Modified:
  head/sys/dev/ahci/ahci.c

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Thu May  5 16:14:13 2011	(r221503)
+++ head/sys/dev/ahci/ahci.c	Thu May  5 17:11:26 2011	(r221504)
@@ -184,6 +184,7 @@ static struct {
 	{0x91201b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_NOBSYRES},
 	{0x91231b4b, 0x11, "Marvell 88SE912x",	AHCI_Q_NOBSYRES},
 	{0x91231b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_SATA2|AHCI_Q_NOBSYRES},
+	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
 	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06201b4b, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 	{0x06221103, 0x00, "HighPoint RocketRAID 622",	AHCI_Q_NOBSYRES},


More information about the svn-src-head mailing list