msrtool: Add comment with DirectIO URL to the code where it is used.
authorPeter Stuge <peter@stuge.se>
Mon, 16 Nov 2009 17:29:22 +0000 (17:29 +0000)
committerPeter Stuge <peter@stuge.se>
Mon, 16 Nov 2009 17:29:22 +0000 (17:29 +0000)
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4945 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/msrtool/darwin.c

index dc0c3d6cee7f069f4ed719196027f933041bf824..4d8ad2e04f065ef4a10bc40b70f9996eba7fa1b6 100644 (file)
 
 #include "msrtool.h"
 
+/* This Darwin support requires DirectIO, which is available at
+ * http://www.coresystems.de/en/directio
+ */
+
 int darwin_probe(const struct sysdef *system)
 {
 #ifdef __DARWIN__