summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-28 21:06:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-28 21:06:01 +0000
commit4b4b84020b83a67e01bd1ebe5b3ea456197b3e06 (patch)
treeb99a5a7bfc538bd064dce196d5495de969a0c21c /sys/arch
parentd9595a402ff35c39fd8688284046a96c73e4776e (diff)
Better dmesg
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/vsa/smg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/smg.c b/sys/arch/vax/vsa/smg.c
index a9d8a92325a..c1468ce410d 100644
--- a/sys/arch/vax/vsa/smg.c
+++ b/sys/arch/vax/vsa/smg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smg.c,v 1.10 2006/07/23 19:17:23 miod Exp $ */
+/* $OpenBSD: smg.c,v 1.11 2006/07/28 21:06:00 miod Exp $ */
/* $NetBSD: smg.c,v 1.21 2000/03/23 06:46:44 thorpej Exp $ */
/*
* Copyright (c) 2006, Miodrag Vallat
@@ -259,7 +259,8 @@ smg_attach(struct device *parent, struct device *self, void *aux)
}
sc->sc_scr = scr;
- printf("\n");
+ printf("\n%s: %dx%d on-board monochrome framebuffer\n",
+ self->dv_xname, SM_XWIDTH, SM_YWIDTH);
aa.console = console;
aa.scrdata = &smg_screenlist;