diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-06 13:04:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-06 13:04:34 +0000 |
commit | ff1ab5ff2068034439bc0c422b5eef88f61d9a39 (patch) | |
tree | c66a959bdb4c9e5ce048a14d052204e7625cf0f2 /sys/dev/wsfont | |
parent | 06657fb3267c92e8abdb21f118cbd6b4ac3273f6 (diff) |
Switch luna88k from rcons to rasops. Tested by aoyama@
Diffstat (limited to 'sys/dev/wsfont')
-rw-r--r-- | sys/dev/wsfont/wsfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c index b57399f9d56..f2f99947274 100644 --- a/sys/dev/wsfont/wsfont.c +++ b/sys/dev/wsfont/wsfont.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.c,v 1.18 2006/08/02 20:10:21 miod Exp $ */ +/* $OpenBSD: wsfont.c,v 1.19 2006/08/06 13:04:33 miod Exp $ */ /* $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $ */ /*- @@ -109,7 +109,7 @@ #define HAVE_FONT 1 #define FONT_BOLD8x16_ISO1 -#if defined(__sparc__) || defined(__sparc64__) || !defined(SMALL_KERNEL) +#if defined(__sparc__) || defined(__sparc64__) || defined(luna88k) || !defined(SMALL_KERNEL) #define FONT_GALLANT12x22 #endif |