kern/157843: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jun 30 19:30:12 UTC 2011


The following reply was made to PR kern/157843; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/157843: commit references a PR
Date: Thu, 30 Jun 2011 19:23:26 +0000 (UTC)

 Author: mav
 Date: Thu Jun 30 19:23:17 2011
 New Revision: 223699
 URL: http://svn.freebsd.org/changeset/base/223699
 
 Log:
   Add ID for Marvell 88SE9125 SATA controller.
   
   PR:		kern/157843
   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 Jun 30 17:37:42 2011	(r223698)
 +++ head/sys/dev/ahci/ahci.c	Thu Jun 30 19:23:17 2011	(r223699)
 @@ -195,6 +195,7 @@ static struct {
  	{0x91201b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_NOBSYRES},
  	{0x91231b4b, 0x11, "Marvell 88SE912x",	AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
  	{0x91231b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_SATA2|AHCI_Q_NOBSYRES},
 +	{0x91251b4b, 0x00, "Marvell 88SE9125",	AHCI_Q_NOBSYRES},
  	{0x91721b4b, 0x00, "Marvell 88SE9172",	AHCI_Q_NOBSYRES},
  	{0x91821b4b, 0x00, "Marvell 88SE9182",	AHCI_Q_NOBSYRES},
  	{0x06201103, 0x00, "HighPoint RocketRAID 620",	AHCI_Q_NOBSYRES},
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list