Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Remove trailing white-space.
details: https://anonhg.NetBSD.org/src/rev/3c9fdeae866c
branches: trunk
changeset: 467694:3c9fdeae866c
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Mar 27 08:15:29 1999 +0000
description:
Remove trailing white-space.
diffstat:
sys/arch/pmax/conf/Makefile.pmax | 14 +++++++-------
sys/arch/pmax/conf/R4000 | 4 ++--
sys/arch/pmax/conf/files.pmax | 4 ++--
sys/arch/pmax/conf/tc.options | 4 ++--
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (103 lines):
diff -r 9fab9f8949dd -r 3c9fdeae866c sys/arch/pmax/conf/Makefile.pmax
--- a/sys/arch/pmax/conf/Makefile.pmax Sat Mar 27 08:00:43 1999 +0000
+++ b/sys/arch/pmax/conf/Makefile.pmax Sat Mar 27 08:15:29 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pmax,v 1.69 1999/03/25 03:34:28 simonb Exp $
+# $NetBSD: Makefile.pmax,v 1.70 1999/03/27 08:15:29 simonb Exp $
# Makefile for NetBSD
#
@@ -44,7 +44,7 @@
PMAX= $S/arch/pmax
MIPS= $S/arch/mips
-HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
+HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dpmax
CWARNFLAGS?= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes \
@@ -180,7 +180,7 @@
depend: .depend
.depend: ${SRCS} assym.h param.c
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S
- ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore_machdep.S
+ ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore_machdep.S
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
.if (${SFILES} != "")
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
@@ -193,14 +193,14 @@
# depend on root or device configuration
autoconf.o conf.o: Makefile
-
-# depend on network or filesystem configuration
-uipc_proto.o vfs_conf.o: Makefile
+
+# depend on network or filesystem configuration
+uipc_proto.o vfs_conf.o: Makefile
# depend on maxusers
machdep.o: Makefile
-# depend on CPU configuration
+# depend on CPU configuration
machdep.o mainbus.o trap.o: Makefile
# depend on System V IPC/shmem options
diff -r 9fab9f8949dd -r 3c9fdeae866c sys/arch/pmax/conf/R4000
--- a/sys/arch/pmax/conf/R4000 Sat Mar 27 08:00:43 1999 +0000
+++ b/sys/arch/pmax/conf/R4000 Sat Mar 27 08:15:29 1999 +0000
@@ -2,7 +2,7 @@
# R4000 (any model) kernel config file
#
-# $NetBSD: R4000,v 1.12 1999/02/07 07:14:22 jonathan Exp $
+# $NetBSD: R4000,v 1.13 1999/03/27 08:15:29 simonb Exp $
#
include "arch/pmax/conf/std.pmax"
@@ -13,7 +13,7 @@
# Support for specific models of DECstation
-options DEC_3MIN # 5000/50
+options DEC_3MIN # 5000/50
options DEC_MAXINE # 5000/150
options DEC_3MAXPLUS # 5000/260
diff -r 9fab9f8949dd -r 3c9fdeae866c sys/arch/pmax/conf/files.pmax
--- a/sys/arch/pmax/conf/files.pmax Sat Mar 27 08:00:43 1999 +0000
+++ b/sys/arch/pmax/conf/files.pmax Sat Mar 27 08:15:29 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pmax,v 1.60 1999/03/25 12:56:18 simonb Exp $
+# $NetBSD: files.pmax,v 1.61 1999/03/27 08:15:29 simonb Exp $
# DECstation-specific configuration info
# maxpartitions must be first item in files.${ARCH}.
@@ -138,7 +138,7 @@
file dev/tc/asc.c asc needs-flag
-# sii: kn01 SCSI interface
+# sii: kn01 SCSI interface
#device sii: scsi,oldscsi
device sii: oldscsi
file arch/pmax/dev/sii.c sii needs-flag
diff -r 9fab9f8949dd -r 3c9fdeae866c sys/arch/pmax/conf/tc.options
--- a/sys/arch/pmax/conf/tc.options Sat Mar 27 08:00:43 1999 +0000
+++ b/sys/arch/pmax/conf/tc.options Sat Mar 27 08:15:29 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tc.options,v 1.6 1998/11/27 00:09:33 simonb Exp $
+# $NetBSD: tc.options,v 1.7 1999/03/27 08:15:29 simonb Exp $
#########################################################################
# Supported turbochannel option cards #
@@ -13,7 +13,7 @@
# Configure DS5000/200 (3MAX) baseboard built-in "options", which
# are clones of option cards, before real TC-slot options.
-le0 at tc? #slot ? offset ? # DS 5000/200 baseboard
+le0 at tc? #slot ? offset ? # DS 5000/200 baseboard
le* at tc? #slot ? offset ? # TC ether option
fta* at tc? #slot ? offset ? # TC FDDI option
Home |
Main Index |
Thread Index |
Old Index