From 006127d210bd07a1a6b0ecb85dc587dc7b7131c2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 26 Aug 2018 16:10:19 +0100 Subject: [PATCH] sbcv2: clarify why we have turned off HD FD --- Kernel/platform-sbcv2/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-sbcv2/config.h b/Kernel/platform-sbcv2/config.h index 0e3a5c20..db467844 100644 --- a/Kernel/platform-sbcv2/config.h +++ b/Kernel/platform-sbcv2/config.h @@ -24,7 +24,8 @@ /* PPIDE is present */ #define CONFIG_IDE #define CONFIG_PPIDE -/* Floppy controller does not do high density */ +/* Floppy controller does not do high density. Well it does but we can't keep + up at 4MHz so default to 720K media for now */ #define CONFIG_FLOPPY_NOHD #define CONFIG_DYNAMIC_BUFPOOL -- 2.34.1