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 Define DCIAS() for amigappc.
details: https://anonhg.NetBSD.org/src/rev/79abaee766ce
branches: trunk
changeset: 751247:79abaee766ce
user: phx <phx%NetBSD.org@localhost>
date: Fri Jan 29 19:56:41 2010 +0000
description:
Define DCIAS() for amigappc.
diffstat:
sys/arch/amiga/dev/siop.c | 6 ++++--
sys/arch/amiga/dev/siop2.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r e1162876cad7 -r 79abaee766ce sys/arch/amiga/dev/siop.c
--- a/sys/arch/amiga/dev/siop.c Fri Jan 29 14:34:32 2010 +0000
+++ b/sys/arch/amiga/dev/siop.c Fri Jan 29 19:56:41 2010 +0000
@@ -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>
diff -r e1162876cad7 -r 79abaee766ce sys/arch/amiga/dev/siop2.c
--- a/sys/arch/amiga/dev/siop2.c Fri Jan 29 14:34:32 2010 +0000
+++ b/sys/arch/amiga/dev/siop2.c Fri Jan 29 19:56:41 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index