Use LBA disk access methods always; don't use CHS methods.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 13 Mar 2008 23:09:49 +0000 (19:09 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 13 Mar 2008 23:09:49 +0000 (19:09 -0400)
commit049d5a237dcc05431829e2afe2bb8fb46cfb33b0
tree7c73221bd3a6ccd538e440f34972551511c4d7c8
parent2018eff2cf3f4caced677a7c3bc0b0b9af5bc8d7
Use LBA disk access methods always; don't use CHS methods.

Using CHS is dependent on the drive type, not the request type.  So,
old code was not correct.  It is simpler to just always use LBA.
src/ata.c
src/ata.h
src/disk.c