diff options
Diffstat (limited to 'sys/dev/sbus/agten.c')
-rw-r--r-- | sys/dev/sbus/agten.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/sbus/agten.c b/sys/dev/sbus/agten.c index 9692977cd7e..2db079e7a6b 100644 --- a/sys/dev/sbus/agten.c +++ b/sys/dev/sbus/agten.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agten.c,v 1.4 2005/03/07 16:44:52 miod Exp $ */ +/* $OpenBSD: agten.c,v 1.5 2006/06/02 20:00:56 miod Exp $ */ /* * Copyright (c) 2002, 2003, Miodrag Vallat. * All rights reserved. @@ -92,7 +92,6 @@ struct agten_cmap { /* per-display variables */ struct agten_softc { struct sunfb sc_sunfb; /* common base part */ - struct sbusdev sc_sd; /* sbus device */ bus_space_tag_t sc_bustag; bus_addr_t sc_paddr; @@ -232,8 +231,6 @@ agtenattach(struct device *parent, struct device *self, void *args) fbwscons_console_init(&sc->sc_sunfb, -1); } - sbus_establish(&sc->sc_sd, &sc->sc_sunfb.sf_dev); - fbwscons_attach(&sc->sc_sunfb, &agten_accessops, isconsole); } |