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

From: [email protected] (dfilter service)
To: [email protected]
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 <[email protected]>
   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},
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to