Source-Changes-HG archive

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

[src/trunk]: src/sys/arch move common/bus_dma/ -> dev/bus_dma/



details:   https://anonhg.NetBSD.org/src/rev/892be9a52413
branches:  trunk
changeset: 781819:892be9a52413
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 02 23:54:51 2012 +0000

description:
move common/bus_dma/ -> dev/bus_dma/

diffstat:

 sys/arch/algor/conf/files.algor             |  4 ++--
 sys/arch/alpha/common/bus_dma.c             |  6 +++---
 sys/arch/alpha/conf/files.alpha             |  4 ++--
 sys/arch/cobalt/cobalt/bus.c                |  6 +++---
 sys/arch/cobalt/conf/files.cobalt           |  4 ++--
 sys/arch/emips/conf/files.emips             |  4 ++--
 sys/arch/emips/emips/bus_dma.c              |  6 +++---
 sys/arch/ews4800mips/conf/files.ews4800mips |  4 ++--
 sys/arch/ews4800mips/ews4800mips/bus_dma.c  |  6 +++---
 sys/arch/hpcmips/conf/files.hpcmips         |  4 ++--
 sys/arch/hpcmips/hpcmips/bus_dma.c          |  6 +++---
 sys/arch/mipsco/conf/files.mipsco           |  4 ++--
 sys/arch/mipsco/mipsco/bus_dma.c            |  6 +++---
 sys/arch/newsmips/conf/files.newsmips       |  4 ++--
 sys/arch/newsmips/newsmips/bus.c            |  6 +++---
 sys/arch/pmax/conf/files.pmax               |  4 ++--
 sys/arch/pmax/pmax/bus_dma.c                |  6 +++---
 sys/arch/sgimips/conf/files.sgimips         |  4 ++--
 sys/arch/sgimips/sgimips/bus.c              |  6 +++---
 sys/arch/x68k/conf/files.x68k               |  4 ++--
 sys/arch/x68k/x68k/bus.c                    |  6 +++---
 21 files changed, 52 insertions(+), 52 deletions(-)

diffs (truncated from 468 to 300 lines):

diff -r af3fba14eec4 -r 892be9a52413 sys/arch/algor/conf/files.algor
--- a/sys/arch/algor/conf/files.algor   Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/algor/conf/files.algor   Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.algor,v 1.29 2011/07/09 16:03:01 matt Exp $
+#      $NetBSD: files.algor,v 1.30 2012/10/02 23:54:51 christos Exp $
 
 # Algorithmics evaluation board specific configuration info.
 
@@ -50,7 +50,7 @@
 file   arch/mips/mips/mips3_clock.c
 file   arch/mips/mips/mips3_clockintr.c
 
-file   common/bus_dma/bus_dmamem_common.c
+file   dev/bus_dma/bus_dmamem_common.c
 
 #
 # The autoconfiguration root.
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/alpha/common/bus_dma.c
--- a/sys/arch/alpha/common/bus_dma.c   Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/alpha/common/bus_dma.c   Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.68 2011/07/01 19:22:35 dyoung Exp $ */
+/* $NetBSD: bus_dma.c,v 1.69 2012/10/02 23:54:51 christos Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.68 2011/07/01 19:22:35 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.69 2012/10/02 23:54:51 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -48,7 +48,7 @@
 #include <sys/bus.h>
 #include <machine/intr.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 int    _bus_dmamap_load_buffer_direct(bus_dma_tag_t,
            bus_dmamap_t, void *, bus_size_t, struct vmspace *, int,
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.184 2011/06/17 03:55:57 matt Exp $
+# $NetBSD: files.alpha,v 1.185 2012/10/02 23:54:51 christos Exp $
 #
 # alpha-specific configuration info
 
@@ -386,7 +386,7 @@
 file   dev/cons.c
 file   kern/kern_cctr.c
 
-file   common/bus_dma/bus_dmamem_common.c
+file   dev/bus_dma/bus_dmamem_common.c
 
 # PROM console support (for ports that don't have native console support)
 file   arch/alpha/alpha/promcons.c
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/cobalt/cobalt/bus.c
--- a/sys/arch/cobalt/cobalt/bus.c      Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/cobalt/cobalt/bus.c      Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.c,v 1.43 2012/02/12 16:34:07 matt Exp $    */
+/*     $NetBSD: bus.c,v 1.44 2012/10/02 23:54:51 christos Exp $        */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.43 2012/02/12 16:34:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.44 2012/10/02 23:54:51 christos Exp $");
 
 #define _COBALT_BUS_DMA_PRIVATE
 
