From 7d9bd41111430c047b7a751ce6163d92afa9228a Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 23 Apr 2009 04:21:10 +0000 Subject: - added 'bootverbose' (in new 'misc.c' file) - added rtems_mii_phy_probe(). This is a helper albeit RTEMS specific. Porting the whole MII/media stuff is still too much ATM. --- bsd_eth_drivers/libbsdport/misc.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 bsd_eth_drivers/libbsdport/misc.c (limited to 'bsd_eth_drivers/libbsdport/misc.c') diff --git a/bsd_eth_drivers/libbsdport/misc.c b/bsd_eth_drivers/libbsdport/misc.c new file mode 100644 index 0000000..78f1fca --- /dev/null +++ b/bsd_eth_drivers/libbsdport/misc.c @@ -0,0 +1 @@ +int libbsdport_bootverbose = 0; -- cgit v1.2.3