summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/machfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fb/machfb.c')
-rw-r--r--sys/dev/fb/machfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c
index eb128eb..85674fa 100644
--- a/sys/dev/fb/machfb.c
+++ b/sys/dev/fb/machfb.c
@@ -1113,7 +1113,7 @@ machfb_puts(video_adapter_t *adp, vm_offset_t off, uint16_t *s, int len)
MACHFB_BLANK;
blanks = 0;
}
- (*vidsw[adp->va_index]->putc)(adp, off + i, c, a);
+ vidd_putc(adp, off + i, c, a);
}
}
if (blanks != 0)
OpenPOWER on IntegriCloud