aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcib_if.m
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-05-20 22:00:39 +0000
committerWarner Losh <imp@FreeBSD.org>2009-05-20 22:00:39 +0000
commit89c81b88f141fb1d561d5bd76046b1d02f7feebe (patch)
tree901803bb979f730e8db6029b728d1810e3d6d0ed /sys/dev/pci/pcib_if.m
parent9e31449738aa74508575c8ff4a01ac3c1594b484 (diff)
downloadsrc-89c81b88f141fb1d561d5bd76046b1d02f7feebe.tar.gz
src-89c81b88f141fb1d561d5bd76046b1d02f7feebe.zip
Revert junk from last commit. These are WIP and not ready (and don't
match the description of the last commit).
Notes
Notes: svn path=/head/; revision=192481
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 765e6449a312..0b7e8bc62c9b 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;
-};