Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic The sparc clients of this driver (si & sw) now us...



details:   https://anonhg.NetBSD.org/src/rev/fed70ece4fb0
branches:  trunk
changeset: 488116:fed70ece4fb0
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Jun 18 19:22:33 2000 +0000

description:
The sparc clients of this driver (si & sw) now use bus_space_*().

diffstat:

 sys/dev/ic/ncr5380var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f20f6851a583 -r fed70ece4fb0 sys/dev/ic/ncr5380var.h
--- a/sys/dev/ic/ncr5380var.h   Sun Jun 18 19:19:53 2000 +0000
+++ b/sys/dev/ic/ncr5380var.h   Sun Jun 18 19:22:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr5380var.h,v 1.18 2000/03/25 15:27:57 tsutsui Exp $  */
+/*     $NetBSD: ncr5380var.h,v 1.19 2000/06/18 19:22:33 pk Exp $       */
 
 /*
  * Copyright (c) 1995 David Jones, Gordon W. Ross
@@ -45,7 +45,7 @@
  *     sparc: si and sw drivers; easy to convert
  *     sun3: si driver; need bus.h first
  */
-#if defined(__i386__) || defined(__vax__) || defined(__mips__)
+#if defined(__i386__) || defined(__vax__) || defined(__mips__) || defined(__sparc__)
 # define NCR5380_USE_BUS_SPACE
 #endif
 



Home | Main Index | Thread Index | Old Index