diff options
Diffstat (limited to 'sys/arch/sparc/dev/cgthree.c')
-rw-r--r-- | sys/arch/sparc/dev/cgthree.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/sparc/dev/cgthree.c b/sys/arch/sparc/dev/cgthree.c index e6c409338aa..30090a0d7a3 100644 --- a/sys/arch/sparc/dev/cgthree.c +++ b/sys/arch/sparc/dev/cgthree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgthree.c,v 1.21 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: cgthree.c,v 1.22 2003/06/06 19:42:47 miod Exp $ */ /* $NetBSD: cgthree.c,v 1.33 1997/05/24 20:16:11 pk Exp $ */ /* @@ -198,11 +198,6 @@ cgthreematch(parent, vcf, aux) struct confargs *ca = aux; struct romaux *ra = &ca->ca_ra; - /* - * Mask out invalid flags from the user. - */ - cf->cf_flags &= FB_USERMASK; - if (strcmp(cf->cf_driver->cd_name, ra->ra_name) && strcmp("cgRDI", ra->ra_name)) return (0); @@ -230,8 +225,6 @@ cgthreeattach(parent, self, args) int isconsole = 0, sbus = 1; char *nam = NULL; - sc->sc_sunfb.sf_flags = self->dv_cfdata->cf_flags; - switch (ca->ca_bustype) { case BUS_OBIO: if (CPU_ISSUN4M) { /* 4m has framebuffer on obio */ |