summaryrefslogtreecommitdiffstats
path: root/util/msrtool
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2009-11-16 17:29:22 +0000
committerPeter Stuge <peter@stuge.se>2009-11-16 17:29:22 +0000
commit34b876cfe1a53b251a5d8c3f1e1ba239964a7b2a (patch)
treeb1a4a4c2b8111dbdf25cd18d4bb76f97e4f32e4b /util/msrtool
parentcafac66d16324eeaf21de93376ad19430e44e613 (diff)
downloadcoreboot-staging-34b876cfe1a53b251a5d8c3f1e1ba239964a7b2a.zip
coreboot-staging-34b876cfe1a53b251a5d8c3f1e1ba239964a7b2a.tar.gz
msrtool: Add comment with DirectIO URL to the code where it is used.
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
Diffstat (limited to 'util/msrtool')
-rw-r--r--util/msrtool/darwin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/msrtool/darwin.c b/util/msrtool/darwin.c
index dc0c3d6..4d8ad2e 100644
--- a/util/msrtool/darwin.c
+++ b/util/msrtool/darwin.c
@@ -26,6 +26,10 @@
#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__
OpenPOWER on IntegriCloud