]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[bhnd] Add bhnd bridge support for bus_adjust_resource().
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 20 May 2016 00:49:10 +0000 (00:49 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 20 May 2016 00:49:10 +0000 (00:49 +0000)
commit249f3d3f772151c17577069e83443ef8a1a9925c
tree1f9dee3fcc42415e30ce74a644aaf79579761779
parent0e141e3c323e56200e61ddbecea76cf7614cb41e
[bhnd] Add bhnd bridge support for bus_adjust_resource().

Adds support for adjusting active bus resource allocations, limiting the
range to the constraints of the register window within which the resource
is mapped.

This is the final set of bhnd changes required to support delegating
ChipCommon's register space to child devices.

Submitted by: Landon Fuller <landonf@landonf.org>
Differential Revision: https://reviews.freebsd.org/D6470
sys/dev/bhnd/bhndb/bhndb.c
sys/dev/bhnd/bhndb/bhndb_private.h
sys/dev/bhnd/bhndb/bhndb_subr.c