From b25d582696280eca57ed54a4fb5d4138137f3da2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 28 Feb 2019 21:37:08 +0000 Subject: [PATCH] zx+3: oops turn the floppy off when idle --- Kernel/platform-zx+3/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-zx+3/main.c b/Kernel/platform-zx+3/main.c index 997812c6..8771ccca 100644 --- a/Kernel/platform-zx+3/main.c +++ b/Kernel/platform-zx+3/main.c @@ -27,6 +27,7 @@ void platform_interrupt(void) poll_input(); if (timer_wait) wakeup(&timer_interrupt); + devfd_spindown(); } /* -- 2.34.1