diff options
author | schwartz <none@none> | 2006-05-24 12:52:58 -0700 |
---|---|---|
committer | schwartz <none@none> | 2006-05-24 12:52:58 -0700 |
commit | d35337857fbb8d6fbd34c00f1f1a30eacb0a8dd1 (patch) | |
tree | 17e7cb91f28793f2bcc9ee046be71abb6420e98d /usr/src/uts/sun4v | |
parent | 4e1eadf0185694fdf7b8b7b43ea14352029713c7 (diff) | |
download | illumos-gate-d35337857fbb8d6fbd34c00f1f1a30eacb0a8dd1.tar.gz |
6424728 pcitool does not compute pci config space addresses correctly for oberon
Diffstat (limited to 'usr/src/uts/sun4v')
-rw-r--r-- | usr/src/uts/sun4v/io/px/px_lib4v.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/uts/sun4v/io/px/px_lib4v.c b/usr/src/uts/sun4v/io/px/px_lib4v.c index b8fd76669e..04ade36c66 100644 --- a/usr/src/uts/sun4v/io/px/px_lib4v.c +++ b/usr/src/uts/sun4v/io/px/px_lib4v.c @@ -427,16 +427,11 @@ px_lib_iommu_getmap(dev_info_t *dip, tsbid_t tsbid, io_attributes_t *attr_p, return (DDI_SUCCESS); } -/* - * fetch chip's range propery's value. For sun4v, config space base - * is not used (pxtool_get_phys_addr) will return zero, so just return - * zero for px_get_range_prop(). - */ /*ARGSUSED*/ uint64_t -px_get_range_prop(px_t *px_p, px_ranges_t *rp, int bank) +px_get_rng_parent_hi_mask(px_t *px_p) { - return (0); + return (PX_RANGE_PROP_MASK); } /* |