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

Andrew Turner andrew at fubar.geek.nz
Fri Dec 4 13:40:11 UTC 2015


On Thu, 3 Dec 2015 13:34:07 +0200
Konstantin Belousov <kostikbel at gmail.com> 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


More information about the svn-src-head mailing list