Add full support for drives with more that 2<<32 sectors.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 14 May 2008 04:43:13 +0000 (00:43 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 14 May 2008 04:43:13 +0000 (00:43 -0400)
commit1bb3b5c25284cb98f40f245f5d621721c6959fe1
tree87898414b768de1b56b43d256491121e01a97947
parent022709521842e8f075c9cf5b070295a25f2b5636
Add full support for drives with more that 2<<32 sectors.

Use 64bit integers for sector and lba values.
src/ata.c
src/ata.h
src/biosvar.h
src/disk.c
src/disk.h
src/farptr.h
src/types.h