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.
3 files changed
tree: 7c73221bd3a6ccd538e440f34972551511c4d7c8
  1. src/
  2. tools/
  3. .gitignore
  4. COPYING
  5. Makefile
  6. README
  7. TODO