summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2008-04-09 22:44:29 +0000
committerXavier Bachelot <xavier@bachelot.org>2008-04-09 22:44:29 +0000
commit39a9b8240c35defa50f27c799df6d55b35702ada (patch)
treedcf61bc8f859e0eb714ce1eddc364823bc7c3846
parent875a15a988e73646e0a14f6a8660fb1f0dea062d (diff)
print driver version in the libpciaccess path
-rw-r--r--src/via_driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index 5bd437178011..79b833dca55c 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -600,6 +600,9 @@ via_pci_probe(DriverPtr driver, int entity_num,
"VIA Technologies does not support this driver in any way.\n");
xf86Msg(X_NOTICE,
"For support, please refer to http://www.openchrome.org/.\n");
+#ifdef BUILDCOMMENT
+ xf86Msg(X_NOTICE, BUILDCOMMENT"\n");
+#endif
}
return scrn != NULL;
}