summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-12 01:44:42 +0000
committereivind <eivind@FreeBSD.org>1999-01-12 01:44:42 +0000
commit80536f17c618b1dbef8800dc2ad27fd9640747cf (patch)
treed6b699272fcdf04744145edc73655094350356f0 /sys/pci/pci.c
parent1eca420fde0d5de5c2888b6fe3e892a779207dae (diff)
downloadFreeBSD-src-80536f17c618b1dbef8800dc2ad27fd9640747cf.zip
FreeBSD-src-80536f17c618b1dbef8800dc2ad27fd9640747cf.tar.gz
Remove 'pci_bridgeto' - it was just an empty placeholder.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 1442525..447570c 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pci.c,v 1.90 1998/11/03 08:47:29 julian Exp $
+ * $Id: pci.c,v 1.91 1998/11/09 08:08:06 peter Exp $
*
*/
@@ -482,14 +482,6 @@ pci_addcfg(struct pci_devinfo *dinfo)
pci_drvattach(dinfo); /* XXX currently defined in pci_compat.c */
}
-/* return pointer to device that is a bridge to this bus */
-
-static pcicfgregs *
-pci_bridgeto(int bus)
-{
- return (NULL); /* XXX not yet implemented */
-}
-
/* scan one PCI bus for devices */
static int
OpenPOWER on IntegriCloud