diff --git a/sys/arch/sparc64/dev/ffb.c b/sys/arch/sparc64/dev/ffb.c index 4f60802a9d6d..deb87a24c1e7 100644 --- a/sys/arch/sparc64/dev/ffb.c +++ b/sys/arch/sparc64/dev/ffb.c @@ -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 -__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 #include @@ -991,11 +991,6 @@ ffb_putchar(void *cookie, int row, int col, u_int c, long attr) 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;