trs80m1: update floppy FIXME list, grow cmd table a byte for size
authorAlan Cox <alan@linux.intel.com>
Sun, 10 Jun 2018 20:09:35 +0000 (21:09 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 10 Jun 2018 20:09:35 +0000 (21:09 +0100)
We don't yet support different sizes but it will be needed

Kernel/platform-trs80m1/floppy.s

index c9aca35..f7fd42c 100644 (file)
@@ -6,9 +6,7 @@
 ;      FIXME: tandy doubler
 ;      FIXME: correct step rates (per drive ?)
 ;      FIXME: precompensation ??
-;      FIXME: support speed setting (turbo cards) out 254,0 / 1 if present
-;              (but how to tell ??)
-;      FIXME: do we want to support switching between M1 and M3 ?
+;      FIXME: 512 byte sector support
 ;
        .globl _fd_reset
        .globl _fd_operation
@@ -449,4 +447,4 @@ _fd_selected:
 _fd_tab:
        .db     0xFF, 0xFF, 0xFF, 0xFF
 _fd_cmd:
-       .ds     6
+       .ds     7