GENERIC revision 1.53
1# 2# $NetBSD: GENERIC,v 1.53 1999/11/24 02:25:37 simonb 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#options SOFTDEP # FFS soft updates support. 72 73# Pull in config fragments for kernel crypto. This is required for 74# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 75# one of these, based on whether you use crypto-us or crypto-intl, and 76# adjust the prefixes as necessary. 77 78#prefix ../crypto-us/sys 79#cinclude "conf/files.crypto-us" 80#prefix 81 82#prefix ../crypto-intl/sys 83#cinclude "conf/files.crypto-intl" 84#prefix 85 86# Networking options 87options INET # Internet protocols 88options INET6 # IPV6 89#options IPSEC # IP security 90#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 91#options IPSEC_DEBUG # debug for IP security 92options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 93options GATEWAY # IP packet forwarding 94#options MROUTING # Multicast routing support 95#options ISO # OSI networking 96#options TPIP # TPIP 97#options EON # OSI tunneling over IP 98#options CCITT,LLC,HDLC # X.25 99options NETATALK # AppleTalk networking protocols 100options PPP_BSDCOMP # BSD-Compress compression support for PPP 101options PPP_DEFLATE # Deflate compression support for PPP 102options PPP_FILTER # Active filter support for PPP (requires bpf) 103options PFIL_HOOKS # pfil(9) packet filter hooks 104options IPFILTER_LOG # ipmon(8) log support 105 106# NetBSD backwards compatibility 107#options COMPAT_10 # NetBSD 1.0, (needed for X on 386?) 108#options COMPAT_11 # NetBSD 1.1, 109options COMPAT_12 # Netbsd 1.2 reboot() 110options COMPAT_13 # Netbsd 1.3 111options COMPAT_14 # Netbsd 1.4 112 113# Raster console options 114options FONT_BOLD8x16 # Font for fb devices 115options FONT_LUCIDA16x29 # Font for px devices 116#options FONT_GALLANT12x22 117#options FONT_QVSS8x15 118 119# pmax specific 120options COMPAT_ULTRIX # Ultrix compatibility 121options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 122options "HZ=256" # RTC rate required 123 124options NFS_BOOT_DHCP # superset of BOOTP 125 126config netbsd root on ? type ? 127#config nfsnetbsd root on ? type nfs 128 129 130mainbus0 at root 131cpu* at mainbus0 132 133## Peripheral Bus Support (for devices to attach to) 134## ---------------------------------------------------------------------------- 135 136# TURBOchannel bus support 137tc* at mainbus0 138 139# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot 140ioasic0 at tc? 141mcclock0 at ioasic? offset ? # DS1287 RTC 142asc0 at ioasic? offset ? # NCR53C94 SCSI with IOASIC 143le0 at ioasic? offset ? # LANCE 144scc0 at ioasic? offset ? # Z85C30 145scc1 at ioasic? offset ? # Z85C30 146dtop0 at ioasic? offset ? # MAXINE kbd and mouse 147#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported) 148#fdc at ioasic? offset ? # MAXINE floppy disk (not supported) 149 150# 3MAX has TURBOchannel but no IOASIC 151asc0 at tc? slot ? offset ? # NCR53C94 SCSI 152le0 at tc? slot ? offset ? # LANCE 153ibus0 at tc? slot ? offset ? # 3MAX system slot 154mcclock0 at ibus0 addr ? # DS1287 RTC 155dc0 at ibus0 addr ? # DC7085 quad line serial device 156 157# TURBOchannel devices 158mfb* at tc? slot ? offset ? # PMAG-A MX Monochrome Framebuffer 159cfb* at tc? slot ? offset ? # PMAG-B CX Color Framebuffer 160#tfb* at tc? slot ? offset ? # PMAG-RO TX True Color Framebuffer 161sfb* at tc? slot ? offset ? # PMAGB-B HX Smart Framebuffer 162px0 at tc? slot ? offset ? # PMAG-C PX family 163#sfbp* at tc? slot ? offset ? # PMAGD HX+ Smart Framebuffer 164xcfb0 at tc? slot ? offset ? # PMAG-DV Color Framebuffer at MAXINE 165asc* at tc? slot ? offset ? # PMAZ-A single channel SCSI 166le* at tc? slot ? offset ? # PMAD-A LANCE 167fta* at tc? slot ? offset ? # PMAF-F FDDI 168#tcds* at tc? slot ? offset ? # PMAZB/PMAZC dual channel SCSI 169#asc* at tcds? chip ? 170 171# PMAX and MIPSMATE 172ibus0 at mainbus0 173mcclock0 at ibus0 addr ? # MC146818 RTC 174dc0 at ibus0 addr ? # DC7085 quad line serial device 175le0 at ibus0 addr ? # 3100 onboard LANCE 176sii0 at ibus0 addr ? # DC7061 onboard SCSI 177pm0 at ibus0 addr ? # 3100 onboard fb 178dc* at ibus0 addr ? # 5100 optional serial devices 179 180######################################################################### 181# SCSI configuration # 182######################################################################### 183 184oldscsibus* at sii? 185oldscsibus* at asc? 186# 187# SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver 188# 189include "arch/pmax/conf/scsi.pmax" 190#include "arch/pmax/conf/mi.scsi" # not yet supported 191 192######################################################################### 193# Pseudo-devices # 194######################################################################### 195 196pseudo-device loop 1 # network loopback 197pseudo-device sl 4 # serial-line IP ports 198pseudo-device ppp 2 # serial-line IP ports 199pseudo-device pty 64 # pseudo ptys 200pseudo-device bpfilter 16 # packet filter ports 201pseudo-device ipfilter # IP filter, NAT 202#pseudo-device gre 2 # generic L3 over IP tunnel 203pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 204#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 205 206pseudo-device vnd 4 # virtual disk ick 207pseudo-device ccd 4 # concatenated disks 208#pseudo-device raid 4 # RAIDframe disk driver 209 210pseudo-device rasterconsole 1 # NB: raster console requires "fb" 211pseudo-device fb 3 # up to 3 framebuffers 212 213pseudo-device rnd # /dev/random and in-kernel generator 214