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