From f992c19fcaba3567fb11767ad0b9aaf22459abc2 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 6 Oct 2010 23:16:10 +0000 Subject: Rename Direct I/O library to DirectHW 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 Acked-by: Idwer Vollering --- cbtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cbtable.c') 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; -- cgit v1.1