Mercurial > ecos
changeset 1205:39d2693b1adc
Need serial console during system initialization
| author | gthomas |
|---|---|
| date | Mon, 08 Sep 2003 17:49:43 +0000 |
| parents | 4b7fb094ac22 |
| children | 86c98b20917b |
| files | packages/devs/eth/powerpc/fcc/current/ChangeLog packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl |
| diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/powerpc/fcc/current/ChangeLog +++ b/packages/devs/eth/powerpc/fcc/current/ChangeLog @@ -1,3 +1,8 @@ +2003-09-08 Gary Thomas <gary@mlbassoc.com> + + * cdl/fcc_eth_drivers.cdl: Force serial console during init (only + safe way to print during system initialization) + 2003-08-30 Gary Thomas <gary@mlbassoc.com> * src/if_fcc.c: Fix compile error.
--- a/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl +++ b/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl @@ -64,6 +64,9 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FCC description "Fast ethernet driver for PowerPC MPC8xxx boards." compile -library=libextras.a if_fcc.c + # Debug I/O during network stack initialization is not reliable + requires { !CYGPKG_NET || CYGPKG_NET_FORCE_SERIAL_CONSOLE == 1 } + cdl_option CYGNUM_DEVS_ETH_POWERPC_FCC_BUFSIZE { display "Buffer size" flavor data
