index
:
~kraxel/seabios
ahci
ahci.2
ahci.3
master
Unnamed repository; edit this file to name it for gitweb.
kraxel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
farptr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-1
/
+1
2009-12-27
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
1
-46
/
+46
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-11
/
+3
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-0
/
+19
2009-08-01
Add Post Memory Manager (PMM) support.
Kevin O'Connor
1
-8
/
+9
2009-07-12
Add u64 cast to READ64_SEG() macro to fix vga compiling.
Kevin O'Connor
1
-1
/
+1
2009-06-30
Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.
Kevin O'Connor
1
-5
/
+6
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
1
-0
/
+8
2009-01-19
Allow GET/SET_SEG asm to access memory or a register.
Kevin O'Connor
1
-2
/
+2
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-46
/
+46
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-2
/
+3
2008-11-08
Rework READx_SEG/WRITEx_SEG macro type detection.
Kevin O'Connor
1
-52
/
+38
2008-07-13
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
1
-1
/
+1
2008-05-14
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
1
-0
/
+19
2008-04-12
Fix asm dependencies on segment based writes.
Kevin O'Connor
1
-6
/
+6
2008-03-30
Avoid using volatile on GET/SET_VAR macros.
Kevin O'Connor
1
-42
/
+54
2008-03-29
Fix bugs in GET/SET_FARPTR macros.
Kevin O'Connor
1
-5
/
+7
2008-03-22
Use "FARPTR" consistently in macros.
Kevin O'Connor
1
-16
/
+16
2008-03-12
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
1
-40
/
+72
2008-03-09
Fix bug in SET_FARVAR.
Kevin O'Connor
1
-1
/
+2
2008-03-09
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
1
-0
/
+27
2008-02-27
Some cleanups based on patch by Nguyen Anh Quynh
Kevin O'Connor
1
-0
/
+4
2008-02-25
Version 0.1.2
Kevin O'Connor
1
-12
/
+34
2008-02-25
Version 0.1.1
Kevin O'Connor
1
-4
/
+24
2008-02-25
Initial checkin.
Kevin O'Connor
1
-0
/
+57