Module Name: src
Committed By: macallan
Date: Thu May 19 04:43:45 UTC 2011
Modified Files:
src/sys/arch/sparc64/dev: ffb.c
Log Message:
remove obsolete comment - putchar() does in fact use the blitter now
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sparc64/dev/ffb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/dev/ffb.c
diff -u src/sys/arch/sparc64/dev/ffb.c:1.41 src/sys/arch/sparc64/dev/ffb.c:1.42
--- src/sys/arch/sparc64/dev/ffb.c:1.41 Mon May 9 09:06:28 2011
+++ src/sys/arch/sparc64/dev/ffb.c Thu May 19 04:43:45 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: ffb.c,v 1.41 2011/05/09 09:06:28 jdc Exp $ */
+/* $NetBSD: ffb.c,v 1.42 2011/05/19 04:43:45 macallan Exp $ */
/* $OpenBSD: creator.c,v 1.20 2002/07/30 19:48:15 jason Exp $ */
/*
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffb.c,v 1.41 2011/05/09 09:06:28 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffb.c,v 1.42 2011/05/19 04:43:45 macallan Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -991,11 +991,6 @@
struct wsdisplay_font *font = PICK_FONT(ri, c);
struct ffb_softc *sc = scr->scr_cookie;
- /*
- * font operations don't use the blitter so we have to wait here
- * in case we were scrolling
- */
-
if (sc->sc_mode == WSDISPLAYIO_MODE_EMUL) {
void *data;
uint32_t fg, bg;