summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcib_if.m
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-05-20 22:00:39 +0000
committerimp <imp@FreeBSD.org>2009-05-20 22:00:39 +0000
commitcf4102fe7fd60325350ad3243f502912d3ce1c54 (patch)
tree901803bb979f730e8db6029b728d1810e3d6d0ed /sys/dev/pci/pcib_if.m
parent521ec23d7fcf9c1d927f8e44b30b0a40fde3731f (diff)
downloadFreeBSD-src-cf4102fe7fd60325350ad3243f502912d3ce1c54.zip
FreeBSD-src-cf4102fe7fd60325350ad3243f502912d3ce1c54.tar.gz
Revert junk from last commit. These are WIP and not ready (and don't
match the description of the last commit).
Diffstat (limited to 'sys/dev/pci/pcib_if.m')
-rw-r--r--sys/dev/pci/pcib_if.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/pci/pcib_if.m b/sys/dev/pci/pcib_if.m
index 765e644..0b7e8bc 100644
--- a/sys/dev/pci/pcib_if.m
+++ b/sys/dev/pci/pcib_if.m
@@ -144,17 +144,3 @@ METHOD int map_msi {
uint64_t *addr;
uint32_t *data;
};
-
-#
-# Return the range of busses passed through this bridge. For normal
-# pci-pci bridges (and compatible things like pci-x and pcie), this will
-# just be the secbus and subbus configuration registers. For non-standard
-# bridges, or for host bridges which have no standard, this will be the
-# same data read from either device specific registers of from "perfect
-# knowledge" of what they must be.
-#
-METHOD int bus_range {
- device_t pcib;
- u_int *secbus;
- u_int *subbus;
-};
OpenPOWER on IntegriCloud