summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:14 +0000
committerAdam Jackson <ajax@nwnk.net>2004-08-16 09:13:14 +0000
commita1b008b69196fc7a3c67a6468da6d216d9e4d5c0 (patch)
treec9ddfdbce5333540fba392c1503de0c7b9439ce6
parent018977454204ceb8bcd9b89d699ea4913d526e79 (diff)
list, so the loader knows not to complain about unresolved symbols when an optional module isn't loaded. This typically manifests as warnings about fbdevHW symbols when the user isn't using the framebuffer console.
-rw-r--r--src/s3v_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s3v_driver.c b/src/s3v_driver.c
index a1be65c..991982e 100644
--- a/src/s3v_driver.c
+++ b/src/s3v_driver.c
@@ -274,6 +274,7 @@ static const char *vgahwSymbols[] = {
"vgaHWSetMmioFuncs",
"vgaHWSetStdFuncs",
"vgaHWUnmapMem",
+ "vgaHWddc1SetSpeedWeak",
/* not used by ViRGE (at the moment :( ) */
/*
"vgaHWUnlock",