remove obsolete comment - putchar() does in fact use the blitter now
This commit is contained in:
parent
4b0ec60601
commit
7c67af7a5b
|
@ -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 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue