Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 fix copy/paste/modify error in a diagnostic...



details:   https://anonhg.NetBSD.org/src/rev/5162256c122d
branches:  trunk
changeset: 757814:5162256c122d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Sep 24 20:55:19 2010 +0000

description:
fix copy/paste/modify error in a diagnostic panic message

diffstat:

 sys/arch/x86/x86/bus_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4d32b4cb752a -r 5162256c122d sys/arch/x86/x86/bus_dma.c
--- a/sys/arch/x86/x86/bus_dma.c        Fri Sep 24 18:01:39 2010 +0000
+++ b/sys/arch/x86/x86/bus_dma.c        Fri Sep 24 20:55:19 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.54 2010/03/22 22:03:30 bouyer Exp $      */
+/*     $NetBSD: bus_dma.c,v 1.55 2010/09/24 20:55:19 jakllsch Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2007 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.54 2010/03/22 22:03:30 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.55 2010/09/24 20:55:19 jakllsch Exp $");
 
 /*
  * The following is included because _bus_dma_uiomove is derived from
@@ -943,7 +943,7 @@
 
 #ifdef DIAGNOSTIC
        if (cookie == NULL)
-               panic("_bus_dma_alloc_bouncebuf: no cookie");
+               panic("_bus_dma_free_bouncebuf: no cookie");
 #endif
 
        STAT_DECR(nbouncebufs);



Home | Main Index | Thread Index | Old Index