Don't 'autodetect' ATA PIO32 mode - use compile def instead.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 28 Feb 2009 02:23:01 +0000 (21:23 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 28 Feb 2009 02:23:01 +0000 (21:23 -0500)
commit32945af3f271506d49e17ab0709abfeaec309c79
tree33aadcfac65c6e62837058775d16806ddfb371a1
parentd626e557f062a977d5fce363da7512fdeb5e590d
Don't 'autodetect' ATA PIO32 mode - use compile def instead.

The PIO32 detection appears to use a hack built for emulators.  It
    wont work on real hardware.
Implement with a compile time define instead.
This also improves the quality of the compiled code.
src/ata.c
src/config.h
src/disk.c
src/disk.h