From 8a2c47dc693f0b7d7c87cfab91e1dccefe733901 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 2 Jun 2006 20:00:57 +0000 Subject: sbus_establish() and the associated linked list in the sbus softc is now only used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits. --- sys/dev/sbus/be.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/sbus/be.c') diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index 3a2f7114daf..c2a3a9dee3c 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.18 2006/03/25 22:41:46 djm Exp $ */ +/* $OpenBSD: be.c,v 1.19 2006/06/02 20:00:56 miod Exp $ */ /* $NetBSD: be.c,v 1.26 2001/03/20 15:39:20 pk Exp $ */ /*- @@ -109,7 +109,6 @@ struct be_softc { struct device sc_dev; - struct sbusdev sc_sd; /* sbus device */ bus_space_tag_t sc_bustag; /* bus & dma tags */ bus_dma_tag_t sc_dmatag; bus_dmamap_t sc_dmamap; -- cgit v1.2.3