summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/misc.c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:21:10 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:21:10 +0000
commit7d9bd41111430c047b7a751ce6163d92afa9228a (patch)
treea139f4510ef47df56d7f04dbf07f0b96013a4c1d /bsd_eth_drivers/libbsdport/misc.c
parent - reverted AC_PREREQ to 2.62 (diff)
downloadlibbsdport-7d9bd41111430c047b7a751ce6163d92afa9228a.tar.bz2
- 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.
Diffstat (limited to 'bsd_eth_drivers/libbsdport/misc.c')
-rw-r--r--bsd_eth_drivers/libbsdport/misc.c1
1 files changed, 1 insertions, 0 deletions
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;