This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

NET - disable LEDS in FEC driver


Just by default - they can always be re-enabled.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: devs/eth/powerpc/fec/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fec/current/ChangeLog,v
retrieving revision 1.19
diff -u -5 -p -r1.19 ChangeLog
--- devs/eth/powerpc/fec/current/ChangeLog	14 May 2003 15:10:13 -0000	1.19
+++ devs/eth/powerpc/fec/current/ChangeLog	6 Oct 2003 12:17:49 -0000
@@ -1,5 +1,10 @@
+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 
 	configurations (using actual network package).
 
Index: devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl,v
retrieving revision 1.9
diff -u -5 -p -r1.9 fec_eth_drivers.cdl
--- devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl	14 May 2003 15:10:13 -0000	1.9
+++ devs/eth/powerpc/fec/current/cdl/fec_eth_drivers.cdl	6 Oct 2003 12:15:49 -0000
@@ -127,11 +127,11 @@ 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.
             In particular, varying LEDs will be illuminated while the
             device is busy transmitting a buffer, or handing an input

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]