Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3x Tab/whitespace cleanup.



details:   https://anonhg.NetBSD.org/src/rev/9878a9c9b07f
branches:  trunk
changeset: 789744:9878a9c9b07f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Sep 06 17:43:19 2013 +0000

description:
Tab/whitespace cleanup.

diffstat:

 sys/arch/sun3/sun3x/bus_subr.c |    8 +-
 sys/arch/sun3/sun3x/clock.c    |   14 +-
 sys/arch/sun3/sun3x/dvma.c     |   20 +-
 sys/arch/sun3/sun3x/enable.c   |   10 +-
 sys/arch/sun3/sun3x/enable.h   |    4 +-
 sys/arch/sun3/sun3x/idprom.c   |    8 +-
 sys/arch/sun3/sun3x/iommu.c    |   12 +-
 sys/arch/sun3/sun3x/iommu.h    |    6 +-
 sys/arch/sun3/sun3x/locore2.c  |   10 +-
 sys/arch/sun3/sun3x/machdep.c  |   24 ++--
 sys/arch/sun3/sun3x/mm_md.c    |    6 +-
 sys/arch/sun3/sun3x/obio.c     |   14 +-
 sys/arch/sun3/sun3x/pmap.c     |  206 ++++++++++++++++++++--------------------
 sys/arch/sun3/sun3x/pmap_pvt.h |   10 +-
 sys/arch/sun3/sun3x/vme.c      |    8 +-
 15 files changed, 180 insertions(+), 180 deletions(-)

diffs (truncated from 1495 to 300 lines):

diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/bus_subr.c
--- a/sys/arch/sun3/sun3x/bus_subr.c    Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/bus_subr.c    Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_subr.c,v 1.32 2009/11/07 07:27:48 cegger Exp $     */
+/*     $NetBSD: bus_subr.c,v 1.33 2013/09/06 17:43:19 tsutsui Exp $    */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_subr.c,v 1.32 2009/11/07 07:27:48 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_subr.c,v 1.33 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -109,7 +109,7 @@
        return ((void *)(pgva + off));
 }
 
-void 
+void
 bus_tmapout(void *vp)
 {
        vaddr_t pgva;
@@ -165,7 +165,7 @@
        return ((void*)(va + off));
 }
 
