summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/zx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/zx.c')
-rw-r--r--sys/arch/sparc/dev/zx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zx.c b/sys/arch/sparc/dev/zx.c
index 6395d0f08b6..93e19d9d22b 100644
--- a/sys/arch/sparc/dev/zx.c
+++ b/sys/arch/sparc/dev/zx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zx.c,v 1.20 2008/06/26 05:42:13 ray Exp $ */
+/* $OpenBSD: zx.c,v 1.21 2008/12/25 23:56:29 miod Exp $ */
/* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */
/*
@@ -304,7 +304,7 @@ zx_ioctl(void *dev, u_long cmd, caddr_t data, int flags, struct proc *p)
*/
switch (cmd) {
case WSDISPLAYIO_GTYPE:
- *(u_int *)data = WSDISPLAY_TYPE_SUN24;
+ *(u_int *)data = WSDISPLAY_TYPE_SUNLEO;
break;
case WSDISPLAYIO_GINFO:
wdf = (struct wsdisplay_fbinfo *)data;