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]

fix mcf5272 ethernet driver CDL


It appears that the mcf5272 ethernet cdl has never matched the ecos.db
entry in CVS. The fix is trivial. I have also created a ChangeLog
file.

Trunk only. There are plenty of other problems with the mcf5272 code,
so for the v2 release it is unsupported.

Bart

2003-03-19  Bart Veer  <bartv at ecoscentric dot com>

	* cdl/mcf5272_eth_driver.cdl: Fix mismatch between ecos.db and
	package CDL.

Index: mcf5272_eth_driver.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/mcf52xx/mcf5272/current/cdl/mcf5272_eth_driver.cdl,v
retrieving revision 1.1
diff -u -u -r1.1 mcf5272_eth_driver.cdl
--- mcf5272_eth_driver.cdl	29 May 2002 18:28:06 -0000	1.1
+++ mcf5272_eth_driver.cdl	19 Mar 2003 14:41:38 -0000
@@ -39,7 +39,7 @@
 #####ECOSGPLCOPYRIGHTEND####
 # ====================================================================
 
-cdl_package CYGPKG_NET_MCF5272_ETH_DRIVERS {
+cdl_package CYGPKG_DEVS_ETH_MCF5272 {
     display       "MCF5272 ethernet driver"
     parent        CYGPKG_IO_ETH_DRIVERS
     active_if     CYGPKG_IO_ETH_DRIVERS


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