Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/pmax #if 0 the same code as already done
details: https://anonhg.NetBSD.org/src/rev/12e685ec42a4
branches: trunk
changeset: 448685:12e685ec42a4
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 07 04:32:38 2019 +0000
description:
#if 0 the same code as already done
diffstat:
sys/arch/pmax/pmax/bus.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 6e03b8285cd2 -r 12e685ec42a4 sys/arch/pmax/pmax/bus.c
--- a/sys/arch/pmax/pmax/bus.c Thu Feb 07 04:32:12 2019 +0000
+++ b/sys/arch/pmax/pmax/bus.c Thu Feb 07 04:32:38 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.c,v 1.3 2017/07/16 17:35:20 christos Exp $ */
+/* $NetBSD: bus.c,v 1.4 2019/02/07 04:32:38 mrg Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.3 2017/07/16 17:35:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.4 2019/02/07 04:32:38 mrg Exp $");
#include "opt_cputype.h"
@@ -62,8 +62,10 @@
};
static void normal_bus_mem_init(bus_space_tag_t, void *);
+#ifdef MIPS1
static void _bus_dmamap_sync_r3k(bus_dma_tag_t, bus_dmamap_t, bus_addr_t,
bus_size_t, int);
+#endif
#if 0
static void _bus_dmamap_sync_r4k(bus_dma_tag_t, bus_dmamap_t, bus_addr_t,
bus_size_t, int);
Home |
Main Index |
Thread Index |
Old Index