From d8accc82b4d67c36202d6163d9a57ea575621fca Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 10 May 1999 16:36:42 +0000 Subject: [PATCH] Serves me right for doing this by inspection and then a build afterwards on a remote machine. Sigh.. --- sys/alpha/alpha/autoconf.c | 4 ++-- sys/alpha/tc/ioasic.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index b66527bed09..9e3b12e59dd 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: autoconf.c,v 1.20 1999/05/10 02:56:38 peter Exp $ + * $Id: autoconf.c,v 1.21 1999/05/10 16:04:52 peter Exp $ */ #include "opt_bootp.h" @@ -67,7 +67,7 @@ static int setdumpdev __P((dev_t dev)); #ifdef MFS_ROOT extern u_char *mfs_getimage __P((void)); -#emdif +#endif device_t isa_bus_device = 0; struct cam_sim *boot_sim = 0; diff --git a/sys/alpha/tc/ioasic.c b/sys/alpha/tc/ioasic.c index db7ae3cfea2..9b7d87f2e04 100644 --- a/sys/alpha/tc/ioasic.c +++ b/sys/alpha/tc/ioasic.c @@ -1,4 +1,4 @@ -/* $Id: ioasic.c,v 1.2 1999/05/08 21:58:48 dfr Exp $ */ +/* $Id: ioasic.c,v 1.3 1999/05/10 15:51:23 peter Exp $ */ /* from $NetBSD: ioasic.c,v 1.19 1998/05/27 00:18:13 thorpej Exp $ */ /*- @@ -344,6 +344,7 @@ ioasic_intr(val) register struct ioasic_softc *sc = val; register int ifound; int gifound; + u_int32_t sir; volatile u_int32_t *sirp; sirp = (volatile u_int32_t *)IOASIC_REG_INTR(sc->sc_base);