Am 15.01.2012 08:51, schrieb Hervé Poussineau: > Floppies must be read at a specific transfer rate, depending of its own > format. > Update floppy description table to include required transfer rate. > > Signed-off-by: Hervé Poussineau <hpous...@reactos.org> > --- > block.c | 74 ++++++++++++++++++++++++++++++++----------------------------- > block.h | 10 +++++++- > hw/fdc.c | 3 +- > hw/pc.c | 3 +-
Meh. Having any floppy-specific logic in the block layer is wrong. We need to finally get this moved into fdc.c. Kevin