diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index 9d0b38f237b4..ade33fd4a315 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380var.h,v 1.20 2001/04/25 17:53:33 bouyer Exp $ */ +/* $NetBSD: ncr5380var.h,v 1.21 2001/05/26 20:55:48 bjh21 Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -38,14 +38,15 @@ */ /* - * Only the i386 uses real bus space: - * arm32: oak and csa drivers; easy to convert + * Only arm26, i386, vax, mips and sparc use real bus space: + * arm32: csa driver; easy to convert * mac68k: sbc driver; easy to convert * pc532: ncr driver; need bus.h first * sparc: si and sw drivers; easy to convert * sun3: si driver; need bus.h first */ -#if defined(__i386__) || defined(__vax__) || defined(__mips__) || defined(__sparc__) +#if defined(__arm26__) || defined(__i386__) || defined(__vax__) || \ + defined(__mips__) || defined(__sparc__) # define NCR5380_USE_BUS_SPACE #endif