Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 17:16:50 +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: r260830 - head/sys/dev/ahci
Message-ID:  <201401171716.s0HHGolr086550@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Jan 17 17:16:49 2014
New Revision: 260830
URL: http://svnweb.freebsd.org/changeset/base/260830

Log:
  Add ID for one more ASMedia AHCI-compatible controller.
  
  Reported by:	ignace.peeters@gmail.com
  MFC after:	2 weeks

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

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Fri Jan 17 16:29:57 2014	(r260829)
+++ head/sys/dev/ahci/ahci.c	Fri Jan 17 17:16:49 2014	(r260830)
@@ -146,6 +146,7 @@ static struct {
 	{0x78021022, 0x00, "AMD Hudson-2",	0},
 	{0x78031022, 0x00, "AMD Hudson-2",	0},
 	{0x78041022, 0x00, "AMD Hudson-2",	0},
+	{0x06111b21, 0x00, "ASMedia ASM2106",	0},
 	{0x06121b21, 0x00, "ASMedia ASM1061",	0},
 	{0x26528086, 0x00, "Intel ICH6",	AHCI_Q_NOFORCE},
 	{0x26538086, 0x00, "Intel ICH6M",	AHCI_Q_NOFORCE},



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