Remove old model-specific config files.
This commit is contained in:
parent
6317908feb
commit
5ddadfcc95
@ -1,122 +0,0 @@
|
||||
#
|
||||
# DECstation (3100 or 2100) config file
|
||||
#
|
||||
# $NetBSD: DS3100,v 1.12 1998/06/26 01:54:06 lukem Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 64
|
||||
|
||||
options MIPS1 # R2000/R3000 support (new)
|
||||
#options MIPS3 # R4000/R4400 support (not finished)
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_3100 # kn01: DECstation 2100, 3100
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
file-system UNION
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # Netbsd 1.2 reboot()
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# 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
|
||||
#include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# 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).
|
||||
#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"
|
||||
|
||||
# baseboard devices on 5100, 3100 "ibus" virtual bus
|
||||
include "arch/pmax/conf/ibus.std"
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at sii?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
@ -1,120 +0,0 @@
|
||||
#
|
||||
# DECstation 5000/240 kernel config
|
||||
#
|
||||
# $NetBSD: DS5000_100,v 1.10 1998/06/26 01:54:07 lukem Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 64
|
||||
|
||||
options MIPS1 # R2000/R3000 support
|
||||
options MIPS3 # R4000/R4400 support
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_3MIN # kn02ba: 5000/1xx (3min) support
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
file-system UNION
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # Netbsd 1.2 reboot()
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# 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)
|
||||
include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
||||
#include "arch/pmax/conf/builtin.maxine"
|
||||
|
||||
# Configuration for 3MAX (5000/200) which has turbochannel but no ASIC.
|
||||
#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" # needed only on 2100/3100(/5100)
|
||||
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
@ -1,120 +0,0 @@
|
||||
#
|
||||
# DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config
|
||||
#
|
||||
# $NetBSD: DS5000_200,v 1.11 1998/06/26 01:54:07 lukem Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 64
|
||||
|
||||
options MIPS1 # R2000/R3000 support (new)
|
||||
#options MIPS3 # R4000/R4400 support (not finished)
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_3MAX # kn02: 5000/200 support
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
file-system UNION
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # Netbsd 1.2 reboot()
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# 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)
|
||||
#include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# 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, but we configure one anyway).
|
||||
ioasic0 at tc?
|
||||
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"
|
||||
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
@ -1,120 +0,0 @@
|
||||
#
|
||||
# DECstation 5000/240 kernel config
|
||||
#
|
||||
# $NetBSD: DS5000_240,v 1.11 1998/06/26 01:54:07 lukem Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 64
|
||||
|
||||
options MIPS1 # R2000/R3000 support (new)
|
||||
#options MIPS3 # R4000/R4400 support (not finished)
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05)
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
file-system UNION
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # Netbsd 1.2 reboot()
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# 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)
|
||||
include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
||||
#include "arch/pmax/conf/builtin.maxine"
|
||||
|
||||
# Configuration for 3MAX (5000/200) which has turbochannel but no ASIC.
|
||||
#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" # needed only on 2100/3100(/5100)
|
||||
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
@ -1,121 +0,0 @@
|
||||
#
|
||||
# Sample Config file for DECstation 5000/20 or 5000/25
|
||||
# (UNTESTED!)
|
||||
#
|
||||
# $NetBSD: DS5000_25,v 1.11 1998/06/26 01:54:07 lukem Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
maxusers 64
|
||||
|
||||
options MIPS1 # R2000/R3000 support
|
||||
options MIPS3 # R4000/R4400 support
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_MAXINE # kn02ca: 5000/xx (Personal DECstation)
|
||||
|
||||
|
||||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
#options KGDB # support for kernel gdb
|
||||
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
||||
#options "KGDBDEV=15*256+0" # device for kernel gdb
|
||||
|
||||
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system NULLFS # null layer filesystem
|
||||
file-system UNION
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
#options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP
|
||||
#options EON
|
||||
|
||||
# NetBSD backwards compatibility
|
||||
#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # Netbsd 1.2 reboot()
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
|
||||
|
||||
# pmax specific
|
||||
options COMPAT_ULTRIX # ultrix compatibility
|
||||
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
|
||||
options "HZ=256" # RTC rate required
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
### I/O bus and device options ###
|
||||
########################################################################
|
||||
|
||||
# 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)
|
||||
include "arch/pmax/conf/builtin.ioasic"
|
||||
|
||||
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
||||
include "arch/pmax/conf/builtin.maxine"
|
||||
|
||||
# kn02 baseboard devicesd
|
||||
#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" # needed only on 2100/3100(/5100)
|
||||
|
||||
|
||||
########################################################################
|
||||
# SCSI configuration #
|
||||
########################################################################
|
||||
|
||||
oldscsibus* at asc?
|
||||
#
|
||||
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
||||
#
|
||||
include "arch/pmax/conf/scsi.pmax"
|
||||
#include "arch/pmax/conf/mi.scsi" # not yet supported
|
||||
|
||||
|
||||
########################################################################
|
||||
### Pseudo-devices ###
|
||||
########################################################################
|
||||
|
||||
pseudo-device sl 4 # serial-line IP ports
|
||||
pseudo-device ppp 2 # serial-line IP ports
|
||||
pseudo-device pty 64 # pseudo ptys
|
||||
pseudo-device bpfilter 16 # packet filter ports
|
||||
pseudo-device loop
|
||||
pseudo-device vnd 4 # virtual disk ick
|
||||
pseudo-device ccd 4 # concatenated disks
|
||||
|
||||
#pseudo-device ether # From old config. what does it mean?
|
||||
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
||||
pseudo-device fb 1 # up to 3 framebuffers
|
Loading…
Reference in New Issue
Block a user