diff options
author | wdenk <wdenk> | 2004-04-18 17:39:38 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 17:39:38 +0000 |
commit | 6e5923851ec5c11a36136abc77160d834537c4dd (patch) | |
tree | 1d324917e695bf3aadc0041d220304d07d09027a /README | |
parent | c26e454dfc6650428854fa2db3b1ed7f19e0ba0e (diff) | |
download | bootable_bootloader_goldelico_gta04-6e5923851ec5c11a36136abc77160d834537c4dd.zip bootable_bootloader_goldelico_gta04-6e5923851ec5c11a36136abc77160d834537c4dd.tar.gz bootable_bootloader_goldelico_gta04-6e5923851ec5c11a36136abc77160d834537c4dd.tar.bz2 |
* Cleanup, minor fixes
* Patch by Rune Torgersen, 16 Apr 2004:
LBA48 fixes
* Patches by Pantelis Antoniou, 16 Apr 2004:
- Fix some compile problems;
add "once" functionality for the netretry variable
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -788,7 +788,7 @@ The following options need to be configured: selected via environment 'videomode'. Two diferent ways are possible: - "videomode=num" 'num' is a standard LiLo mode numbers. - Following standard modes are supported (* is default): + Following standard modes are supported (* is default): Colors 640x480 800x600 1024x768 1152x864 1280x1024 -------------+--------------------------------------------- @@ -951,7 +951,7 @@ The following options need to be configured: the DHCP server. - CDP Options: - CONFIG_CDP_DEVICE_ID + CONFIG_CDP_DEVICE_ID The device id used in CDP trigger frames. @@ -1948,10 +1948,8 @@ Low Level (hardware related) configuration options: - CONFIG_FEC[12]_PHY Define to the hardcoded PHY address which corresponds - to the given FEC. - - i.e. - #define CONFIG_FEC1_PHY 4 + to the given FEC; i. e. + #define CONFIG_FEC1_PHY 4 means that the PHY with address 4 is connected to FEC1 When set to -1, means to probe for first available. @@ -2266,6 +2264,9 @@ configurations; the following names are supported: netretry - When set to "no" each network operation will either succeed or fail without retrying. + When set to "once" the network operation will + fail when all the available network interfaces + are tried once without success. Useful on scripts which control the retry operation themselves. |