summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/bwtwo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sbus/bwtwo.c')
-rw-r--r--sys/dev/sbus/bwtwo.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sbus/bwtwo.c b/sys/dev/sbus/bwtwo.c
index 70d4843318c..aabb84901e2 100644
--- a/sys/dev/sbus/bwtwo.c
+++ b/sys/dev/sbus/bwtwo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwtwo.c,v 1.15 2005/03/15 18:40:16 miod Exp $ */
+/* $OpenBSD: bwtwo.c,v 1.16 2006/06/02 20:00:56 miod Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -97,7 +97,6 @@
struct bwtwo_softc {
struct sunfb sc_sunfb;
- struct sbusdev sc_sd;
bus_space_tag_t sc_bustag;
bus_addr_t sc_paddr;
bus_space_handle_t sc_ctrl_regs;
@@ -195,8 +194,6 @@ bwtwoattach(parent, self, aux)
console = bwtwo_is_console(node);
- sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev);
-
bwtwo_burner(sc, 1, 0);
printf(", %dx%d\n", sc->sc_sunfb.sf_width, sc->sc_sunfb.sf_height);