Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 08:30:17 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/152926: commit references a PR
Message-ID:  <201012150830.oBF8UHcq072868@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/152926; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/152926: commit references a PR
Date: Wed, 15 Dec 2010 08:27:22 +0000 (UTC)

 Author: mav
 Date: Wed Dec 15 08:27:17 2010
 New Revision: 216452
 URL: http://svn.freebsd.org/changeset/base/216452
 
 Log:
   MFC r216309:
   Add IDs of HighPoint RocketRAID 62x cards (Marvell 88SE9128 chips).
   
   PR:             kern/152926
   Submitted by:   Mike Tancsa <mike@sentex.net>
   Approved by:	re (kib)
 
 Modified:
   stable/8/sys/dev/ahci/ahci.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
 
 Modified: stable/8/sys/dev/ahci/ahci.c
 ==============================================================================
 --- stable/8/sys/dev/ahci/ahci.c	Wed Dec 15 01:19:14 2010	(r216451)
 +++ stable/8/sys/dev/ahci/ahci.c	Wed Dec 15 08:27:17 2010	(r216452)
 @@ -172,6 +172,10 @@ static struct {
  	{0x614511ab, 0x00, "Marvell 88SX6145",	AHCI_Q_NOFORCE|AHCI_Q_4CH|AHCI_Q_EDGEIS},
  	{0x91231b4b, 0x11, "Marvell 88SE912x",	AHCI_Q_NOBSYRES},
  	{0x91231b4b, 0x00, "Marvell 88SE912x",	AHCI_Q_EDGEIS|AHCI_Q_SATA2|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},
 +	{0x06221b4b, 0x00, "HighPoint RocketRAID 622",	AHCI_Q_NOBSYRES},
  	{0x044c10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},
  	{0x044d10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},
  	{0x044e10de, 0x00, "NVIDIA MCP65",	AHCI_Q_NOAA},
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012150830.oBF8UHcq072868>