Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev remove obsolete comment - putchar() doe...
details: https://anonhg.NetBSD.org/src/rev/c16c9d78703d
branches: trunk
changeset: 765097:c16c9d78703d
user: macallan <macallan%NetBSD.org@localhost>
date: Thu May 19 04:43:45 2011 +0000
description:
remove obsolete comment - putchar() does in fact use the blitter now
diffstat:
sys/arch/sparc64/dev/ffb.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 5d2f2b15e183 -r c16c9d78703d sys/arch/sparc64/dev/ffb.c
--- a/sys/arch/sparc64/dev/ffb.c Thu May 19 03:44:19 2011 +0000
+++ b/sys/arch/sparc64/dev/ffb.c Thu May 19 04:43:45 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index