diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-22 21:04:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-22 21:04:52 +0000 |
commit | a451e38437ed6f6c71bb5bc995921b3063ce478f (patch) | |
tree | 0011922f746ded17beb0f1ef74d9eb8a419cba96 /sys | |
parent | faa7a9a189e27f1cdcaa889a8c7d0edac1faa297 (diff) |
Wrap dmesg
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/vsa/lcspx.c | 4 |
1 files 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; |