diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 02:12:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 02:12:34 +0000 |
commit | 1787f4b5e0eb62f1ee6d289ad50de82eca3bb331 (patch) | |
tree | 09c102a1d279b4c77ea3c0a0356c9040099a23d6 | |
parent | 20227cc57695bf6978e2cb3215e3dbbf66f729fa (diff) |
Register as the "std" wscons device, not "sun". This is consistent with other
frame buffers, and produces less confusing dmesg output.
-rw-r--r-- | sys/arch/sparc64/dev/vgafb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vgafb.c b/sys/arch/sparc64/dev/vgafb.c index 783c02c7b83..639ce44b34a 100644 --- a/sys/arch/sparc64/dev/vgafb.c +++ b/sys/arch/sparc64/dev/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.29 2002/11/09 22:51:48 miod Exp $ */ +/* $OpenBSD: vgafb.c,v 1.30 2002/12/10 02:12:33 miod Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -82,7 +82,7 @@ struct vgafb_softc { }; struct wsscreen_descr vgafb_stdscreen = { - "sun", + "std", 0, 0, /* will be filled in -- XXX shouldn't, it's global. */ NULL, 0, 0, |