summaryrefslogtreecommitdiffstats
path: root/cbtable.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:16:10 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-06 23:16:10 +0000
commite952f3d4500977e3535a62c6bf119eaed9de97da (patch)
tree5da8353549aa36d8e19733514fad9d15e040dea7 /cbtable.c
parente41f67f50df0dce0d801ba6adbf195993c54a383 (diff)
downloadflashrom-e952f3d4500977e3535a62c6bf119eaed9de97da.zip
flashrom-e952f3d4500977e3535a62c6bf119eaed9de97da.tar.gz
The Direct I/O library for Mac OS X is now called DirectHW to make sure people can find it via an internet search
DirectIO was a generic name for a concept and thus not a good distinguisher for a library. Corresponding to flashrom svn r1198. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'cbtable.c')
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbtable.c b/cbtable.c
index 2b02e71..dbb2cff 100644
--- a/cbtable.c
+++ b/cbtable.c
@@ -203,7 +203,7 @@ int coreboot_init(void)
struct lb_record *rec, *last;
#ifdef __DARWIN__
- /* This is a hack. DirectIO fails to map physical address 0x00000000.
+ /* This is a hack. DirectHW fails to map physical address 0x00000000.
* Why?
*/
start = 0x400;
OpenPOWER on IntegriCloud