@@ -44,7 +44,7 @@
 #include <sys/proc.h>
 #include <sys/mbuf.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/cobalt/conf/files.cobalt
--- a/sys/arch/cobalt/conf/files.cobalt Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/cobalt/conf/files.cobalt Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.cobalt,v 1.35 2011/02/20 07:54:10 matt Exp $
+#      $NetBSD: files.cobalt,v 1.36 2012/10/02 23:54:52 christos Exp $
 
 maxpartitions 16
 
@@ -46,7 +46,7 @@
 file arch/cobalt/cobalt/interrupt.c
 file arch/cobalt/cobalt/machdep.c
 
-file common/bus_dma/bus_dmamem_common.c
+file dev/bus_dma/bus_dmamem_common.c
 
 file dev/md_root.c                     memory_disk_hooks
 
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/emips/conf/files.emips
--- a/sys/arch/emips/conf/files.emips   Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/emips/conf/files.emips   Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.emips,v 1.2 2011/02/22 08:20:20 matt Exp $
+#      $NetBSD: files.emips,v 1.3 2012/10/02 23:54:53 christos Exp $
 # eMIPS-specific configuration info
 
 # maxpartitions must be first item in files.${ARCH}.
@@ -96,7 +96,7 @@
 file   arch/emips/emips/sysconf.c
 file   dev/cons.c
 
-file   common/bus_dma/bus_dmamem_common.c
+file   dev/bus_dma/bus_dmamem_common.c
 
 #
 # Workstation console devices
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/emips/emips/bus_dma.c
--- a/sys/arch/emips/emips/bus_dma.c    Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/emips/emips/bus_dma.c    Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.2 2011/02/22 08:20:20 matt Exp $ */
+/*     $NetBSD: bus_dma.c,v 1.3 2012/10/02 23:54:53 christos Exp $     */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.2 2011/02/22 08:20:20 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.3 2012/10/02 23:54:53 christos Exp $");
 
 #include "opt_cputype.h"
 
@@ -45,7 +45,7 @@
 #define _EMIPS_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 #include <mips/cache.h>
 
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/ews4800mips/conf/files.ews4800mips
--- a/sys/arch/ews4800mips/conf/files.ews4800mips       Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/ews4800mips/conf/files.ews4800mips       Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ews4800mips,v 1.5 2011/02/20 07:55:20 matt Exp $
+#      $NetBSD: files.ews4800mips,v 1.6 2012/10/02 23:54:52 christos Exp $
 
 maxpartitions 16
 
@@ -20,7 +20,7 @@
 file arch/ews4800mips/ews4800mips/sector.c             disk
 file arch/ews4800mips/ews4800mips/vtoc.c               disk
 
-file common/bus_dma/bus_dmamem_common.c
+file dev/bus_dma/bus_dmamem_common.c
 
 file arch/ews4800mips/ews4800mips/cons_machdep.c
 file dev/cons.c
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/ews4800mips/ews4800mips/bus_dma.c
--- a/sys/arch/ews4800mips/ews4800mips/bus_dma.c        Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/bus_dma.c        Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.12 2011/03/06 14:52:37 tsutsui Exp $     */
+/*     $NetBSD: bus_dma.c,v 1.13 2012/10/02 23:54:52 christos Exp $    */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.12 2011/03/06 14:52:37 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.13 2012/10/02 23:54:52 christos Exp $");
 
 /* #define     BUS_DMA_DEBUG */
 #include <sys/param.h>
