svn commit: r225312 - stable/8/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Thu Sep 1 15:53:59 UTC 2011


Author: mav
Date: Thu Sep  1 15:53:59 2011
New Revision: 225312
URL: http://svn.freebsd.org/changeset/base/225312

Log:
  MFC r225140:
  Add ID for ASMedia ASM1061 2-port PCIe 2.0 x1 6Gb/s SATA controller.

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	Thu Sep  1 13:51:26 2011	(r225311)
+++ stable/8/sys/dev/ahci/ahci.c	Thu Sep  1 15:53:59 2011	(r225312)
@@ -128,6 +128,7 @@ static struct {
 	{0x43931002, 0x00, "ATI IXP700",	0},
 	{0x43941002, 0x00, "ATI IXP800",	0},
 	{0x43951002, 0x00, "ATI IXP800",	0},
+	{0x06121b21, 0x00, "ASMedia ASM1061",	0},
 	{0x26528086, 0x00, "Intel ICH6",	AHCI_Q_NOFORCE},
 	{0x26538086, 0x00, "Intel ICH6M",	AHCI_Q_NOFORCE},
 	{0x26818086, 0x00, "Intel ESB2",	0},


More information about the svn-src-stable mailing list