diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-02 20:00:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-02 20:00:57 +0000 |
commit | 8a2c47dc693f0b7d7c87cfab91e1dccefe733901 (patch) | |
tree | d26ab554038c5021bf138a9258249f28a85908b5 /sys/arch/sparc/dev/xboxvar.h | |
parent | d9686ca22229b75ee9f8fcd3b7aba51956453f73 (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.h | 3 |
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? */ |