From ef4dc461cea724f3eb46b63c04ab614b15cfeb8a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 6 Jan 2015 12:22:16 +0000 Subject: [PATCH] devhd: TRS80 devhd swap was done, remove comment about it --- Kernel/platform-trs80/devhd.c | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.34.1