diff options
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/sb_isapnp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/sb_isapnp.c b/sys/dev/isa/sb_isapnp.c index e291d94e89f..4a28bce804f 100644 --- a/sys/dev/isa/sb_isapnp.c +++ b/sys/dev/isa/sb_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sb_isapnp.c,v 1.7 1999/01/02 17:48:31 niklas Exp $ */ +/* $OpenBSD: sb_isapnp.c,v 1.8 1999/01/02 22:01:27 niklas Exp $ */ /* $NetBSD: sb_isa.c,v 1.3 1997/03/20 11:03:11 mycroft Exp $ */ /* @@ -89,7 +89,6 @@ sb_isapnp_attach(parent, self, aux) { struct sbdsp_softc *sc = (struct sbdsp_softc *) self; struct isa_attach_args *ia = aux; - int i; sc->sc_iot = ia->ia_iot; sc->sc_irq = ia->ipa_irq[0].num; |