trs80: update model 1 floppy comments
authorAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 14:30:14 +0000 (15:30 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 14:30:14 +0000 (15:30 +0100)
Kernel/platform-trs80m1/floppy.s

index a40b6a9..b010a96 100644 (file)
@@ -6,7 +6,9 @@
 ;      FIXME: tandy doubler
 ;      FIXME: correct step rates (per drive ?)
 ;      FIXME: precompensation ??
-;      FIXME: support speed setting (turbo cards)
+;      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 ?
 ;
        .globl _fd_reset
        .globl _fd_operation
@@ -59,7 +61,7 @@ T_SET_PRECOMP .equ    0xE0
 ;
 
 ;
-;      interrupt register reports 0x80 for interrut, 0x40 for drq
+;      interrupt register reports 0x80 for interrupt, 0x40 for drq
 ;      (0x20 is the unrelated reset button)
 ;