* util/deviceiter.c (grub_util_iterate_devices): Increase max drive
count to 16 for CCISS and IDA.
+2009-05-02 Robert Millan <rmh.grub@aybabtu.com>
+
+ * util/deviceiter.c (grub_util_iterate_devices): Increase max drive
+ count to 16 for CCISS and IDA.
+
2009-05-02 Robert Millan <rmh.grub@aybabtu.com>
* normal/menu_text.c (grub_wait_after_message): Print a newline
for (controller = 0; controller < 3; controller++)
{
- for (drive = 0; drive < 10; drive++)
+ for (drive = 0; drive < 16; drive++)
{
char name[24];
for (controller = 0; controller < 3; controller++)
{
- for (drive = 0; drive < 10; drive++)
+ for (drive = 0; drive < 16; drive++)
{
char name[24];