Re: [PATCH] m68k: Atari GEMDOS FAT option fix: use correct logical sector size

2009-04-22 Thread Geert Uytterhoeven
On Sun, Apr 19, 2009 at 03:20, Michael Schmitz wrote: > Fix erroneous use of device blocksize instead of logical sector size in > Atari GEMDOS FAT code (GEMDOS uses a 16 bit FAT and a constant 2 logical > sectors per cluster, and modifies the logical sector size to cope with the > limits imposed b

[PATCH] m68k: Atari GEMDOS FAT option fix: use correct logical sector size

2009-04-18 Thread Michael Schmitz
Fix erroneous use of device blocksize instead of logical sector size in Atari GEMDOS FAT code (GEMDOS uses a 16 bit FAT and a constant 2 logical sectors per cluster, and modifies the logical sector size to cope with the limits imposed by the 16 bit FAT). The bug was probably introduced by me whe