svn commit: r291689 - in head/sys: conf dev/ahci

Konstantin Belousov kostikbel at gmail.com
Thu Dec 3 11:34:13 UTC 2015


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 ?


More information about the svn-src-all mailing list