diff options
| author | 2003-05-12 19:37:33 +0000 | |
|---|---|---|
| committer | 2003-05-12 19:37:33 +0000 | |
| commit | 39bd4da88a27995ece2e7f379136e8a3025a24c5 (patch) | |
| tree | 1b5d71399ad791c7e812b8e43fa3805790bead1d /sys/arch/sparc64/dev/creator.c | |
| parent | Sync to 0.6.2 (diff) | |
| download | wireguard-openbsd-39bd4da88a27995ece2e7f379136e8a3025a24c5.tar.xz wireguard-openbsd-39bd4da88a27995ece2e7f379136e8a3025a24c5.zip | |
use new display types
Diffstat (limited to 'sys/arch/sparc64/dev/creator.c')
| -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; |
