diff options
Diffstat (limited to 'sys/arch/sgi/gio/grtwo.c')
-rw-r--r-- | sys/arch/sgi/gio/grtwo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/gio/grtwo.c b/sys/arch/sgi/gio/grtwo.c index 85858afef19..85065c79453 100644 --- a/sys/arch/sgi/gio/grtwo.c +++ b/sys/arch/sgi/gio/grtwo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grtwo.c,v 1.12 2015/09/08 10:21:50 deraadt Exp $ */ +/* $OpenBSD: grtwo.c,v 1.13 2017/01/15 20:22:33 fcambus Exp $ */ /* $NetBSD: grtwo.c,v 1.11 2009/11/22 19:09:15 mbalmer Exp $ */ /* @@ -424,7 +424,7 @@ grtwo_attach(struct device *parent, struct device *self, void *aux) dc->dc_sc = sc; printf(", revision %d, monitor sense %d\n", dc->boardrev, dc->monitor); - printf("%s: %dx%d %d-bit frame buffer\n", + printf("%s: %dx%d, %dbpp\n", self->dv_xname, GRTWO_WIDTH, GRTWO_HEIGHT, dc->depth); sc->sc_scrlist[0] = &dc->dc_wsd; |