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 - Minor formating knots. No functional c...



details:   https://anonhg.NetBSD.org/src/rev/b583953d2625
branches:  trunk
changeset: 467782:b583953d2625
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Mar 29 05:56:29 1999 +0000

description:
- Minor formating knots.  No functional change.

diffstat:

 sys/arch/pmax/conf/GENERIC |  37 ++++++++++++++++++-------------------
 1 files changed, 18 insertions(+), 19 deletions(-)

diffs (76 lines):

diff -r a79d7536b340 -r b583953d2625 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Mon Mar 29 05:43:31 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Mon Mar 29 05:56:29 1999 +0000
@@ -1,24 +1,23 @@
+#
+#      $NetBSD: GENERIC,v 1.39 1999/03/29 05:56:29 nisimura Exp $
 #
 # Distribution kernel (any model) kernel config file
-
-#
-#      $NetBSD: GENERIC,v 1.38 1999/03/28 06:17:40 simonb Exp $
 #
 include                "arch/pmax/conf/std.pmax"
 
 maxusers       64
 
-options        MIPS1                   # R2000/R3000 CPUs
-options        MIPS3                   # R4000/R4400/R4600 CPUs
+options        MIPS1           # R2000/R3000 CPUs
+options        MIPS3           # R4000/R4400 CPUs
 
 
 # Support for specific models of DECstation
-options        DEC_3100                # kn01: DECstation 2100, 3100
-options        DEC_5100                # kn230: DECsystem 5100
-options        DEC_MAXINE              # kn02ca: 5000/xx (Personal DECstation)
-options        DEC_3MIN                #  5000/1xx (kn02ba), 5000/150 (kn04)
-options        DEC_3MAX                # kn02: 5000/200 support
-options        DEC_3MAXPLUS            #  5000/240 (kn03), 5000/260 (kn05)
+options        DEC_3100        # DECstation 2100, 3100 (kn01)
+options        DEC_5100        # DECsystem 5100 (kn230)
+options        DEC_3MAX        # DECstation 5000/200 (kn02)
+options        DEC_3MIN        # DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
+options        DEC_MAXINE      # Personal DECstation 5000/xx (kn02ca)
+options        DEC_3MAXPLUS    # DECstation 5000/240 (kn03), 5000/260 (kn05)
 
 #options       DEC_5400
 #options       DEC_5800
@@ -87,7 +86,7 @@
 
 
 # pmax specific
-options        COMPAT_ULTRIX   # ultrix compatibility
+options        COMPAT_ULTRIX   # Ultrix compatibility
 options        EXEC_ECOFF      # Ultrix RISC binaries are ECOFF format
 options        "HZ=256"        # RTC rate required
 
@@ -105,21 +104,21 @@
 # I/O bus and device options                                           #
 #########################################################################
 
-# TC bus and supported options. (All but PMAXes have a turbochannel.)
+# TC bus and supported options. (All but PMAXes have a TURBOchannel.)
 include        "arch/pmax/conf/tc.std"
 
-# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
+# IOASIC standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
 include        "arch/pmax/conf/builtin.ioasic"
 
-# MAXINE-only ioasic baseboard devices and on-baseboard "options"
+# MAXINE-only IOASIC baseboard devices and on-baseboard "options"
 include        "arch/pmax/conf/builtin.maxine"
 
-# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
-# (KN02 has turbochannel but no        IOASIC).
+# 5000/200-only baseboard devices.
+# (3MAX has TURBOchannel but no        IOASIC).
 include        "arch/pmax/conf/builtin.3max"
 
-# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
-# (may also be present on a 5100).
+# 2100/3100-only baseboard devices.
+# (may also be present on 5100).
 include        "arch/pmax/conf/builtin.3100"
 include        "arch/pmax/conf/builtin.5100"
 



Home | Main Index | Thread Index | Old Index