diff options
author | wdenk <wdenk> | 2005-04-03 14:52:59 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-03 14:52:59 +0000 |
commit | b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b (patch) | |
tree | 2b74636bd6705350ce5cc031b51412bd1f88671a /README | |
parent | 86c9888207b0d5b9632c4ed7a61fd09b81bb618c (diff) |
* Patch by Richard Klingler, 03 Apr 2005:
Add call to eth_halt() in net/net.c when called functions fail
after eth_init() has been called.
* Patch by Sam Song, 3 April 2005:
- Update README.Netconsole
- Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -627,6 +627,7 @@ The following options need to be configured: CFG_CMD_SAVES * save S record dump CFG_CMD_SCSI * SCSI Support CFG_CMD_SDRAM * print SDRAM configuration information + (requires CFG_CMD_I2C) CFG_CMD_SETGETDCR Support for DCR Register access (4xx only) CFG_CMD_SPI * SPI serial bus support CFG_CMD_USB * USB support |