summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-22 13:31:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-08-22 13:31:30 +0000
commit213810b374cd239da840f6a62afd5b799db37679 (patch)
treea4ddf090ac37fc23e23a748a55a11378232fa481 /c/src/libchip/network/if_fxp.c
parentRemove duplicate comment. (diff)
downloadrtems-213810b374cd239da840f6a62afd5b799db37679.tar.bz2
2005-08-18 Karel Gardas <kgardas@objectsecurity.com>
* libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/if_fxp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index c2414450c5..be089b04aa 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -447,16 +447,6 @@ rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching)
s = splimp();
/*
- * init PCI Bios interface...
- */
- i = pci_initialize();
- DBGLVL_PRINTK(2,"fxp_attach: pcib_init returned %d\n",i);
- if (i != PCIB_ERR_SUCCESS) {
- device_printf(dev, "could not initialize pci bios interface\n");
- return 0;
- }
-
- /*
* find device on pci bus
*/
{ int j; int pbus, pdev, pfun;