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