From 62eabea0848c45ae35ca2fffb03bc13489b09df5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 21 Aug 2018 00:03:56 +0100 Subject: [PATCH] atom: remove dead comment --- Kernel/platform-sam/atom.s | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 -- 2.34.1