diff packages/ecos.db @ 1633:5b90296c022f

* ecos.db: Rationalise the i386 PC target naming scheme.
author jld
date Fri, 14 May 2004 11:20:31 +0000
parents 40c53c83bbc4
children 7be86473718d
line wrap: on
line diff
--- a/packages/ecos.db
+++ b/packages/ecos.db
@@ -4368,8 +4368,8 @@ target sh4_202_md {
 
 # --------------------------------------------------------------------------
 # 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
@@ -4383,13 +4383,13 @@ target pc {
                           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."
-}
-
-target pc_giga {
-        alias		{ "i386 PC target with Gigabit ethernet" }
+    	    PC motherboard with an Intel 82559 based ethernet interface."
+}
+
+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
@@ -4403,9 +4403,9 @@ target pc_giga {
                           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 {
@@ -4423,7 +4423,7 @@ target pc_vmWare {
                           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."
 }
 
@@ -5415,7 +5415,7 @@ package CYGPKG_DEVS_ETH_SH_DREAMCAST_RLT
 }
 
 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
@@ -5429,7 +5429,7 @@ target pc_rltk8139 {
                           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."
 }