From a451e38437ed6f6c71bb5bc995921b3063ce478f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 22 Aug 2006 21:04:52 +0000 Subject: Wrap dmesg --- sys/arch/vax/vsa/lcspx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/vax/vsa/lcspx.c b/sys/arch/vax/vsa/lcspx.c index a48bd2e682c..7fb1131db8e 100644 --- a/sys/arch/vax/vsa/lcspx.c +++ b/sys/arch/vax/vsa/lcspx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lcspx.c,v 1.6 2006/08/15 20:26:30 miod Exp $ */ +/* $OpenBSD: lcspx.c,v 1.7 2006/08/22 21:04:51 miod Exp $ */ /* * Copyright (c) 2006 Miodrag Vallat. * @@ -227,7 +227,7 @@ lcspx_attach(struct device *parent, struct device *self, void *aux) } sc->sc_scr = ss; - printf(": 1280x1024x8 frame buffer\n"); + printf("\n%s: 1280x1024x8 frame buffer\n", self->dv_xname); aa.console = console; aa.scrdata = &lcspx_screenlist; -- cgit v1.2.3