From b2e24c106bab5bcd58f607e805b42409d90da7d2 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 21 Dec 2014 20:16:49 +0000 Subject: [PATCH] trs80: WD1010 driver FIXME is obsolete --- Kernel/platform-trs80/devhd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/platform-trs80/devhd.c b/Kernel/platform-trs80/devhd.c index 646ec8e5..b1868008 100644 --- a/Kernel/platform-trs80/devhd.c +++ b/Kernel/platform-trs80/devhd.c @@ -62,7 +62,6 @@ static uint8_t hd_waitdrq(void) return st; } -/* FIXME: move this to asm in _COMMONMEM and support banks and swap */ static uint8_t hd_xfer(bool is_read, uint16_t addr) { /* Error ? */ -- 2.34.1