From: Alan Cox Date: Tue, 6 Jan 2015 12:22:16 +0000 (+0000) Subject: devhd: TRS80 devhd swap was done, remove comment about it X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ef4dc461cea724f3eb46b63c04ab614b15cfeb8a;p=FUZIX.git devhd: TRS80 devhd swap was done, remove comment about it --- diff --git a/Kernel/platform-trs80/devhd.c b/Kernel/platform-trs80/devhd.c index aa9c1966..48a8aaa2 100644 --- a/Kernel/platform-trs80/devhd.c +++ b/Kernel/platform-trs80/devhd.c @@ -77,11 +77,6 @@ static uint8_t hd_xfer(bool is_read, uint16_t addr) return hd_status; } -/* - * We only support normal block I/O for the moment. We do need to - * add swapping! - */ - static int hd_transfer(uint8_t minor, bool is_read, uint8_t rawflag) { blkno_t block;