dos: always try the FAT32-aware direct I/O calls first
authorH. Peter Anvin <hpa@zytor.com>
Thu, 12 Nov 2009 00:05:34 +0000 (16:05 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 12 Nov 2009 00:05:34 +0000 (16:05 -0800)
commite5a014f403aabb9400f309a0bef08288d6421107
tree29d136a9460b22fe9fc4f1e6cf8c076ac4a9f934
parente79ba125c9c8eb3816d164d86b5264b21868f7af
dos: always try the FAT32-aware direct I/O calls first

Always try the FAT32-aware direct I/O calls before trying the legacy
raw I/O calls.  The reason for doing this is that the FAT32 stuff may
be implemented as an add-on.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
dos/syslinux.c