summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/xboxvar.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/xboxvar.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/xboxvar.h')
-rw-r--r--sys/arch/sparc/dev/xboxvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/xboxvar.h b/sys/arch/sparc/dev/xboxvar.h
index 28c9b0de7b5..ae318bc2d1a 100644
--- a/sys/arch/sparc/dev/xboxvar.h
+++ b/sys/arch/sparc/dev/xboxvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: xboxvar.h,v 1.2 2003/06/02 18:40:59 jason Exp $ */
+/* $OpenBSD: xboxvar.h,v 1.3 2006/06/02 20:00:54 miod Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -28,7 +28,6 @@
struct xbox_softc {
struct device sc_dv; /* base device */
- struct sbusdev sc_sd; /* sbus device */
u_int32_t sc_key; /* device key */
int sc_node; /* sbus node */
int sc_attached; /* has sbus attached? */