From 6742fd43f432c5dd50ed1d76a2c6cb97b41829a1 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 7 Aug 2004 20:01:48 +0000 Subject: [PATCH] Add Alpha to the list of platforms that use bus_space (for nca@pcmcia). --- sys/dev/ic/ncr5380var.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/ncr5380var.h b/sys/dev/ic/ncr5380var.h index 661301fd3768..1299955dad31 100644 --- a/sys/dev/ic/ncr5380var.h +++ b/sys/dev/ic/ncr5380var.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr5380var.h,v 1.24 2003/11/02 11:07:45 wiz Exp $ */ +/* $NetBSD: ncr5380var.h,v 1.25 2004/08/07 20:01:48 mycroft Exp $ */ /* * Copyright (c) 1995 David Jones, Gordon W. Ross @@ -46,7 +46,8 @@ * sun3: si driver; need bus.h first */ #if defined(acorn26) || defined(__i386__) || defined(__vax__) || \ - defined(__mips__) || defined(__sparc__) || defined(sun2) + defined(__mips__) || defined(__sparc__) || defined(sun2) || \ + defined(__alpha__) # define NCR5380_USE_BUS_SPACE #endif