# HG changeset patch # User jld # Date 1084533631 0 # Node ID 5b90296c022f2ddf13308148dc3182068e6a3b54 # Parent a5c7a6799462bd73b8ade1443ef733c222246a73 * ecos.db: Rationalise the i386 PC target naming scheme. diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2004-05-14 John Dallaway + + * ecos.db: Rationalise the i386 PC target naming scheme. + 2004-05-04 Jani Monoses * ecos.db: Added lwip package. diff --git a/packages/ecos.db b/packages/ecos.db --- 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." }