grml...
[seabios.git] / src / farptr.h
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorOnly add "addr32" to memory accesses that require them.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-12 Kevin O'ConnorAdd u64 cast to READ64_SEG() macro to fix vga compiling.
2009-07-01 Kevin O'ConnorRework READ64_SEG macro to prevent spurious warning...
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-01-19 Kevin O'ConnorAllow GET/SET_SEG asm to access memory or a register.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-01 Kevin O'ConnorSwitch to new stack when calling ATA function in 16bit...
2008-11-08 Kevin O'ConnorRework READx_SEG/WRITEx_SEG macro type detection.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-04-12 Kevin O'ConnorFix asm dependencies on segment based writes.
2008-03-31 Kevin O'ConnorAvoid using volatile on GET/SET_VAR macros.
2008-03-29 Kevin O'ConnorFix bugs in GET/SET_FARPTR macros.
2008-03-23 Kevin O'ConnorUse "FARPTR" consistently in macros.
2008-03-13 Kevin O'ConnorUse 32bit absolute pointers for buffers in ATA code.
2008-03-09 Kevin O'ConnorFix bug in SET_FARVAR.
2008-03-09 Kevin O'ConnorOptimize insb/outsb/insw/etc. functions.
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.