changeset 1276:42229ea14764

Disable status LEDS by default
author gthomas
date Mon, 06 Oct 2003 12:18:13 +0000
parents 2e396c276990
children c2347f41e29f
files packages/devs/eth/powerpc/fec/current/ChangeLog packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <gary@mlbassoc.com>
+
+	* 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  <gary@mlbassoc.com>
 
 	* cdl/fec_eth_drivers.cdl: Only force serial console for eCos 
--- 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.