Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 13:39:39 +0000
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        Andrew Turner <andrew@FreeBSD.org>, 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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Dec 2015 13:34:07 +0200
Konstantin Belousov <kostikbel@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151204133939.32a16e39>