Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/footbridge/isa Typo correction: it's isa_dmades...



details:   https://anonhg.NetBSD.org/src/rev/378ec34eccee
branches:  trunk
changeset: 746811:378ec34eccee
user:      he <he%NetBSD.org@localhost>
date:      Thu Aug 20 12:51:28 2009 +0000

description:
Typo correction: it's isa_dmadestroy(), not isa_dma_destroy(), apparently.

diffstat:

 sys/arch/arm/footbridge/isa/isa_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e04d024aefd3 -r 378ec34eccee sys/arch/arm/footbridge/isa/isa_machdep.c
--- a/sys/arch/arm/footbridge/isa/isa_machdep.c Thu Aug 20 12:48:53 2009 +0000
+++ b/sys/arch/arm/footbridge/isa/isa_machdep.c Thu Aug 20 12:51:28 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.c,v 1.15 2009/08/19 15:01:07 dyoung Exp $  */
+/*     $NetBSD: isa_machdep.c,v 1.16 2009/08/20 12:51:28 he Exp $      */
 
 /*-
  * Copyright (c) 1996-1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.15 2009/08/19 15:01:07 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.16 2009/08/20 12:51:28 he Exp $");
 
 #include "opt_irqstats.h"
 
@@ -504,7 +504,7 @@
 isa_detach_hook(isa_chipset_tag_t ic, device_t self)
 {
 #if NISADMA > 0
-       isa_dma_destroy();
+       isa_dmadestroy(ic);
 #endif
 }
 



Home | Main Index | Thread Index | Old Index