Use bus_space on arm26.
Update the comment to match list of bus_space-using ports. Delete oak from list of drivers that need converting.
This commit is contained in:
parent
ab0637016a
commit
6d8a82ebc2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue