floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops.
commit9ba374ce1d864b7a50f3657e6b06e7b2d1ec2934
authorKevin O'Connor <kevin@koconnor.net>
Sat, 2 Mar 2013 23:37:04 +0000 (2 18:37 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 3 Mar 2013 20:45:01 +0000 (3 15:45 -0500)
treeb54a0ad015dfff32d1d323459ac751040c4d00a0
parent3e641f2ff66b9fa8545774a0a24cf22cca0fb58b
floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops.

Populate a struct for the PIO operations and move the PIO manipulation
done in floppy_cmd() to floppy_pio().

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/floppy.c