diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-05-05 06:45:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-05-05 06:45:10 +0000 |
| commit | ed7b35c79d0c458dbe5f48f78ce71c71170893cb (patch) | |
| tree | d32319dcc8006e28e94e700ab546bd6df609122a /sys/dev/buslogic | |
| parent | 2ba7a95271fe5fa9c43b24c4cc94b764e7575a8b (diff) | |
Notes
Diffstat (limited to 'sys/dev/buslogic')
| -rw-r--r-- | sys/dev/buslogic/bt.c | 4 | ||||
| -rw-r--r-- | sys/dev/buslogic/btreg.h | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index ee9bd45c2bc4..343ad912c3cc 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt.c,v 1.17 1999/04/18 19:03:50 peter Exp $ + * $Id: bt.c,v 1.18 1999/04/23 23:28:19 gibbs Exp $ */ /* @@ -80,8 +80,6 @@ #define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif -struct bt_softc *bt_softcs[NBT]; - /* MailBox Management functions */ static __inline void btnextinbox(struct bt_softc *bt); static __inline void btnextoutbox(struct bt_softc *bt); diff --git a/sys/dev/buslogic/btreg.h b/sys/dev/buslogic/btreg.h index 9567f540c2e9..00660e0ce81a 100644 --- a/sys/dev/buslogic/btreg.h +++ b/sys/dev/buslogic/btreg.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: btreg.h,v 1.6 1999/04/18 15:50:33 peter Exp $ + * $Id: btreg.h,v 1.7 1999/04/23 23:28:20 gibbs Exp $ */ #ifndef _BTREG_H_ @@ -664,7 +664,6 @@ struct bt_softc { char model[5]; }; -extern struct bt_softc *bt_softcs[]; /* XXX Config should handle this */ extern u_long bt_unit; #define BT_TEMP_UNIT 0xFF /* Unit for probes */ |
