1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
# Distribition miniroot kernel (any model) kernel config file
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.5 1996/10/02 06:41:13 jonathan Exp $
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
include "arch/pmax/conf/std.pmax"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
maxusers 64
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-08-28 09:49:35 +04:00
|
|
|
options CPU_R3000 # R2000/R3000 support
|
1996-10-02 10:41:13 +04:00
|
|
|
options CPU_R2000 # R2000/R3000 support bug workaround
|
|
|
|
options CPU_MIPS1 # R2000/R3000 support (new)
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# Support for specific models of DECstation
|
|
|
|
options DS3100 # PMAX (kn01) DECstation 2100, 3100
|
1995-12-28 19:11:31 +03:00
|
|
|
options DS5000_25 # MAXINE (kn02ca/xine) support
|
1996-10-02 10:41:13 +04:00
|
|
|
options DS5000_100 # 3MIN (kn02ba/kmin) support
|
|
|
|
options DS5000_200 # 3MAX (kn02) support
|
|
|
|
options DS5000_240 # 3MAXPLUS (kn03) support
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# You need to set this locally, but it doesn't do much outside the kernel.
|
|
|
|
# Set up /etc/localtime instead.
|
1996-10-02 10:41:13 +04:00
|
|
|
options TIMEZONE=0
|
1995-12-28 19:11:31 +03:00
|
|
|
options DST=0 # use daylight savings rules
|
|
|
|
|
|
|
|
|
|
|
|
# Standard system options
|
|
|
|
options SWAPPAGER # swap pager (anonymous and swap space)
|
|
|
|
options VNODEPAGER # vnode pager (mapped files)
|
|
|
|
options DEVPAGER # device pager (mapped devices)
|
|
|
|
#options DIAGNOSTIC # extra kernel debugging checks
|
1996-10-02 10:41:13 +04:00
|
|
|
#options DEBUG # extra kernel debugging support
|
1995-12-28 19:11:31 +03:00
|
|
|
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
|
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
options NTP # network time protocol
|
|
|
|
#options UCONSOLE # users can redirect console (unsafe)
|
|
|
|
|
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# Filesystem options
|
|
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
1996-10-02 10:41:13 +04:00
|
|
|
options FFS # fast filesystem with user and group quotas
|
1995-12-28 19:11:31 +03:00
|
|
|
options MFS # memory-based filesystem
|
|
|
|
options NFSCLIENT # Sun NFS-compatible filesystem (client)
|
|
|
|
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
1996-10-02 10:41:13 +04:00
|
|
|
#options KERNFS # kernel data-structure filesystem
|
1995-12-28 19:11:31 +03:00
|
|
|
#options FDESC # user file descriptor filesystem
|
|
|
|
#options UMAPFS # uid/gid remapping filesystem
|
|
|
|
options NULLFS # null layer filesystem
|
1996-10-02 10:41:13 +04:00
|
|
|
options UNION
|
1995-12-28 19:11:31 +03:00
|
|
|
#options LFS # Log-based filesystem (still experimental)
|
|
|
|
#options PORTAL # portal filesystem (still experimental)
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# NetBSD backwards compatibility
|
|
|
|
#options COMPAT_10 # note: no pmax support in NetBSD-1.0
|
|
|
|
#options EXEC_AOUT # a.out used in pre- netbsd-1.1 pmax snapshots
|
|
|
|
#options COMPAT_11
|
1996-08-28 09:50:59 +04:00
|
|
|
options COMPAT_12
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
|
1995-12-28 19:11:31 +03:00
|
|
|
# pmax specific
|
|
|
|
options COMPAT_ULTRIX # ultrix compatibility
|
1996-10-02 10:41:13 +04:00
|
|
|
options EXEC_ECOFF # ultrix compatibility
|
1996-08-28 09:49:35 +04:00
|
|
|
options "HZ=256" # RTC rate required
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# Note that these do not work in the same kernel, yet.
|
|
|
|
#config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b
|
1995-12-28 19:11:31 +03:00
|
|
|
config gennetbsd swap generic
|
|
|
|
|
|
|
|
|
|
|
|
########################################################################
|
1996-10-02 10:41:13 +04:00
|
|
|
### I/O bus and device options ###
|
1995-12-28 19:11:31 +03:00
|
|
|
########################################################################
|
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# TC bus and supported options. (All but PMAXes have a turbochannel.)
|
|
|
|
include "arch/pmax/conf/tc.std"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
|
|
|
|
include "arch/pmax/conf/builtin.ioasic"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# MAXINE-only ioasic baseboard devices and on-baseboard "options"
|
|
|
|
include "arch/pmax/conf/builtin.maxine"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# 5000/200-only (aka 3MAX aka KN02) baseboard devices.
|
|
|
|
# (KN02 has turbochannel but no IOASIC).
|
|
|
|
include "arch/pmax/conf/builtin.3max"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
1996-10-02 10:41:13 +04:00
|
|
|
# 2100/3100-only (aka PMAX aka KN01) baseboard devices.
|
|
|
|
# (may also be present on a 5100).
|
|
|
|
include "arch/pmax/conf/builtin.3100"
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
########################################################################
|
|
|
|
# SCSI configuration #
|
|
|
|
########################################################################
|
|
|
|
|
|
|
|
oldscsibus* at sii?
|
|
|
|
oldscsibus* at asc?
|
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
|
1995-12-28 19:11:31 +03:00
|
|
|
#
|
1996-10-02 10:41:13 +04:00
|
|
|
include "arch/pmax/conf/scsi.pmax"
|
|
|
|
#include "arch/pmax/conf/mi.scsi" # not yet supported on DECstations
|
|
|
|
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
### Pseudo-devices ###
|
|
|
|
########################################################################
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
pseudo-device sl 4 # serial-line IP ports
|
1996-10-02 10:41:13 +04:00
|
|
|
pseudo-device ppp 2 # serial-line IP ports
|
|
|
|
pseudo-device strip 2 # Metricom Ricochet IP encapsulation
|
1995-12-28 19:11:31 +03:00
|
|
|
pseudo-device pty 64 # pseudo ptys
|
|
|
|
pseudo-device bpfilter 16 # packet filter ports
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device vnd 4 # virtual disk ick
|
1996-10-02 10:41:13 +04:00
|
|
|
pseudo-device ccd 4 # concatenated disks
|
1995-12-28 19:11:31 +03:00
|
|
|
|
|
|
|
#pseudo-device ether # From old config. what does it mean?
|
|
|
|
pseudo-device rasterconsole 1 # NB: raster console requires "fb"
|
|
|
|
pseudo-device fb 3 # up to 3 framebuffers
|