Module Name:    src
Committed By:   phx
Date:           Fri Jan 29 19:56:41 UTC 2010

Modified Files:
        src/sys/arch/amiga/dev: siop.c siop2.c

Log Message:
Define DCIAS() for amigappc.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/amiga/dev/siop.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amiga/dev/siop2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/siop.c
diff -u src/sys/arch/amiga/dev/siop.c:1.64 src/sys/arch/amiga/dev/siop.c:1.65
--- src/sys/arch/amiga/dev/siop.c:1.64	Mon Oct 26 19:16:54 2009
+++ src/sys/arch/amiga/dev/siop.c	Fri Jan 29 19:56:41 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: siop.c,v 1.64 2009/10/26 19:16:54 cegger Exp $ */
+/*	$NetBSD: siop.c,v 1.65 2010/01/29 19:56:41 phx Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,7 +70,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.64 2009/10/26 19:16:54 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.65 2010/01/29 19:56:41 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -89,6 +89,8 @@
 #include <machine/cpu.h>
 #ifdef __m68k__
 #include <m68k/cacheops.h>
+#else
+#define DCIAS(pa)
 #endif
 #include <amiga/amiga/custom.h>
 #include <amiga/amiga/isr.h>

Index: src/sys/arch/amiga/dev/siop2.c
diff -u src/sys/arch/amiga/dev/siop2.c:1.36 src/sys/arch/amiga/dev/siop2.c:1.37
--- src/sys/arch/amiga/dev/siop2.c:1.36	Mon Oct 26 19:16:54 2009
+++ src/sys/arch/amiga/dev/siop2.c	Fri Jan 29 19:56:41 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: siop2.c,v 1.36 2009/10/26 19:16:54 cegger Exp $ */
+/*	$NetBSD: siop2.c,v 1.37 2010/01/29 19:56:41 phx Exp $ */
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,7 +70,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.36 2009/10/26 19:16:54 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop2.c,v 1.37 2010/01/29 19:56:41 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -89,6 +89,8 @@
 #include <machine/cpu.h>
 #ifdef __m68k__
 #include <m68k/include/cacheops.h>
+#else
+#define DCIAS(pa)
 #endif
 #include <amiga/amiga/custom.h>
 #include <amiga/amiga/isr.h>

Reply via email to