diff --git a/sys/arch/cobalt/cobalt/bus.c b/sys/arch/cobalt/cobalt/bus.c index 5a78c27ee767..a74605df9565 100644 --- a/sys/arch/cobalt/cobalt/bus.c +++ b/sys/arch/cobalt/cobalt/bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus.c,v 1.17 2003/07/15 01:29:22 lukem Exp $ */ +/* $NetBSD: bus.c,v 1.18 2004/09/16 03:57:10 rumble Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.17 2003/07/15 01:29:22 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.18 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -157,12 +157,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/hpcmips/hpcmips/bus_dma.c b/sys/arch/hpcmips/hpcmips/bus_dma.c index 192f71c5e008..37c14d66b3ec 100644 --- a/sys/arch/hpcmips/hpcmips/bus_dma.c +++ b/sys/arch/hpcmips/hpcmips/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.20 2003/07/15 02:29:31 lukem Exp $ */ +/* $NetBSD: bus_dma.c,v 1.21 2004/09/16 03:57:10 rumble Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.20 2003/07/15 02:29:31 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.21 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -94,12 +94,12 @@ _hpcmips_bd_map_create(bus_dma_tag_t t, bus_size_t size, int nsegments, size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * has two variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. */ mapsize = sizeof(struct bus_dmamap_hpcmips) + diff --git a/sys/arch/m68k/m68k/bus_dma.c b/sys/arch/m68k/m68k/bus_dma.c index df35d9029dfd..acd39000197d 100644 --- a/sys/arch/m68k/m68k/bus_dma.c +++ b/sys/arch/m68k/m68k/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.10 2004/05/16 15:44:10 wiz Exp $ */ +/* $NetBSD: bus_dma.c,v 1.11 2004/09/16 03:57:10 rumble Exp $ */ /* * This file was taken from from alpha/common/bus_dma.c @@ -46,7 +46,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.10 2004/05/16 15:44:10 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.11 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -87,12 +87,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/mvme68k/mvme68k/bus_dma.c b/sys/arch/mvme68k/mvme68k/bus_dma.c index f79fd35dbeb8..131a39c7bf51 100644 --- a/sys/arch/mvme68k/mvme68k/bus_dma.c +++ b/sys/arch/mvme68k/mvme68k/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.24 2004/05/16 15:44:10 wiz Exp $ */ +/* $NetBSD: bus_dma.c,v 1.25 2004/09/16 03:57:10 rumble Exp $ */ /* * This file was taken from from next68k/dev/bus_dma.c, which was originally @@ -46,7 +46,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.24 2004/05/16 15:44:10 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.25 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -90,12 +90,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/newsmips/newsmips/bus.c b/sys/arch/newsmips/newsmips/bus.c index 57f1c6f5a67d..54e5ada9e07a 100644 --- a/sys/arch/newsmips/newsmips/bus.c +++ b/sys/arch/newsmips/newsmips/bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus.c,v 1.15 2003/07/15 02:59:30 lukem Exp $ */ +/* $NetBSD: bus.c,v 1.16 2004/09/16 03:57:10 rumble Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.15 2003/07/15 02:59:30 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.16 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -169,12 +169,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/playstation2/playstation2/bus_dma.c b/sys/arch/playstation2/playstation2/bus_dma.c index 2fa4c294a855..3e14da0ba0ed 100644 --- a/sys/arch/playstation2/playstation2/bus_dma.c +++ b/sys/arch/playstation2/playstation2/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.7 2003/07/15 02:54:37 lukem Exp $ */ +/* $NetBSD: bus_dma.c,v 1.8 2004/09/16 03:57:10 rumble Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.7 2003/07/15 02:54:37 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.8 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -87,12 +87,12 @@ _bus_dmamap_create(bus_dma_tag_t t, bus_size_t size, int nsegments, size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/pmax/pmax/bus_dma.c b/sys/arch/pmax/pmax/bus_dma.c index 64648104b464..d7125046277e 100644 --- a/sys/arch/pmax/pmax/bus_dma.c +++ b/sys/arch/pmax/pmax/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.38 2003/07/15 02:54:40 lukem Exp $ */ +/* $NetBSD: bus_dma.c,v 1.39 2004/09/16 03:57:10 rumble Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.38 2003/07/15 02:54:40 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.39 2004/09/16 03:57:10 rumble Exp $"); #include "opt_cputype.h" @@ -111,12 +111,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/sgimips/sgimips/bus.c b/sys/arch/sgimips/sgimips/bus.c index fa2750adfd4b..83d0ea911e72 100644 --- a/sys/arch/sgimips/sgimips/bus.c +++ b/sys/arch/sgimips/sgimips/bus.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus.c,v 1.30 2004/04/13 08:12:03 sekiya Exp $ */ +/* $NetBSD: bus.c,v 1.31 2004/09/16 03:57:10 rumble Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.30 2004/04/13 08:12:03 sekiya Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.31 2004/09/16 03:57:10 rumble Exp $"); #include #include @@ -403,12 +403,12 @@ _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp) size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence diff --git a/sys/arch/sh5/sh5/bus_dma.c b/sys/arch/sh5/sh5/bus_dma.c index 1050abe9a28a..8a1b6017ceb2 100644 --- a/sys/arch/sh5/sh5/bus_dma.c +++ b/sys/arch/sh5/sh5/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.11 2004/05/16 15:44:10 wiz Exp $ */ +/* $NetBSD: bus_dma.c,v 1.12 2004/09/16 03:57:11 rumble Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.11 2004/05/16 15:44:10 wiz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.12 2004/09/16 03:57:11 rumble Exp $"); #include #include @@ -117,12 +117,12 @@ _bus_dmamap_create(void *cookie, bus_size_t size, int nsegments, size_t mapsize; /* - * Allcoate and initialize the DMA map. The end of the map + * Allocate and initialize the DMA map. The end of the map * is a variable-sized array of segments, so we allocate enough * room for them in one shot. * * Note we don't preserve the WAITOK or NOWAIT flags. Preservation - * of ALLOCNOW notifes others that we've reserved these resources, + * of ALLOCNOW notifies others that we've reserved these resources, * and they are not to be freed. * * The bus_dmamap_t includes one bus_dma_segment_t, hence