diff 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
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
+	* src/fs/ide.c: Improve IDE handling by having init function return
+	actual number of controllers detected.  This avoids really long times
+	for startup if the controller is missing.
+
 	* src/net/bootp.c: Rework to use full DHCP protocol.  Previously,
 	once an offer came in, RedBoot was happy, without actually making
 	the address reservation and waiting for the final acknowledgement.