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]

Rationalise i386 PC target naming


This patch applies some consistency to i386 PC target naming now that we 
support several ethernet cards. Aliases provide backward compatibility. 
Checked in.

John Dallaway
eCosCentric Limited
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.140
diff -u -5 -r1.140 ChangeLog
--- ChangeLog	10 May 2004 13:57:09 -0000	1.140
+++ ChangeLog	14 May 2004 11:06:13 -0000
@@ -1,5 +1,9 @@
+2004-05-14  John Dallaway  <jld@ecoscentric.com>
+
+	* ecos.db: Rationalise the i386 PC target naming scheme.
+
 2004-05-04  Jani Monoses <jani@iv.ro>
 
 	* ecos.db: Added lwip package.
 
 2004-04-21  Yoshinori Sato  <ysato@users.sourceforge.jp>
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.124
diff -u -5 -r1.124 ecos.db
--- ecos.db	4 May 2004 12:52:47 -0000	1.124
+++ ecos.db	14 May 2004 11:06:24 -0000
@@ -4366,12 +4366,12 @@
            eCos on a SuperH SH4-202 MicroDev CPU board."
 }
 
 # --------------------------------------------------------------------------
 # i386 targets
-target pc {
-        alias		{ "i386 PC target" }
+target pc_i82559 {
+        alias		{ "i386 PC target with i82559 ethernet" pc }
 	packages        { CYGPKG_HAL_I386
                           CYGPKG_HAL_I386_GENERIC
                           CYGPKG_HAL_I386_PC
                           CYGPKG_HAL_I386_PCMB
 			  CYGPKG_IO_PCI
@@ -4381,17 +4381,17 @@
 			  CYGPKG_DEVS_ETH_I386_PC_I82559
                           CYGPKG_DEVICES_WALLCLOCK_DALLAS_DS12887
                           CYGPKG_DEVICES_WALLCLOCK_I386_PC
         }
         description "
-    	    The pc target provides the 
+    	    The pc_i82559 target provides the 
     	    packages needed to run eCos binaries on a standard i386
-    	    PC motherboard."
+    	    PC motherboard with an Intel 82559 based ethernet interface."
 }
 
-target pc_giga {
-        alias		{ "i386 PC target with Gigabit ethernet" }
+target pc_i82544 {
+        alias		{ "i386 PC target with i82544 gigabit ethernet" pc_giga }
 	packages        { CYGPKG_HAL_I386
                           CYGPKG_HAL_I386_GENERIC
                           CYGPKG_HAL_I386_PC
                           CYGPKG_HAL_I386_PCMB
 			  CYGPKG_IO_PCI
@@ -4401,13 +4401,13 @@
 			  CYGPKG_DEVS_ETH_I386_PC_I82544
                           CYGPKG_DEVICES_WALLCLOCK_DALLAS_DS12887
                           CYGPKG_DEVICES_WALLCLOCK_I386_PC
         }
         description "
-    	    The pc target provides the packages needed to run eCos binaries
+    	    The pc_i82544 target provides the packages needed to run eCos binaries
             on a standard i386 PC motherboard with an Intel 82543/82544 based
-            Gigabit ethernet interface."
+            gigabit ethernet interface."
 }
 
 target pc_vmWare {
         alias		{ "i386 PC target (vmWare)" }
 	packages        { CYGPKG_HAL_I386
@@ -4421,11 +4421,11 @@
 			  CYGPKG_DEVS_ETH_I386_PC_LANCEPCI
                           CYGPKG_DEVICES_WALLCLOCK_DALLAS_DS12887
                           CYGPKG_DEVICES_WALLCLOCK_I386_PC
         }
         description "
-    	    The pc target provides the packages needed to run eCos binaries
+    	    The pc_vmWare target provides the packages needed to run eCos binaries
             on a standard i386 PC under wmWare."
 }
 
 # --------------------------------------------------------------------------
 # Synthetic targets.
@@ -5413,11 +5413,11 @@
 	script		sh_dreamcast_rltk8139_eth_drivers.cdl
         description     "SEGA Dreamcast with BroadBandAdapter."
 }
 
 target pc_rltk8139 {
-        alias		{ "i386 PC target using Realtek 8139 networking" }
+        alias		{ "i386 PC target with RTL8139 ethernet" }
 	packages        { CYGPKG_HAL_I386
                           CYGPKG_HAL_I386_GENERIC
                           CYGPKG_HAL_I386_PC
                           CYGPKG_HAL_I386_PCMB
 			  CYGPKG_IO_PCI
@@ -5427,11 +5427,11 @@
 			  CYGPKG_DEVS_ETH_I386_PC_RLTK8139
                           CYGPKG_DEVICES_WALLCLOCK_DALLAS_DS12887
                           CYGPKG_DEVICES_WALLCLOCK_I386_PC
         }
         description "
-    	    The pc target provides the packages needed to run eCos binaries 
+    	    The pc_rltk8139 target provides the packages needed to run eCos binaries 
             on a standard i386 PC motherboard, using a Realtek 8139 network card."
 }
 
 # --------------------------------------------------------------------------
 

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