Date: Thu, 3 Dec 2015 13:34:07 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Andrew Turner <andrew@FreeBSD.org> Cc: 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: <20151203113407.GJ2405@kib.kiev.ua> In-Reply-To: <201512031124.tB3BOBRu070023@repo.freebsd.org> References: <201512031124.tB3BOBRu070023@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151203113407.GJ2405>