Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 19 Jan 2009 20:44:44 +0000 (15:44 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 19 Jan 2009 20:44:44 +0000 (15:44 -0500)
commit35ae726530432c478a0955532e7e6c8b32c4bfef
treec9a6fc65917f572bc272367c9d76a7b9d93cc2ee
parenta9e286d47ff1872b2d992b246f4bb8d2d2d8f498
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.

The term "far pointer" is used in many 16bit specs, and it is
    different from what MAKE_FARPTR creates.  So, use the term "flat
    pointer" in the code to distinguish between the two meanings.
Also, use the suffix "_fl" consistently when working with "flat
    pointers".
16 files changed:
src/ata.c
src/biosvar.h
src/boot.c
src/cdrom.c
src/disk.c
src/disk.h
src/farptr.h
src/floppy.c
src/misc.c
src/optionroms.c
src/pcibios.c
src/post.c
src/resume.c
src/system.c
src/util.c
src/util.h