summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgtwelve.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-06-06 19:42:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-06-06 19:42:48 +0000
commita02c11d1c0cebd6695820e5f7bd3fa4fb14853a8 (patch)
treeed72d08517228da09cdf17d3e76c399cf516d352 /sys/arch/sparc/dev/cgtwelve.c
parent1ab248eebcfed5ce85b3cbefe4593992c798cb8d (diff)
Do not bother taking care of the frame buffer flags in the softc, if the
driver does not use any. Basically this changes all drivers but those that can handle a P4 card.
Diffstat (limited to 'sys/arch/sparc/dev/cgtwelve.c')
-rw-r--r--sys/arch/sparc/dev/cgtwelve.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgtwelve.c b/sys/arch/sparc/dev/cgtwelve.c
index ecf0a6a3153..58932b97b56 100644
--- a/sys/arch/sparc/dev/cgtwelve.c
+++ b/sys/arch/sparc/dev/cgtwelve.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgtwelve.c,v 1.7 2003/05/12 20:18:39 jason Exp $ */
+/* $OpenBSD: cgtwelve.c,v 1.8 2003/06/06 19:42:47 miod Exp $ */
/*
* Copyright (c) 2002, 2003 Miodrag Vallat. All rights reserved.
@@ -173,7 +173,6 @@ cgtwelveattach(parent, self, args)
int isconsole = 0;
char *ps;
- sc->sc_sunfb.sf_flags = self->dv_cfdata->cf_flags & FB_USERMASK;
node = ca->ca_ra.ra_node;
printf(": %s", getpropstring(node, "model"));