Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/iomd Also forgot to declare the iomd_base.
details: https://anonhg.NetBSD.org/src/rev/c97e63c1c67f
branches: trunk
changeset: 504335:c97e63c1c67f
user: reinoud <reinoud%NetBSD.org@localhost>
date: Tue Feb 27 18:30:46 2001 +0000
description:
Also forgot to declare the iomd_base.
diffstat:
sys/arch/arm32/iomd/iomd_dma.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d8b9ef9c7998 -r c97e63c1c67f sys/arch/arm32/iomd/iomd_dma.c
--- a/sys/arch/arm32/iomd/iomd_dma.c Tue Feb 27 18:29:36 2001 +0000
+++ b/sys/arch/arm32/iomd/iomd_dma.c Tue Feb 27 18:30:46 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iomd_dma.c,v 1.6 2000/06/29 08:53:01 mrg Exp $ */
+/* $NetBSD: iomd_dma.c,v 1.7 2001/02/27 18:30:46 reinoud Exp $ */
/*
* Copyright (c) 1995 Scott Stevens
@@ -48,6 +48,8 @@
#include <arm32/iomd/iomdreg.h>
#include <arm32/iomd/iomd_dma.h>
+extern int *iomd_base;
+
#ifndef CPU_ARM7500
static struct dma_ctrl ctrl[6];
Home |
Main Index |
Thread Index |
Old Index