summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-20 13:31:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-20 13:31:10 +0000
commit11084a7e88d4d89e115046faf12bbc82063a172c (patch)
tree4266b3046e5634ef2d15af1ecc7f7f0be4b767c2 /bsd_eth_drivers/libbsdport
parent2009-10-20 Chris Johns <chrisj@rtems.org> (diff)
downloadlibbsdport-11084a7e88d4d89e115046faf12bbc82063a172c.tar.bz2
2009-10-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* if_bge/if_bge.c, libbsdport/alldrv.c: Add local changes (untested).
Diffstat (limited to 'bsd_eth_drivers/libbsdport')
-rw-r--r--bsd_eth_drivers/libbsdport/alldrv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd_eth_drivers/libbsdport/alldrv.c b/bsd_eth_drivers/libbsdport/alldrv.c
index c68d6d1..ac177c1 100644
--- a/bsd_eth_drivers/libbsdport/alldrv.c
+++ b/bsd_eth_drivers/libbsdport/alldrv.c
@@ -15,6 +15,7 @@ driver_t *libbsdport_netdriver_table_all[] = {
driver_t libbsdport_null_driver = {0};
+#if 0
extern driver_t libbsdport_em_driver
__attribute__((weak,alias("libbsdport_null_driver")));
extern driver_t libbsdport_pcn_driver
@@ -29,6 +30,7 @@ extern driver_t libbsdport_re_driver
__attribute__((weak,alias("libbsdport_null_driver")));
extern driver_t libbsdport_rl_driver
__attribute__((weak,alias("libbsdport_null_driver")));
+#endif
/* weak alias defaults to a table that includes