Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips fix comment. s/DECstation/hpcmips/



details:   https://anonhg.NetBSD.org/src/rev/79057c5e131d
branches:  trunk
changeset: 498388:79057c5e131d
user:      uch <uch%NetBSD.org@localhost>
date:      Sun Oct 22 09:38:23 2000 +0000

description:
fix comment. s/DECstation/hpcmips/

diffstat:

 sys/arch/hpcmips/hpcmips/bus_dma.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3a02f546515d -r 79057c5e131d sys/arch/hpcmips/hpcmips/bus_dma.c
--- a/sys/arch/hpcmips/hpcmips/bus_dma.c        Sun Oct 22 08:40:05 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/bus_dma.c        Sun Oct 22 09:38:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.4 2000/06/29 08:17:59 mrg Exp $  */
+/*     $NetBSD: bus_dma.c,v 1.5 2000/10/22 09:38:23 uch Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
 paddr_t        kvtophys __P((vaddr_t));        /* XXX */
 
 /*
- * The default DMA tag for all busses on the DECstation.
+ * The default DMA tag for all busses on the hpcmips
  */
 struct hpcmips_bus_dma_tag hpcmips_default_bus_dma_tag = {
        _bus_dmamap_create,



Home | Main Index | Thread Index | Old Index