svn commit: r287726 - in head/sys: conf sparc64/pci

John Baldwin jhb at freebsd.org
Wed Sep 16 00:16:00 UTC 2015


On Saturday, September 12, 2015 10:49:33 PM Marius Strobl wrote:
> Author: marius
> Date: Sat Sep 12 22:49:32 2015
> New Revision: 287726
> URL: https://svnweb.freebsd.org/changeset/base/287726
> 
> Log:
>   - Factor out the common and generic parts of the sparc64 host-PCI-bridge
>     drivers into the revived sys/sparc64/pci/ofw_pci.c, previously already
>     serving a similar purpose. This has been done with sun4v in mind, which
>     explains a) the otherwise not that obvious scheme employed and b) why
>     reusing sys/powerpc/ofw/ofw_pci.c was even lesser an option.
>   - Add a workaround for QEMU once again not emulating real machines, in
>     this case by not providing the OFW_PCI_CS_MEM64 range. [1]
>   
>   Submitted by:	jhb [1]
>   MFC after:	1 week

Thanks!

-- 
John Baldwin


More information about the svn-src-all mailing list