• Martin Dalecki's avatar
    [PATCH] 2.5.8 IDE 36 · 87689e36
    Martin Dalecki authored
    - Consolidate ide_choose_drive() and choose_drive() in to one function.
    
    - Remove sector data byteswpapping support. Byte-swapping the data is supported
       on the file-system level where applicable.  Byte-swapped interfaces are
       supported on a lower level anyway. And finally it was used inconsistently.
    
    - Eliminate taskfile_input_data() and taskfile_output_data(). This allowed us
       to split up ideproc and eliminate the ugly action switch as well as the
       corresponding defines.
    
    - Remove tons of unnecessary typedefs from ide.h
    
    - Prepate the PIO read write code for soon overhaul.
    
    - Misc small bits here and there :-).
    87689e36
ide-floppy.c 68.5 KB