GENERIC revision 1.43
1# 2# $NetBSD: GENERIC,v 1.43 1999/04/26 02:20:02 jonathan Exp $ 3# 4# Distribution kernel (any model) kernel config file 5# 6include "arch/pmax/conf/std.pmax" 7 8maxusers 64 9 10options MIPS1 # R2000/R3000 CPUs 11options MIPS3 # R4000/R4400 CPUs 12 13 14# Support for specific models of DECstation 15options DEC_3100 # DECstation 2100, 3100 (kn01) 16options DEC_5100 # DECsystem 5100 (kn230) 17options DEC_3MAX # DECstation 5000/200 (kn02) 18options DEC_3MIN # DECstation 5000/1xx (kn02ba), 5000/150 (kn04) 19options DEC_MAXINE # Personal DECstation 5000/xx (kn02ca) 20options DEC_3MAXPLUS # DECstation 5000/240 (kn03), 5000/260 (kn05) 21 22#options DEC_5400 23#options DEC_5800 24#options DEC_5500 25 26# Standard system options 27options DDB # in-kernel debugger 28#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 29options DDB_ONPANIC=0 # don't enter debugger on panic 30#options DIAGNOSTIC # extra kernel debugging checks 31#options DEBUG # extra kernel debugging support 32options "COMPAT_43" # compatibility with 4.3BSD binaries 33options KTRACE # system call tracing support 34 35options SYSVMSG # System V-like message queues 36options SYSVSEM # System V-like semaphores 37options SYSVSHM # System V-like memory sharing 38#options SHMMAXPGS=1024 # 1024 pages is the default 39 40options LKM # loadable kernel modules 41options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 42 43#options SCSIVERBOSE # Verbose SCSI errors 44 45#Old 4.4bsd/pmax kgdb options 46#options KGDB # support for kernel gdb 47#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 48#options "KGDBDEV=15*256+0" # device for kernel gdb 49 50options NTP # network time protocol 51#options UCONSOLE # users can redirect console (unsafe) 52 53 54# Filesystem options 55file-system FFS # fast filesystem with user and group quotas 56file-system MFS # memory-based filesystem 57file-system NFS # Sun NFS-compatible filesystem (client) 58file-system LFS # Log-based filesystem (still experimental) 59file-system CD9660 # ISO 9660 + Rock Ridge file system 60file-system FDESC # /dev/fd 61file-system KERNFS # /kern (kernel informational filesystem) 62file-system NULLFS # loopback file system 63file-system PORTAL # portal filesystem (still experimental) 64file-system PROCFS # /proc 65file-system UMAPFS # NULLFS + uid and gid remapping 66file-system UNION 67 68options NFSSERVER # Sun NFS-compatible filesystem (server) 69options QUOTA # UFS quotas 70#options FFS_EI # FFS Endian Independant support 71 72# Networking options 73options INET # Internet protocols 74options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 75options GATEWAY # IP packet forwarding 76#options MROUTING # Multicast routing support 77#options ISO # OSI networking 78#options TPIP # TPIP 79#options EON # OSI tunneling over IP 80#options CCITT,LLC,HDLC # X.25 81options NETATALK # AppleTalk networking protocols 82#options PPP_BSDCOMP # BSD-Compress compression support for PPP 83#options PPP_DEFLATE # Deflate compression support for PPP 84#options PPP_FILTER # Active filter support for PPP (requires bpf) 85#options PFIL_HOOKS # pfil(9) packet filter hooks 86options IPFILTER_LOG # ipmon(8) log support 87 88# NetBSD backwards compatibility 89#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 90#options COMPAT_11 # NetBSD 1.1, 91options COMPAT_12 # Netbsd 1.2 reboot() 92options COMPAT_13 # Netbsd 1.3 93 94# Raster console options 95options RASOPS1 # 1-bit framebuffer ops (XXX) 96options RASOPS8 # 8-bit framebuffer ops (XXX) 97options FONT_BOLD8x16 # Font for fb devices 98options FONT_LUCIDA16x29 # Font for px devices 99#options RASTERCONSOLE_FGCOL=WSCOL_GREEN 100#options RASTERCONSOLE_BGCOL=WSCOL_BLACK 101 102# pmax specific 103options COMPAT_ULTRIX # Ultrix compatibility 104options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 105options "HZ=256" # RTC rate required 106 107options NFS_BOOT_DHCP # superset of BOOTP 108 109config netbsd root on ? type ? 110#config nfsnetbsd root on ? type nfs 111 112 113mainbus0 at root 114cpu* at mainbus0 115 116######################################################################### 117# I/O bus and device options # 118######################################################################### 119 120# TC bus and supported options. (All but PMAXes have a TURBOchannel.) 121include "arch/pmax/conf/tc.std" 122 123# IOASIC standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0) 124include "arch/pmax/conf/builtin.ioasic" 125 126# MAXINE-only IOASIC baseboard devices and on-baseboard "options" 127include "arch/pmax/conf/builtin.maxine" 128 129# 5000/200-only baseboard devices. 130# (3MAX has TURBOchannel but no IOASIC). 131include "arch/pmax/conf/builtin.3max" 132 133# 2100/3100-only baseboard devices. 134# (may also be present on 5100). 135include "arch/pmax/conf/builtin.3100" 136include "arch/pmax/conf/builtin.5100" 137 138 139# baseboard devices on 5100, 3100 "ibus" virtual bus 140include "arch/pmax/conf/ibus.std" 141 142 143######################################################################### 144# SCSI configuration # 145######################################################################### 146 147oldscsibus* at sii? 148oldscsibus* at asc? 149# 150# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 151# 152include "arch/pmax/conf/scsi.pmax" 153#include "arch/pmax/conf/mi.scsi" # not yet supported 154 155######################################################################### 156# Pseudo-devices # 157######################################################################### 158 159pseudo-device loop 1 # network loopback 160pseudo-device sl 4 # serial-line IP ports 161pseudo-device ppp 2 # serial-line IP ports 162pseudo-device pty 64 # pseudo ptys 163pseudo-device bpfilter 16 # packet filter ports 164pseudo-device ipfilter # IP filter, NAT 165#pseudo-device gre 2 # generic L3 over IP tunnel 166 167pseudo-device vnd 4 # virtual disk ick 168pseudo-device ccd 4 # concatenated disks 169#pseudo-device raid 4 # RAIDframe disk driver 170 171pseudo-device rasterconsole 1 # NB: raster console requires "fb" 172pseudo-device fb 1 # up to 3 framebuffers 173 174pseudo-device rnd # /dev/random and in-kernel generator 175