summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/bevar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-06-02 20:00:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-06-02 20:00:57 +0000
commit8a2c47dc693f0b7d7c87cfab91e1dccefe733901 (patch)
treed26ab554038c5021bf138a9258249f28a85908b5 /sys/arch/sparc/dev/bevar.h
parentd9686ca22229b75ee9f8fcd3b7aba51956453f73 (diff)
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.
Diffstat (limited to 'sys/arch/sparc/dev/bevar.h')
-rw-r--r--sys/arch/sparc/dev/bevar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/bevar.h b/sys/arch/sparc/dev/bevar.h
index 57db9ed6235..e12e244f290 100644
--- a/sys/arch/sparc/dev/bevar.h
+++ b/sys/arch/sparc/dev/bevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bevar.h,v 1.13 2003/06/02 18:40:59 jason Exp $ */
+/* $OpenBSD: bevar.h,v 1.14 2006/06/02 20:00:54 miod Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt and Jason L. Wright.
@@ -27,7 +27,6 @@
struct besoftc {
struct device sc_dev;
- struct sbusdev sc_sd; /* sbus device */
struct intrhand sc_ih; /* interrupt vectoring */
struct arpcom sc_arpcom; /* ethernet common */
struct ifmedia sc_ifmedia; /* interface media */