Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Oops. I forgot to add cachops here earlier.



details:   https://anonhg.NetBSD.org/src/rev/7f39ab26775a
branches:  trunk
changeset: 476141:7f39ab26775a
user:      is <is%NetBSD.org@localhost>
date:      Tue Sep 07 20:24:56 1999 +0000

description:
Oops. I forgot to add cachops here earlier.

diffstat:

 sys/arch/amiga/dev/siop2.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5a6f6474968f -r 7f39ab26775a sys/arch/amiga/dev/siop2.c
--- a/sys/arch/amiga/dev/siop2.c        Tue Sep 07 19:40:56 1999 +0000
+++ b/sys/arch/amiga/dev/siop2.c        Tue Sep 07 20:24:56 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop2.c,v 1.12 1999/06/07 21:30:57 is Exp $    */
+/*     $NetBSD: siop2.c,v 1.13 1999/09/07 20:24:56 is Exp $    */
 
 /*
  * Copyright (c) 1994,1998 Michael L. Hitch
@@ -56,6 +56,9 @@
 #include <dev/scsipi/scsipi_all.h>
 #include <dev/scsipi/scsiconf.h>
 #include <machine/cpu.h>
+#ifdef __m68k__
+#include <m68k/include/cacheops.h>
+#endif
 #include <amiga/amiga/custom.h>
 #include <amiga/amiga/isr.h>
 



Home | Main Index | Thread Index | Old Index