From 9546ee5f874d4491819b81c868282884c87ef380 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 17 Jan 2000 04:57:31 +0000 Subject: [PATCH] defopt VAX750 side effect. --- sys/arch/vax/mba/mba.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/vax/mba/mba.c b/sys/arch/vax/mba/mba.c index 3f8e0d0af09e..b9bb44bee9f0 100644 --- a/sys/arch/vax/mba/mba.c +++ b/sys/arch/vax/mba/mba.c @@ -1,4 +1,4 @@ -/* $NetBSD: mba.c,v 1.15 1999/01/01 21:43:18 ragge Exp $ */ +/* $NetBSD: mba.c,v 1.16 2000/01/17 04:57:31 matt Exp $ */ /* * Copyright (c) 1994, 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -58,6 +58,8 @@ #include #include +#include "opt_vax750.h" + struct mbaunit mbaunit[] = { {MBADT_RP04, "rp04", MB_RP}, {MBADT_RP05, "rp05", MB_RP}, @@ -136,7 +138,7 @@ mbaattach(parent, self, aux) sc->sc_dsp.hoppaddr = mbaintr; sc->sc_physnr = sa->nexnum - 8; /* MBA's have TR between 8 - 11... */ -#ifdef VAX750 +#if VAX750 if (vax_cputype == VAX_750) sc->sc_physnr += 4; /* ...but not on 11/750 */ #endif