diff options
| author | martin <martin@NetBSD.org> | 2005-03-03 16:01:37 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-03-03 16:01:37 +0000 |
| commit | 585285c6fea2cf544009de7bbcefc9da46bc415c (patch) | |
| tree | 997268cb0a6cdea0517b983fc757fd79d9c7270d /sys/dev | |
| parent | b402d198516cb5eec90415594c35bf66a42153f2 (diff) | |
Fix a conditional: sparc's will use the raster ops via RASTERCONSOL
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sun/cgsix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sun/cgsix.c b/sys/dev/sun/cgsix.c index 798dec776c1..72e07ae999d 100644 --- a/sys/dev/sun/cgsix.c +++ b/sys/dev/sun/cgsix.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgsix.c,v 1.20 2005/03/03 12:11:49 martin Exp $ */ +/* $NetBSD: cgsix.c,v 1.21 2005/03/03 16:01:37 martin Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -85,7 +85,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.20 2005/03/03 12:11:49 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.21 2005/03/03 16:01:37 martin Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -292,7 +292,7 @@ int cgsix_use_rasterconsole = 1; /*EMPTY*/; \ } while (0) -#if NWSDISPLAY +#if NWSDISPLAY || defined(RASTERCONSOLE) static void cg6_ras_init(struct cgsix_softc *); static void cg6_ras_copyrows(void *, int, int, int); static void cg6_ras_copycols(void *, int, int, int, int); |
