From owner-svn-src-head@FreeBSD.ORG Tue Jan 13 09:50:16 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58990968; Tue, 13 Jan 2015 09:50:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 45098267; Tue, 13 Jan 2015 09:50:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0D9oGfZ096859; Tue, 13 Jan 2015 09:50:16 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0D9oGqk096858; Tue, 13 Jan 2015 09:50:16 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201501130950.t0D9oGqk096858@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Tue, 13 Jan 2015 09:50:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277126 - head/sys/dev/ahci X-SVN-Group: head 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.18-1 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: Tue, 13 Jan 2015 09:50:16 -0000 Author: kib Date: Tue Jan 13 09:50:15 2015 New Revision: 277126 URL: https://svnweb.freebsd.org/changeset/base/277126 Log: Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING. Noted and reviewed by: smh MFC after: 6 days Modified: head/sys/dev/ahci/ahci.h Modified: head/sys/dev/ahci/ahci.h ============================================================================== --- head/sys/dev/ahci/ahci.h Tue Jan 13 09:29:34 2015 (r277125) +++ head/sys/dev/ahci/ahci.h Tue Jan 13 09:50:15 2015 (r277126) @@ -591,7 +591,8 @@ enum ahci_err_type { "\015NOMSI" \ "\016ATI_PMP_BUG" \ "\017MAXIO_64K" \ - "\020SATA1_UNIT0" + "\020SATA1_UNIT0" \ + "\021ABAR0" int ahci_attach(device_t dev); int ahci_detach(device_t dev);