From owner-svn-src-head@freebsd.org Sat Sep 9 11:01:45 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECE63E0F8A3; Sat, 9 Sep 2017 11:01:45 +0000 (UTC) (envelope-from mw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBEEB64208; Sat, 9 Sep 2017 11:01:45 +0000 (UTC) (envelope-from mw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v89B1ib6074218; Sat, 9 Sep 2017 11:01:44 GMT (envelope-from mw@FreeBSD.org) Received: (from mw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v89B1i4Y074217; Sat, 9 Sep 2017 11:01:44 GMT (envelope-from mw@FreeBSD.org) Message-Id: <201709091101.v89B1i4Y074217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mw set sender to mw@FreeBSD.org using -f From: Marcin Wojtas Date: Sat, 9 Sep 2017 11:01:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r323356 - head/sys/dev/ahci X-SVN-Group: head X-SVN-Commit-Author: mw X-SVN-Commit-Paths: head/sys/dev/ahci X-SVN-Commit-Revision: 323356 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 11:01:46 -0000 Author: mw Date: Sat Sep 9 11:01:44 2017 New Revision: 323356 URL: https://svnweb.freebsd.org/changeset/base/323356 Log: Add support for AHCI in Armada 3700 This patch simply AHCI generic driver by extending compatible list. Submitted by: Patryk Duda Obtained from: Semihalf Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D12254 Modified: head/sys/dev/ahci/ahci_generic.c Modified: head/sys/dev/ahci/ahci_generic.c ============================================================================== --- head/sys/dev/ahci/ahci_generic.c Sat Sep 9 11:00:07 2017 (r323355) +++ head/sys/dev/ahci/ahci_generic.c Sat Sep 9 11:01:44 2017 (r323356) @@ -60,9 +60,10 @@ __FBSDID("$FreeBSD$"); #include static struct ofw_compat_data compat_data[] = { - {"generic-ahci", 1}, - {"snps,dwc-ahci", 1}, - {NULL, 0} + {"generic-ahci", 1}, + {"snps,dwc-ahci", 1}, + {"marvell,armada-3700-ahci", 1}, + {NULL, 0} }; static int