@@ -45,7 +45,7 @@
 #include <machine/bus.h>
 #include <machine/sbdvar.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 #include <uvm/uvm_extern.h>
 
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.106 2011/08/24 20:27:36 dyoung Exp $
+#      $NetBSD: files.hpcmips,v 1.107 2012/10/02 23:54:52 christos Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -60,7 +60,7 @@
 file   arch/hpcmips/hpcmips/machdep.c
 file   arch/hpcmips/hpcmips/mainbus.c
 
-file   common/bus_dma/bus_dmamem_common.c
+file   dev/bus_dma/bus_dmamem_common.c
 
 file   dev/kloader.c                           kloader
 file   arch/hpcmips/hpcmips/kloader_machdep.c  kloader
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/hpcmips/hpcmips/bus_dma.c
--- a/sys/arch/hpcmips/hpcmips/bus_dma.c        Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/hpcmips/hpcmips/bus_dma.c        Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.37 2011/02/26 12:07:45 tsutsui Exp $     */
+/*     $NetBSD: bus_dma.c,v 1.38 2012/10/02 23:54:52 christos Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.37 2011/02/26 12:07:45 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.38 2012/10/02 23:54:52 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -45,7 +45,7 @@
 #include <machine/bus.h>
 #include <machine/bus_dma_hpcmips.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 static int _hpcmips_bd_map_load_buffer(bus_dmamap_t, void *, bus_size_t,
     struct vmspace *, int, vaddr_t *, int *, int);
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/mipsco/conf/files.mipsco
--- a/sys/arch/mipsco/conf/files.mipsco Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/mipsco/conf/files.mipsco Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mipsco,v 1.14 2009/08/21 04:00:56 thorpej Exp $
+#      $NetBSD: files.mipsco,v 1.15 2012/10/02 23:54:53 christos Exp $
 
 #  MIPS Computer Corp -specific configuration info
 
@@ -61,7 +61,7 @@
 file arch/mipsco/mipsco/prom.c
 file dev/cons.c
 
-file common/bus_dma/bus_dmamem_common.c
+file dev/bus_dma/bus_dmamem_common.c
 
 # Memory Disk
 file dev/md_root.c                     memory_disk_hooks
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/mipsco/mipsco/bus_dma.c
--- a/sys/arch/mipsco/mipsco/bus_dma.c  Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/mipsco/mipsco/bus_dma.c  Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.27 2012/02/12 16:34:09 matt Exp $        */
+/*     $NetBSD: bus_dma.c,v 1.28 2012/10/02 23:54:53 christos Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.27 2012/02/12 16:34:09 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.28 2012/10/02 23:54:53 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -44,7 +44,7 @@
 #define _MIPSCO_BUS_DMA_PRIVATE
 #include <machine/bus.h>
 
-#include <common/bus_dma/bus_dmamem_common.h>
+#include <dev/bus_dma/bus_dmamem_common.h>
 
 #include <mips/cache.h>
 
diff -r af3fba14eec4 -r 892be9a52413 sys/arch/newsmips/conf/files.newsmips
--- a/sys/arch/newsmips/conf/files.newsmips     Tue Oct 02 23:51:39 2012 +0000
+++ b/sys/arch/newsmips/conf/files.newsmips     Tue Oct 02 23:54:51 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.newsmips,v 1.28 2011/02/20 07:56:31 matt Exp $
+#      $NetBSD: files.newsmips,v 1.29 2012/10/02 23:54:53 christos Exp $
 
 # NEWSMIPS-specific configuration info
 
@@ -96,7 +96,7 @@
 file arch/newsmips/newsmips/cpu_cons.c
 file dev/cons.c



Home | Main Index | Thread Index | Old Index