comparison packages/redboot/current/ChangeLog @ 1230:7d2ca52b341a

Improve IDE handling - better for systems where IDE may be missing
author gthomas
date Sat, 20 Sep 2003 19:22:19 +0000
parents 54f8d0daacd4
children 3c221a743075
comparison
equal deleted inserted replaced
1229:2159dd1d9220 1230:7d2ca52b341a
1 2003-09-20 Gary Thomas <gary@mlbassoc.com> 1 2003-09-20 Gary Thomas <gary@mlbassoc.com>
2
3 * src/fs/ide.c: Improve IDE handling by having init function return
4 actual number of controllers detected. This avoids really long times
5 for startup if the controller is missing.
2 6
3 * src/net/bootp.c: Rework to use full DHCP protocol. Previously, 7 * src/net/bootp.c: Rework to use full DHCP protocol. Previously,
4 once an offer came in, RedBoot was happy, without actually making 8 once an offer came in, RedBoot was happy, without actually making
5 the address reservation and waiting for the final acknowledgement. 9 the address reservation and waiting for the final acknowledgement.
6 Also, added CDL to enable/disable DHCP. BUG #1000053 10 Also, added CDL to enable/disable DHCP. BUG #1000053