Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/next68k Remove trailing spaces and TABs.
details: https://anonhg.NetBSD.org/src/rev/16762d7de637
branches: trunk
changeset: 373355:16762d7de637
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 04 14:38:09 2023 +0000
description:
Remove trailing spaces and TABs.
diffstat:
sys/arch/next68k/conf/GENERIC | 6 ++--
sys/arch/next68k/conf/majors.next68k | 4 +-
sys/arch/next68k/dev/bmapreg.h | 4 +-
sys/arch/next68k/dev/if_xereg.h | 28 ++++++++++----------
sys/arch/next68k/dev/intio.c | 6 ++--
sys/arch/next68k/dev/nextcons.c | 6 ++--
sys/arch/next68k/dev/wskbdmap_next.c | 6 ++--
sys/arch/next68k/dev/zs.c | 6 ++--
sys/arch/next68k/include/vmparam.h | 4 +-
sys/arch/next68k/next68k/machdep.c | 10 +++---
sys/arch/next68k/next68k/mainbus.c | 6 ++--
sys/arch/next68k/next68k/pmap_bootstrap.c | 8 ++--
sys/arch/next68k/stand/boot/Makefile | 8 ++--
sys/arch/next68k/stand/boot/README | 4 +-
sys/arch/next68k/stand/boot/devopen.c | 18 ++++++------
sys/arch/next68k/stand/boot/machdep.c | 6 ++--
sys/arch/next68k/stand/boot/rtc.c | 12 ++++----
sys/arch/next68k/stand/boot/scsi.c | 43 +++++++++++++++---------------
sys/arch/next68k/stand/boot/sd.c | 19 ++++++-------
sys/arch/next68k/stand/boot/srt0.s | 6 ++--
20 files changed, 104 insertions(+), 106 deletions(-)
diffs (truncated from 748 to 300 lines):
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/conf/GENERIC Sat Feb 04 14:38:09 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: GENERIC,v 1.156 2023/02/03 23:07:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.157 2023/02/04 14:38:09 tsutsui Exp $
#
# GENERIC machine description file
-#
+#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.156 $"
+#ident "GENERIC-$Revision: 1.157 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-unwind-tables -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/conf/majors.next68k
--- a/sys/arch/next68k/conf/majors.next68k Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/conf/majors.next68k Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: majors.next68k,v 1.25 2020/04/04 16:06:15 jdolecek Exp $
+# $NetBSD: majors.next68k,v 1.26 2023/02/04 14:38:09 tsutsui Exp $
#
# Device majors for next68k
#
@@ -50,5 +50,5 @@
#device-major obsolete char 98 obsolete (nsmb)
# Majors up to 143 are reserved for machine-dependent drivers.
-# New machine-independent driver majors are assigned in
+# New machine-independent driver majors are assigned in
# sys/conf/majors.
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/bmapreg.h
--- a/sys/arch/next68k/dev/bmapreg.h Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/bmapreg.h Sat Feb 04 14:38:09 2023 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: bmapreg.h,v 1.3 2009/10/23 02:32:33 snj Exp $ */
+/* $NetBSD: bmapreg.h,v 1.4 2023/02/04 14:38:09 tsutsui Exp $ */
-/*
+/*
* Copyright (c) 2002 Christian Limpach
* All rights reserved.
*
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/if_xereg.h
--- a/sys/arch/next68k/dev/if_xereg.h Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/if_xereg.h Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_xereg.h,v 1.2 2009/10/23 02:32:33 snj Exp $ */
+/* $NetBSD: if_xereg.h,v 1.3 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* Copyright (c) 2002 Christian Limpach
@@ -11,19 +11,19 @@
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
/* Size of register area to be mapped */
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/intio.c
--- a/sys/arch/next68k/dev/intio.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/intio.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intio.c,v 1.17 2023/02/03 23:13:00 tsutsui Exp $ */
+/* $NetBSD: intio.c,v 1.18 2023/02/04 14:38:09 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,11 +34,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.17 2023/02/03 23:13:00 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.18 2023/02/04 14:38:09 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/device.h>
+#include <sys/device.h>
#include <sys/reboot.h>
#include <machine/autoconf.h>
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/nextcons.c
--- a/sys/arch/next68k/dev/nextcons.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/nextcons.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nextcons.c,v 1.12 2023/02/03 23:13:00 tsutsui Exp $ */
+/* $NetBSD: nextcons.c,v 1.13 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* Copyright (c) 1999 Darrin B. Jewell
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nextcons.c,v 1.12 2023/02/03 23:13:00 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nextcons.c,v 1.13 2023/02/04 14:38:09 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -69,7 +69,7 @@
rom_machine_type == NeXT_TURBO_MONO ||
rom_machine_type == NeXT_TURBO_COLOR)
cp->cn_pri = CN_INTERNAL;
- else
+ else
cp->cn_pri = CN_DEAD;
cp->cn_dev = NODEV;
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/wskbdmap_next.c
--- a/sys/arch/next68k/dev/wskbdmap_next.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/wskbdmap_next.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wskbdmap_next.c,v 1.5 2008/04/28 20:23:30 martin Exp $ */
+/* $NetBSD: wskbdmap_next.c,v 1.6 2023/02/04 14:38:09 tsutsui Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wskbdmap_next.c,v 1.5 2008/04/28 20:23:30 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wskbdmap_next.c,v 1.6 2023/02/04 14:38:09 tsutsui Exp $");
#include <sys/types.h>
#include <dev/wscons/wsksymdef.h>
@@ -237,7 +237,7 @@
KC(13), KS_equal, KS_plus, KS_braceright,
KC(16), KS_a,
KC(17), KS_z,
- KC(26), KS_dead_circumflex, KS_dead_diaeresis,
+ KC(26), KS_dead_circumflex, KS_dead_diaeresis,
KC(27), KS_dollar, KS_sterling, KS_currency,
KC(30), KS_q,
KC(39), KS_m,
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/dev/zs.c
--- a/sys/arch/next68k/dev/zs.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/dev/zs.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zs.c,v 1.37 2021/09/11 20:28:04 andvar Exp $ */
+/* $NetBSD: zs.c,v 1.38 2023/02/04 14:38:09 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.37 2021/09/11 20:28:04 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.38 2023/02/04 14:38:09 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -631,7 +631,7 @@
/*
* can't use zs_set_speed as we haven't set up the
- * signal sources, and it's not worth it for now
+ * signal sources, and it's not worth it for now
*/
cs->cs_preg[9] &= ~ZSWR9_MASTER_IE;
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/include/vmparam.h
--- a/sys/arch/next68k/include/vmparam.h Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/include/vmparam.h Sat Feb 04 14:38:09 2023 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: vmparam.h,v 1.29 2023/02/04 08:42:45 tsutsui Exp $ */
+/* $NetBSD: vmparam.h,v 1.30 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* This file was taken from mvme68k/include/vmparam.h and
* should probably be re-synced when needed.
* Darrin B Jewell <jewell%mit.edu@localhost> Fri Aug 28 03:22:07 1998
- * original cvs id: NetBSD: vmparam.h,v 1.9 1998/08/22 10:55:34 scw Exp
+ * original cvs id: NetBSD: vmparam.h,v 1.9 1998/08/22 10:55:34 scw Exp
*/
/*
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/next68k/machdep.c
--- a/sys/arch/next68k/next68k/machdep.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/next68k/machdep.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.119 2023/02/03 23:21:18 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.120 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.119 2023/02/03 23:21:18 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.120 2023/02/04 14:38:09 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -124,7 +124,7 @@
/* the following is used externally (sysctl_hw) */
char machine[] = MACHINE; /* from <machine/param.h> */
-/* Our exported CPU info; we can have only one. */
+/* Our exported CPU info; we can have only one. */
struct cpu_info cpu_info_store;
struct vm_map *phys_map = NULL;
@@ -810,7 +810,7 @@
#endif /* DDB */
INTR_ENABLE(NEXT_I_NMI);
-
+
innmihand = 0;
return 0;
@@ -820,7 +820,7 @@
/*
* cpu_exec_aout_makecmds():
* CPU-dependent a.out format hook for execve().
- *
+ *
* Determine of the given exec package refers to something which we
* understand and, if so, set up the vmcmds for it.
*/
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/next68k/mainbus.c
--- a/sys/arch/next68k/next68k/mainbus.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/next68k/mainbus.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.14 2023/02/03 23:22:34 tsutsui Exp $ */
+/* $NetBSD: mainbus.c,v 1.15 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.14 2023/02/03 23:22:34 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2023/02/04 14:38:09 tsutsui Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -60,7 +60,7 @@
_bus_dmamap_load_raw_direct, /* _dmamap_load_raw */
_bus_dmamap_unload, /* _dmamap_unload */
_bus_dmamap_sync, /* _dmamap_sync */
-
+
_bus_dmamem_alloc, /* _dmamem_alloc */
_bus_dmamem_free, /* _dmamem_free */
_bus_dmamem_map, /* _dmamem_map */
diff -r f89925a5561a -r 16762d7de637 sys/arch/next68k/next68k/pmap_bootstrap.c
--- a/sys/arch/next68k/next68k/pmap_bootstrap.c Sat Feb 04 14:34:28 2023 +0000
+++ b/sys/arch/next68k/next68k/pmap_bootstrap.c Sat Feb 04 14:38:09 2023 +0000
@@ -1,15 +1,15 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.45 2023/02/04 08:42:45 tsutsui Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.46 2023/02/04 14:38:09 tsutsui Exp $ */
/*
* This file was taken from mvme68k/mvme68k/pmap_bootstrap.c
* should probably be re-synced when needed.
* cvs id of source for the most recent syncing:
- * NetBSD: pmap_bootstrap.c,v 1.15 2000/11/20 19:35:30 scw Exp
+ * NetBSD: pmap_bootstrap.c,v 1.15 2000/11/20 19:35:30 scw Exp
* NetBSD: pmap_bootstrap.c,v 1.17 2001/11/08 21:53:44 scw Exp
*/
Home |
Main Index |
Thread Index |
Old Index