-void 
+void
 bus_mapout(void *ptr, int sz)
 {
        vaddr_t va;
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/clock.c
--- a/sys/arch/sun3/sun3x/clock.c       Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/clock.c       Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.39 2010/12/20 00:25:45 matt Exp $  */
+/*     $NetBSD: clock.c,v 1.40 2013/09/06 17:43:19 tsutsui Exp $       */
 
 /*
  * Copyright (c) 1982, 1990, 1993
@@ -95,7 +95,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.39 2010/12/20 00:25:45 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.40 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,7 +164,7 @@
 /*
  * Is there an intersil clock?
  */
-static int 
+static int
 oclock_match(device_t parent, cfdata_t cf, void *aux)
 {
        struct confargs *ca = aux;
@@ -194,7 +194,7 @@
 /*
  * Attach the intersil clock.
  */
-static void 
+static void
 oclock_attach(device_t parent, device_t self, void *aux)
 {
        struct intersil7170_softc *sc = device_private(self);
@@ -255,7 +255,7 @@
  * Is there a Mostek clock?  Hard to tell...
  * (See comment at top of this file.)
  */
-static int 
+static int
 clock_match(device_t parent, cfdata_t cf, void *args)
 {
        struct confargs *ca = args;
@@ -279,7 +279,7 @@
 /*
  * Attach the mostek clock.
  */
-static void 
+static void
 clock_attach(device_t parent, device_t self, void *aux)
 {
        struct mk48txx_softc *sc = device_private(self);
@@ -399,7 +399,7 @@
  * This doesn't need to do anything, as we have only one timer and
  * profhz==stathz==hz.
  */
-void 
+void
 setstatclockrate(int newhz)
 {
 
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/dvma.c
--- a/sys/arch/sun3/sun3x/dvma.c        Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/dvma.c        Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dvma.c,v 1.41 2012/01/27 18:53:04 para Exp $   */
+/*     $NetBSD: dvma.c,v 1.42 2013/09/06 17:43:19 tsutsui Exp $        */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dvma.c,v 1.41 2012/01/27 18:53:04 para Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dvma.c,v 1.42 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -106,7 +106,7 @@
 /* Number of slots in dvmamap. */
 struct extent *dvma_extent;
 
-void 
+void
 dvma_init(void)
 {
 
@@ -131,7 +131,7 @@
  * would be used by some OTHER bus-master besides the CPU.
  * (Examples: on-board ie/le, VME xy board).
  */
-u_long 
+u_long
 dvma_kvtopa(void *kva, int bustype)
 {
        u_long addr, mask;
@@ -196,8 +196,8 @@
        splx(s);
        if (error)
                return NULL;
-       
-       /* 
+
+       /*
         * Tva is the starting page to which the data buffer will be double
         * mapped.  Dvma_addr is the starting address of the buffer within
         * that page and is the return value of the function.
@@ -233,7 +233,7 @@
  *       synchronization between the DVMA cache and central RAM
  *       on the 3/470.
  */
-void 
+void
 dvma_mapout(void *dvma_addr, int len)
 {
        u_long kva;
@@ -278,7 +278,7 @@
 /*
  * Free pages from dvma_malloc()
  */
-void 
+void
 dvma_free(void *addr, size_t size)
 {
        vsize_t sz = m68k_round_page(size);
@@ -288,7 +288,7 @@
           Oh well, we never call this anyway. */
 }
 
-int 
+int
 _bus_dmamap_load_raw(bus_dma_tag_t t, bus_dmamap_t map, bus_dma_segment_t *segs,
     int nsegs, bus_size_t size, int flags)
 {
@@ -363,7 +363,7 @@
        return 0;
 }
 
-void 
+void
 _bus_dmamap_unload(bus_dma_tag_t t, bus_dmamap_t map)
 {
        bus_dma_segment_t *segs;
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/enable.c
--- a/sys/arch/sun3/sun3x/enable.c      Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/enable.c      Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: enable.c,v 1.8 2008/04/28 20:23:38 martin Exp $        */
+/*     $NetBSD: enable.c,v 1.9 2013/09/06 17:43:19 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: enable.c,v 1.8 2008/04/28 20:23:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: enable.c,v 1.9 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <uvm/uvm_extern.h>
@@ -43,7 +43,7 @@
 
 volatile short *enable_reg;
 
-void 
+void
 enable_init(void)
 {
        vaddr_t va;
@@ -57,7 +57,7 @@
  * External interfaces to the system enable register.
  */
 
-void 
+void
 enable_fpu(int on)
 {
        int s;
@@ -75,7 +75,7 @@
        splx(s);
 }
 
-void 
+void
 enable_video(int on)
 {
        int s;
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/enable.h
--- a/sys/arch/sun3/sun3x/enable.h      Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/enable.h      Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: enable.h,v 1.2 2008/04/28 20:23:38 martin Exp $        */
+/*     $NetBSD: enable.h,v 1.3 2013/09/06 17:43:19 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  *  |BT |FPP|DMA| 0 |VID|RES|FPA|DIA| 0 |CCH|IOC|LBK|DCH|  UNUSED   |
  *  +---+---+---+---+---+---+---+---+---+---+---+---+---+---.---.---+
  *
- * 
+ *
  * Bits in the Enable Register defined.
  */
 #define        ENA_DBGCACHE    0x0008  /* Debug mode for system cache              */
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/idprom.c
--- a/sys/arch/sun3/sun3x/idprom.c      Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/idprom.c      Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: idprom.c,v 1.15 2008/04/28 20:23:38 martin Exp $       */
+/*     $NetBSD: idprom.c,v 1.16 2013/09/06 17:43:19 tsutsui Exp $      */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: idprom.c,v 1.15 2008/04/28 20:23:38 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: idprom.c,v 1.16 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -68,7 +68,7 @@
  * verify the checksum,
  * set the hostid...
  */
-void 
+void
 idprom_init(void)
 {
 
@@ -94,7 +94,7 @@
        return (x);
 }
 
-static int 
+static int
 idprom_hostid(void)
 {
        struct idprom *idp;
diff -r 3c16f95115d6 -r 9878a9c9b07f sys/arch/sun3/sun3x/iommu.c
--- a/sys/arch/sun3/sun3x/iommu.c       Fri Sep 06 11:15:14 2013 +0000
+++ b/sys/arch/sun3/sun3x/iommu.c       Fri Sep 06 17:43:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iommu.c,v 1.17 2008/06/28 12:13:38 tsutsui Exp $       */
+/*     $NetBSD: iommu.c,v 1.18 2013/09/06 17:43:19 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.17 2008/06/28 12:13:38 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.18 2013/09/06 17:43:19 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -59,7 +59,7 @@



Home | Main Index | Thread Index | Old Index