From: Alan Cox Date: Thu, 3 Aug 2017 10:59:46 +0000 (+0100) Subject: devio: remove FIXME X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=462194b23de017dd337bb8c3dbc1d36f8d7d84de;p=FUZIX.git devio: remove FIXME We taught the linker to do this --- diff --git a/Kernel/devio.c b/Kernel/devio.c index 3e4b506d..4bfc9855 100644 --- a/Kernel/devio.c +++ b/Kernel/devio.c @@ -231,10 +231,6 @@ udata.u_base should be consulted instead. Any device other than a disk will have only raw access. **********************************************************************/ -/* FIXME: To do banking without true 'far' pointers we need to figure - out some scheme to do a bank call here - do we need a dev_tab bank - entry perhaps ? */ - static void bdsetup(bufptr bp) { udata.u_buf = bp;