diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-12 19:37:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-12 19:37:34 +0000 |
commit | e32eb83ef7db72d9e8e35710c2049b1d43f130b1 (patch) | |
tree | 83a8235d923eac8b123fb435c1371ffaf6a67ea3 /sys/arch | |
parent | e0c6dd2f92e711624c743fbbcac35854b2b69faa (diff) |
use new display types
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/dev/creator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/creator.c b/sys/arch/sparc64/dev/creator.c index 1a3d0bb96bb..26f24f8a41c 100644 --- a/sys/arch/sparc64/dev/creator.c +++ b/sys/arch/sparc64/dev/creator.c @@ -1,4 +1,4 @@ -/* $OpenBSD: creator.c,v 1.23 2003/03/27 18:17:58 jason Exp $ */ +/* $OpenBSD: creator.c,v 1.24 2003/05/12 19:37:33 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -223,7 +223,7 @@ creator_ioctl(v, cmd, data, flags, p) switch (cmd) { case WSDISPLAYIO_GTYPE: - *(u_int *)data = WSDISPLAY_TYPE_SUN24; + *(u_int *)data = WSDISPLAY_TYPE_SUNFFB; break; case WSDISPLAYIO_SMODE: sc->sc_mode = *(u_int *)data; |