diff options
-rw-r--r-- | mdk-stage1/probing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index cfb9bae69..123d42c4e 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -366,7 +366,7 @@ static void find_media(enum media_bus bus) log_message("looking for ide media"); strcpy(b, "/proc/ide/hd"); - for (b[12] = 'a'; b[12] <= 'h'; b[12]++) { + for (b[12] = 'a'; b[12] <= 't'; b[12]++) { int i; char ide_disk[] = "disk"; char ide_cdrom[] = "cdrom"; |