Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 09:08:08 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225140 - head/sys/dev/ahci
Message-ID:  <201108240908.p7O9881P041908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Wed Aug 24 09:08:07 2011
New Revision: 225140
URL: http://svn.freebsd.org/changeset/base/225140

Log:
  Add ID for ASMedia ASM1061 2-port PCIe 2.0 x1 6Gb/s SATA controller.
  
  Approved by:	re (blackend)
  MFC after:	1 week

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

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Wed Aug 24 08:53:33 2011	(r225139)
+++ head/sys/dev/ahci/ahci.c	Wed Aug 24 09:08:07 2011	(r225140)
@@ -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},



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