From: Alan Cox Date: Mon, 20 Aug 2018 23:03:56 +0000 (+0100) Subject: atom: remove dead comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=62eabea0848c45ae35ca2fffb03bc13489b09df5;p=FUZIX.git atom: remove dead comment --- diff --git a/Kernel/platform-sam/atom.s b/Kernel/platform-sam/atom.s index e343ac57..a2dc0498 100644 --- a/Kernel/platform-sam/atom.s +++ b/Kernel/platform-sam/atom.s @@ -146,6 +146,7 @@ atomlite_reader_fast: inir inir ret + atomlite_writer_fast: ld a,#0x30 out (0xF5),a @@ -167,14 +168,8 @@ ide_w_loop: or e jr nz,ide_w_loop ret -; -; This needs optimizing to use as we know C = 0 - but think about -; the hard case with atom and split transfers. Probably need to -; unroll the loop into two halves, check termination on each and also -; somehow indicate partial transfers. We do know the transfer will be -; a total of 512 bytes so the rule I think is -; if bit 0,c on 1st transfer - it's split word -; + +.globl atomlite_reader ; for debugging work atomlite_reader: ld a,#0x30 out (0xF5),a ; Select data port