diff options
author | 1996-05-07 07:35:36 +0000 | |
---|---|---|
committer | 1996-05-07 07:35:36 +0000 | |
commit | 4196a412d77697a48717d4466646ac3f7c20baf7 (patch) | |
tree | 89f535af41296410bf0163d90e1168ac71b1e660 /sys/dev/isa/sb.c | |
parent | convert to machine/bus.h (diff) | |
download | wireguard-openbsd-4196a412d77697a48717d4466646ac3f7c20baf7.tar.xz wireguard-openbsd-4196a412d77697a48717d4466646ac3f7c20baf7.zip |
sync with 0504 -- prototypes and bus.h
Diffstat (limited to 'sys/dev/isa/sb.c')
-rw-r--r-- | sys/dev/isa/sb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/isa/sb.c b/sys/dev/isa/sb.c index 09fd816e061..8e08f39b818 100644 --- a/sys/dev/isa/sb.c +++ b/sys/dev/isa/sb.c @@ -1,5 +1,5 @@ -/* $OpenBSD: sb.c,v 1.9 1996/04/21 22:24:30 deraadt Exp $ */ -/* $NetBSD: sb.c,v 1.34 1996/04/11 22:30:01 cgd Exp $ */ +/* $OpenBSD: sb.c,v 1.10 1996/05/07 07:37:37 deraadt Exp $ */ +/* $NetBSD: sb.c,v 1.35 1996/04/29 20:03:29 christos Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -271,7 +271,6 @@ sbattach(parent, self, aux) { register struct sbdsp_softc *sc = (struct sbdsp_softc *)self; struct isa_attach_args *ia = (struct isa_attach_args *)aux; - register int iobase = ia->ia_iobase; int err; sc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq, IST_EDGE, |