# HG changeset patch # User gthomas # Date 1065442693 0 # Node ID 42229ea14764d2109bf7c3e0cfd781c20331d6f2 # Parent 2e396c2769908055932163a89f63a3226d86ba85 Disable status LEDS by default diff --git a/packages/devs/eth/powerpc/fec/current/ChangeLog b/packages/devs/eth/powerpc/fec/current/ChangeLog --- a/packages/devs/eth/powerpc/fec/current/ChangeLog +++ b/packages/devs/eth/powerpc/fec/current/ChangeLog @@ -1,3 +1,8 @@ +2003-10-06 Gary Thomas + + * cdl/fec_eth_drivers.cdl: Disable STATUS_LEDS by default since these + are mostly useful for debugging and get in the way of "normal" LED use. + 2003-05-14 Gary Thomas * cdl/fec_eth_drivers.cdl: Only force serial console for eCos diff --git a/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl b/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl --- a/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl +++ b/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl @@ -129,7 +129,7 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FEC cdl_component CYGSEM_DEVS_ETH_POWERPC_FEC_STATUS_LEDS { display "Display I/O status via LEDs" flavor bool - default_value 1 + default_value 0 description " If this option is set, and the platform defines LED access functions, then I/O status will be displayed using the LEDs.