GENERIC revision 1.8
1# 2# Distribition miniroot kernel (any model) kernel config file 3 4# 5# $NetBSD: GENERIC,v 1.8 1996/11/16 23:10:53 jonathan Exp $ 6# 7include "arch/pmax/conf/std.pmax" 8 9maxusers 64 10 11options MIPS1 # R2000/R3000 support (new) 12#options MIPS3 # R4000/R4400 support (not finished) 13 14 15# Support for specific models of DECstation 16options DS3100 # PMAX (kn01) DECstation 2100, 3100 17options DS5000_25 # MAXINE (kn02ca/xine) support 18options DS5000_100 # 3MIN (kn02ba/kmin) support 19options DS5000_200 # 3MAX (kn02) support 20options DS5000_240 # 3MAXPLUS (kn03) support 21 22 23 24 25# You need to set this locally, but it doesn't do much outside the kernel. 26# Set up /etc/localtime instead. 27options TIMEZONE=0 28options DST=0 # use daylight savings rules 29 30 31# Standard system options 32#options DIAGNOSTIC # extra kernel debugging checks 33#options DEBUG # extra kernel debugging support 34options "COMPAT_43" # compatibility with 4.3BSD binaries 35options KTRACE # system call tracing support 36options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 37#options KGDB # support for kernel gdb 38#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 39#options "KGDBDEV=15*256+0" # device for kernel gdb 40 41options NTP # network time protocol 42#options UCONSOLE # users can redirect console (unsafe) 43 44 45# Filesystem options 46options FIFO # POSIX fifo support (in all filesystems) 47options FFS # fast filesystem with user and group quotas 48options MFS # memory-based filesystem 49options NFSCLIENT # Sun NFS-compatible filesystem (client) 50options NFSSERVER # Sun NFS-compatible filesystem (server) 51#options KERNFS # kernel data-structure filesystem 52#options FDESC # user file descriptor filesystem 53#options UMAPFS # uid/gid remapping filesystem 54options NULLFS # null layer filesystem 55options UNION 56#options LFS # Log-based filesystem (still experimental) 57#options PORTAL # portal filesystem (still experimental) 58 59# Networking options 60options INET # Internet protocols 61options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 62options GATEWAY # IP packet forwarding 63#options MULTICAST # Multicast support 64#options MROUTING # Multicast routing support 65#options ISO # OSI networking 66#options TPIP 67#options EON 68 69# NetBSD backwards compatibility 70#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 71#options COMPAT_11 # NetBSD 1.1, 72options COMPAT_12 # Netbsd 1.2 reboot() 73 74 75# pmax specific 76options COMPAT_ULTRIX # ultrix compatibility 77options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 78options "HZ=256" # RTC rate required 79 80# Note that this configuration is unlikely to work, yet... 81#config netbsd root on rz0a swap on rz0b and rz1b dumps on rz0b 82config gennetbsd swap generic 83 84 85######################################################################## 86### I/O bus and device options ### 87######################################################################## 88 89# TC bus and supported options. (All but PMAXes have a turbochannel.) 90include "arch/pmax/conf/tc.std" 91 92# ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 93include "arch/pmax/conf/builtin.ioasic" 94 95# MAXINE-only ioasic baseboard devices and on-baseboard "options" 96include "arch/pmax/conf/builtin.maxine" 97 98# 5000/200-only (aka 3MAX aka KN02) baseboard devices. 99# (KN02 has turbochannel but no IOASIC). 100include "arch/pmax/conf/builtin.3max" 101 102# 2100/3100-only (aka PMAX aka KN01) baseboard devices. 103# (may also be present on a 5100). 104include "arch/pmax/conf/builtin.3100" 105 106######################################################################## 107# SCSI configuration # 108######################################################################## 109 110oldscsibus* at sii? 111oldscsibus* at asc? 112# 113# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 114# 115include "arch/pmax/conf/scsi.pmax" 116#include "arch/pmax/conf/mi.scsi" # not yet supported 117 118 119######################################################################## 120### Pseudo-devices ### 121######################################################################## 122 123pseudo-device sl 4 # serial-line IP ports 124pseudo-device ppp 2 # serial-line IP ports 125pseudo-device pty 64 # pseudo ptys 126pseudo-device bpfilter 16 # packet filter ports 127pseudo-device loop 128pseudo-device vnd 4 # virtual disk ick 129pseudo-device ccd 4 # concatenated disks 130 131#pseudo-device ether # From old config. what does it mean? 132pseudo-device rasterconsole 1 # NB: raster console requires "fb" 133pseudo-device fb 1 # up to 3 framebuffers 134