From 34b876cfe1a53b251a5d8c3f1e1ba239964a7b2a Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Mon, 16 Nov 2009 17:29:22 +0000 Subject: msrtool: Add comment with DirectIO URL to the code where it is used. Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4945 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/msrtool/darwin.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/msrtool/darwin.c b/util/msrtool/darwin.c index dc0c3d6cee..4d8ad2e04f 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__ -- cgit v1.2.3