From owner-svn-src-head@freebsd.org Fri Dec 4 13:40:11 2015 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 0CC7CA417D2; Fri, 4 Dec 2015 13:40:11 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id CE00A18DB; Fri, 4 Dec 2015 13:40:10 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from bender (global-5-144.nat-2.net.cam.ac.uk [131.111.5.144]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id AB5C1D78E6; Fri, 4 Dec 2015 13:39:40 +0000 (UTC) Date: Fri, 4 Dec 2015 13:39:39 +0000 From: Andrew Turner To: Konstantin Belousov Cc: Andrew Turner , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291689 - in head/sys: conf dev/ahci Message-ID: <20151204133939.32a16e39@bender> In-Reply-To: <20151203113407.GJ2405@kib.kiev.ua> References: <201512031124.tB3BOBRu070023@repo.freebsd.org> <20151203113407.GJ2405@kib.kiev.ua> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 04 Dec 2015 13:40:11 -0000 On Thu, 3 Dec 2015 13:34:07 +0200 Konstantin Belousov wrote: > On Thu, Dec 03, 2015 at 11:24:11AM +0000, Andrew Turner wrote: > > Author: andrew > > Date: Thu Dec 3 11:24:11 2015 > > New Revision: 291689 > > URL: https://svnweb.freebsd.org/changeset/base/291689 > > > > Log: > > Add support for a generic AHCI attachment. This allows us to > > attach to a typically memory mapped bus, for example on the AMD > > Opteron A1100 the AHCI device is mapped in the CPUs address space, > > and not through a PCI controller. > > > > Further work is needed for this to work with ACPI as this is > > expected to be common on ARMv8 servers. > > > > Reviewed by: mav, mmel > > Obtained from: mmel, ABT Systems Ltd > > Relnotes: yes > > Sponsored by: SoftIron Inc > > Differential Revision: https://reviews.freebsd.org/D4269 > > > > Added: > > head/sys/dev/ahci/ahci_generic.c > > - copied, changed from r291244, head/sys/dev/ahci/ahci_pci.c > > Modified: > > head/sys/conf/files.arm64 > > Should the new file added to the ahci.ko module Makefile, at least on > arm64 ? Added in r291768. Andrew