summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgtwelve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/cgtwelve.c')
-rw-r--r--sys/arch/sparc/dev/cgtwelve.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/cgtwelve.c b/sys/arch/sparc/dev/cgtwelve.c
index c641d3cc80b..070877e0d0d 100644
--- a/sys/arch/sparc/dev/cgtwelve.c
+++ b/sys/arch/sparc/dev/cgtwelve.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgtwelve.c,v 1.14 2005/03/23 17:16:34 miod Exp $ */
+/* $OpenBSD: cgtwelve.c,v 1.15 2006/06/02 20:00:54 miod Exp $ */
/*
* Copyright (c) 2002, 2003 Miodrag Vallat. All rights reserved.
@@ -76,7 +76,6 @@
/* per-display variables */
struct cgtwelve_softc {
struct sunfb sc_sunfb; /* common base device */
- struct sbusdev sc_sd; /* sbus device */
struct rom_reg sc_phys;
volatile struct cgtwelve_dpu *sc_dpu;
@@ -202,8 +201,6 @@ cgtwelveattach(struct device *parent, struct device *self, void *args)
shutdownhook_establish(cgtwelve_prom, sc);
}
- sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
-
printf("%s: %dx%d", self->dv_xname,
sc->sc_sunfb.sf_width, sc->sc_sunfb.sf_height);
ps = getpropstring(node, "ucoderev");