Garbage collect obsolete motherboard options from non-GENERIC kernels.

Add "ibus" to configs with  3100 support.
This commit is contained in:
jonathan 1998-04-19 08:46:50 +00:00
parent d47bc69126
commit 539856584c
9 changed files with 31 additions and 49 deletions

View File

@ -1,7 +1,7 @@
#
# DECstation (3100 or 2100) config file
#
# $NetBSD: DS3100,v 1.10 1998/04/19 08:39:42 jonathan Exp $
# $NetBSD: DS3100,v 1.11 1998/04/19 08:46:50 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -14,10 +14,6 @@ options MIPS1 # R2000/R3000 support (new)
# Support for specific models of DECstation
options DEC_3100 # kn01: DECstation 2100, 3100
# old stype options (deprecated, still required)
options DS3100 # PMAX (kn01) DECstation 2100, 3100
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/240 kernel config
#
# $NetBSD: DS5000_100,v 1.8 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: DS5000_100,v 1.9 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -14,10 +14,6 @@ options MIPS3 # R4000/R4400 support
# Support for specific models of DECstation
options DEC_3MIN # kn02ba: 5000/1xx (3min) support
# old stype options (deprecated, still required)
options DS5000_100 # 3MIN (kn02ba/kmin) support
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config
#
# $NetBSD: DS5000_200,v 1.9 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: DS5000_200,v 1.10 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -15,11 +15,6 @@ options MIPS1 # R2000/R3000 support (new)
options DEC_3MAX # kn02: 5000/200 support
# old stype options (deprecated, still required)
options DS5000_200 # 3MAX (kn02) support
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks
#options DEBUG # extra kernel debugging support

View File

@ -1,7 +1,7 @@
#
# DECstation 5000/240 kernel config
#
# $NetBSD: DS5000_240,v 1.9 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: DS5000_240,v 1.10 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -14,9 +14,6 @@ options MIPS1 # R2000/R3000 support (new)
# Support for specific models of DECstation
options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05)
# old stype options (deprecated, still required)
options DS5000_240 # 3MAXPLUS (kn03) support
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks

View File

@ -2,7 +2,7 @@
# Sample Config file for DECstation 5000/20 or 5000/25
# (UNTESTED!)
#
# $NetBSD: DS5000_25,v 1.9 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: DS5000_25,v 1.10 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -15,9 +15,6 @@ options MIPS3 # R4000/R4400 support
# Support for specific models of DECstation
options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
# old stype options (deprecated, still required)
options DS5000_25 # MAXINE (kn02ca/xine) support
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks

View File

@ -1,7 +1,7 @@
#
# Stanford DSG Decstation (any model) kernel config file
#
# $NetBSD: DSG,v 1.12 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: DSG,v 1.13 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -18,13 +18,6 @@ options DEC_3MIN # kn02ba: 5000/1xx (3min) support
options DEC_3MAX # kn02: 5000/200 support
options DEC_3MAXPLUS # 5000/240 (kn03) , 5000/260 (kn05)
# old stype options (deprecated, still required)
options DS3100 # PMAX (kn01) DECstation 2100, 3100
options DS5000_25 # MAXINE (kn02ca/xine) support
options DS5000_100 # 3MIN (kn02ba/kmin) support
options DS5000_200 # 3MAX (kn02) support
options DS5000_240 # 3MAXPLUS (kn03) support
#options DDB # in-kernel debugger (not mips)
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
@ -112,6 +105,9 @@ include "arch/pmax/conf/builtin.3max"
# (may also be present on a 5100).
include "arch/pmax/conf/builtin.3100"
# baseboard devices on 5100, 3100 "ibus" virtual bus
include "arch/pmax/conf/ibus.std"
########################################################################
# SCSI configuration #
########################################################################

View File

@ -2,7 +2,7 @@
# Distribution kernel (any model) kernel config file
#
# $NetBSD: GENERIC,v 1.26 1998/04/19 08:39:42 jonathan Exp $
# $NetBSD: GENERIC,v 1.27 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -20,10 +20,10 @@ options DEC_3MIN # kn02ba: 5000/1xx (3min) support
options DEC_3MAX # kn02: 5000/200 support
options DEC_3MAXPLUS # 5000/240 (kn03) , 5000/260 (kn05)
#options DEC_5100
#options DEC_5400
#options DEC_5800
#options DEC_5500
#options DEC_5100
#options DEC_5400
#options DEC_5800
#options DEC_5500
# Standard system options
options DDB # in-kernel debugger

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.10 1997/12/01 15:58:34 kleink Exp $
# $NetBSD: INSTALL,v 1.11 1998/04/19 08:46:51 jonathan Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@ -18,12 +18,17 @@ options MIPS3 # R4000/R4400 support
# Support for specific models of DECstation
options DS3100 # PMAX (kn01) DECstation 2100, 3100
options DS5000_25 # MAXINE (kn02ca/xine) support
options DS5000_100 # 3MIN (kn02ba/kmin) support
options DS5000_200 # 3MAX (kn02) support
options DS5000_240 # 3MAXPLUS (kn03) support
options DEC_3100 # kn01: DECstation 2100, 3100
options DEC_5100 # kn230: DECsystem 5100
options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
options DEC_3MIN # kn02ba: 5000/1xx (3min) support
options DEC_3MAX # kn02: 5000/200 support
options DEC_3MAXPLUS # 5000/240 (kn03) , 5000/260 (kn05)
options DEC_5100
#options DEC_5400
#options DEC_5800
#options DEC_5500
# Standard system options
#options DIAGNOSTIC # extra kernel debugging checks
@ -83,6 +88,11 @@ include "arch/pmax/conf/builtin.3max"
# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
# (may also be present on a 5100).
include "arch/pmax/conf/builtin.3100"
include "arch/pmax/conf/builtin.5100"
# baseboard devices on 5100, 3100 "ibus" virtual bus
include "arch/pmax/conf/ibus.std"
########################################################################
# SCSI configuration #

View File

@ -2,7 +2,7 @@
# R4000 (any model) kernel config file
#
# $NetBSD: R4000,v 1.6 1998/03/25 04:17:08 jonathan Exp $
# $NetBSD: R4000,v 1.7 1998/04/19 08:46:51 jonathan Exp $
#
include "arch/pmax/conf/std.pmax"
@ -17,11 +17,6 @@ options DEC_3MIN # 5000/50
options DEC_MAXINE # 5000/150
options DEC_3MAXPLUS # 5000/260
# old stype options (deprecated, still required)
options DS5000_25 # MAXINE (kn02ca/xine) support
options DS5000_100 # 3MIN (kn02ba/kmin) support
options DS5000_240 # 3MAXPLUS (kn03) support
# Standard system options
options DDB # in-kernel debugger