- Minor formating knots. No functional change.

This commit is contained in:
nisimura 1999-03-29 05:56:29 +00:00
parent 671c65c6da
commit 1902d11a08

View File

@ -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 @@ options COMPAT_13 # Netbsd 1.3
# 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 @@ cpu* at mainbus0
# 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"