summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/NEWS1
-rw-r--r--mdk-stage1/tools.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index 8b63276bf..7d6abe482 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,6 +1,5 @@
- add ide-disk
- load ide-disk when detecting disks (ide is now modularized...)
-- load ide-floppy when detecting floppies
1.9:
- ide is now modularized
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c
index 828b23f69..4a3f0c067 100644
--- a/mdk-stage1/tools.c
+++ b/mdk-stage1/tools.c
@@ -311,7 +311,6 @@ char * floppy_device(void)
{
char ** names, ** models;
int fd;
- my_insmod("ide-floppy", ANY_DRIVER_TYPE, NULL, 0);
my_insmod("floppy", ANY_DRIVER_TYPE, NULL, 0);
fd = open("/dev/fd0", O_RDONLY|O_NONBLOCK);
if (fd != -1) {