Displaying 2 results from an estimated 2 matches for "04d5deb".
2011 Jan 03
1
[PATCH] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
---
doc/comboot.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/comboot.txt b/doc/comboot.txt
index 4b4b880..04d5deb 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
++++ 32-BIT ONLY API CALLS ++++
-void *pm_cs->lmalloc(size_t bytes)
+void *cs_pm->lmalloc(size_t bytes)
Allocate a buffer in low memory (below 1 MB).
-v...
2011 Feb 16
1
[PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
---
doc/comboot.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/comboot.txt b/doc/comboot.txt
index 4b4b880..04d5deb 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
++++ 32-BIT ONLY API CALLS ++++
-void *pm_cs->lmalloc(size_t bytes)
+void *cs_pm->lmalloc(size_t bytes)
Allocate a buffer in low memory (below 1 MB).
-v...