GENERIC revision 1.50
1# $NetBSD: GENERIC,v 1.50 2014/11/12 10:47:21 manu Exp $ 2# 3# GENERIC machine description file 4# This machine description file is used to generate the default NetBSD 5# kernel. The generic kernel does not include all options, subsystems 6# and device drivers, but should be useful for most applications. 7# 8# The machine description file can be customised for your specific 9# machine to reduce the kernel size and improve its performance. 10# 11# For further information on compiling NetBSD kernels, see the config(8) 12# man page. 13# 14# For further information on hardware support for this architecture, see 15# the intro(4) man page. For further information about kernel options 16# for this architecture, see the options(4) man page. For an explanation 17# of each device driver in this file see the section 4 man page for the 18# device. 19 20# 21# kernel config file for EWS4800/350, 360AD, 360ADII 22# 23 24include "arch/ews4800mips/conf/std.ews4800mips" 25 26options INCLUDE_CONFIG_FILE # embed config file in kernel binary 27 28#ident "GENERIC-$Revision: 1.50 $" 29 30maxusers 16 31 32#options MIPS1 # R2000/R3000 33options MIPS3 # R4000/R4400 34 35makeoptions CPUFLAGS="-march=r4400 -mabi=32" # optimize for R4400 36 37# MIPS3 on-chip timer interrupt is not used on EWS4800, 38# but the external timer interrupt line is connected to CPU INT5. 39options MIPS3_ENABLE_CLOCK_INTR 40 41# Support for specific models 42options EWS4800_TR2 # 350 43options EWS4800_TR2A # 360,360AD,360ADII,360SX,360EX 44 45# Standard system options 46options NTP # NTP phase/frequency locked loop 47 48options KTRACE # system call tracing ktrace(1) 49 50options SYSVMSG # System V-like message queues 51options SYSVSEM # System V-like semaphores 52options SEMMNI=10 # number of semaphore identifiers 53options SYSVSHM # System V shared memory 54 55options USERCONF # userconf(4) support 56#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 57options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 58 59# Enable experimental buffer queue strategy for better responsiveness under 60# high disk I/O load. Likely stable but not yet the default. 61#options BUFQ_READPRIO 62#options BUFQ_PRIOCSCAN 63 64# Diagnostic/debugging support options 65#options DIAGNOSTIC # expensive kernel consistency checks 66#options DEBUG # extra kernel debugging support 67#options KMEMSTATS # kernel memory statistics (vmstat -m) 68options DDB # in-kernel debugger 69#options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic' 70#options DDB_HISTORY_SIZE=512 # enable history editing in DDB 71#makeoptions DEBUG="-g" # compile full symbol table 72 73# Compatibility options 74#options COMPAT_10 # NetBSD 1.0, 75#options COMPAT_11 # NetBSD 1.1, 76#options COMPAT_12 # NetBSD 1.2, 77options COMPAT_13 # NetBSD 1.3, 78options COMPAT_14 # NetBSD 1.4, 79options COMPAT_15 # NetBSD 1.5, 80options COMPAT_16 # NetBSD 1.6, 81options COMPAT_20 # NetBSD 2.0, 82options COMPAT_30 # NetBSD 3.0, 83options COMPAT_40 # NetBSD 4.0, 84options COMPAT_50 # NetBSD 5.0, 85options COMPAT_60 # NetBSD 6.0, and 86options COMPAT_70 # NetBSD 7.0 binary compatibility. 87options COMPAT_43 # 4.3BSD 88#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 89 90#options COMPAT_LINUX # binary compatibility with Linux 91options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 92 93# File systems 94file-system FFS # fast filesystem with user and group quotas 95file-system EXT2FS # second extended file system (linux) 96file-system LFS # log-structured file system 97file-system MFS # memory file system 98file-system NFS # Network File System client 99#file-system NTFS # Windows/NT file system (experimental) 100file-system CD9660 # ISO 9660 + Rock Ridge file system 101file-system MSDOSFS # MS-DOS file system 102file-system FDESC # /dev/fd 103file-system KERNFS # /kern 104file-system NULLFS # loopback file system 105file-system OVERLAY # overlay file system 106file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 107file-system PROCFS # /proc 108file-system UMAPFS # NULLFS + uid and gid remapping 109file-system UNION # union file system 110#file-system CODA # Coda file system; also needs vcoda (below) 111#file-system SMBFS # experimental - CIFS; also needs nsmb (below) 112file-system SYSVBFS # System V boot filesystem. 113file-system PTYFS # /dev/pts/N support 114file-system TMPFS # Efficient memory file-system 115#file-system UDF # experimental - OSTA UDF CD/DVD file-system 116 117# File system options 118options QUOTA # legacy UFS quotas 119options QUOTA2 # new, in-filesystem UFS quotas 120#options FFS_EI # FFS Endian Indpendent support 121options WAPBL # File system journaling support 122#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 123options NFSSERVER # Network File System server 124#options FFS_NO_SNAPSHOT # no FFS snapshot support 125options UFS_EXTATTR # Extended attribute support for UFS1 126options UFS_EXTATTR_AUTOSTART 127options UFS_EXTATTR_AUTOCREATE=1024 128#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 129 # immutable) behave as system flags. 130 131# Networking options 132#options GATEWAY # packet forwarding 133options INET # IP + ICMP + TCP + UDP 134options INET6 # IPV6 135#options IPSEC # IP security 136#options IPSEC_DEBUG # debug for IP security 137#options MROUTING # IP multicast routing 138#options PIM # Protocol Independent Multicast 139options NETATALK # AppleTalk networking protocols 140options PPP_BSDCOMP # BSD-Compress compression support for PPP 141options PPP_DEFLATE # Deflate compression support for PPP 142options PPP_FILTER # Active filter support for PPP (requires bpf) 143options IPFILTER_LOG # ipmon(8) log support 144options IPFILTER_LOOKUP # ippool(8) support 145options IPFILTER_COMPAT # Compat for IP-Filter 146#options IPFILTER_DEFAULT_BLOCK # block all packets by default 147#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 148 149#options ALTQ # Manipulate network interfaces' output queues 150#options ALTQ_BLUE # Stochastic Fair Blue 151#options ALTQ_CBQ # Class-Based Queueing 152#options ALTQ_CDNR # Diffserv Traffic Conditioner 153#options ALTQ_FIFOQ # First-In First-Out Queue 154#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 155#options ALTQ_HFSC # Hierarchical Fair Service Curve 156#options ALTQ_LOCALQ # Local queueing discipline 157#options ALTQ_PRIQ # Priority Queueing 158#options ALTQ_RED # Random Early Detection 159#options ALTQ_RIO # RED with IN/OUT 160#options ALTQ_WFQ # Weighted Fair Queueing 161 162# JIT compiler for bpfilter 163#options SLJIT 164#options BPFJIT 165 166# These options enable verbose messages for several subsystems. 167# Warning, these may compile large string tables into the kernel! 168options SCSIVERBOSE # human readable SCSI error messages 169 170options NFS_BOOT_DHCP 171 172 173# workstation console options 174options WSEMUL_VT100 # VT100 / VT220 emulation 175options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 176options WS_KERNEL_FG=WSCOL_GREEN 177options WS_KERNEL_BG=WSCOL_BLACK 178 179options FONT_GALLANT12x22 180#options FONT_SONY12x24 181 182config netbsd root on ? type ? 183 184# 185# Device configuration 186# 187 188mainbus0 at root 189 190cpu0 at mainbus? 191 192sbdio0 at mainbus? 193 194mkclock0 at sbdio? 195 196zsc0 at sbdio? 197zstty0 at zsc? channel 0 # SIO ch-A 198zstty1 at zsc? channel 1 # SIO ch-B 199 200#kbms* at sbdio? 201#wskbd0 at kbms? console ? 202#wsmouse0 at kbms? 203 204zsc1 at sbdio? 205ewskbd0 at zsc? 206wskbd* at ewskbd? 207ewsms0 at zsc? 208wsmouse* at ewsms? 209 210fb* at sbdio? 211wsdisplay* at fb? console ? 212 213# Disk 214osiop* at sbdio? flags 0x0000 215scsibus* at scsi? 216 217sd* at scsibus? target ? lun ? # SCSI disk drives 218st* at scsibus? target ? lun ? # SCSI tape drives 219cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 220ch* at scsibus? target ? lun ? # SCSI autochangers 221ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 222ss* at scsibus? target ? lun ? # SCSI scanners 223uk* at scsibus? target ? lun ? # SCSI unknown 224 225# Ether 226iee* at sbdio? # TR2 227le* at sbdio? # TR2A 228 229 230# Pseudo-Devices 231 232# disk/mass strage pseudo-devices 233pseudo-device ccd # concatenated/striped disk devices 234#pseudo-device cgd # cryptographic disk devices 235pseudo-device raid # RAIDframe disk driver 236options RAID_AUTOCONFIG # auto-configuration of RAID components 237# Options to enable various other RAIDframe RAID types. 238#options RF_INCLUDE_EVENODD=1 239#options RF_INCLUDE_RAID5_RS=1 240#options RF_INCLUDE_PARITYLOGGING=1 241#options RF_INCLUDE_CHAINDECLUSTER=1 242#options RF_INCLUDE_INTERDECLUSTER=1 243#options RF_INCLUDE_PARITY_DECLUSTERING=1 244#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 245pseudo-device fss # file system snapshot device 246pseudo-device putter # for puffs and pud 247 248pseudo-device md # memory disk device (ramdisk) 249pseudo-device vnd # virtual disk ick 250options VND_COMPRESSION # compressed vnd(4) 251 252# network pseudo-devices 253pseudo-device bpfilter # packet filter ports 254#pseudo-device carp # Common Address Redundancy Protocol 255pseudo-device ipfilter # IP filter, NAT 256pseudo-device loop # network loopback 257pseudo-device ppp # Point-to-Point Protocol 258pseudo-device pppoe # PPP over Ethernet (RFC 2516) 259pseudo-device sl # Serial Line IP 260pseudo-device strip # Starmode Radio IP (Metricom) 261#pseudo-device irframetty # IrDA frame line discipline 262pseudo-device tap # virtual Ethernet 263pseudo-device tun # network tunneling over tty 264pseudo-device gre # generic L3 over IP tunnel 265pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 266#pseudo-device faith # IPv[46] tcp relay translation i/f 267pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 268pseudo-device vlan # IEEE 802.1q encapsulation 269pseudo-device bridge # simple inter-network bridging 270#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 271pseudo-device agr # IEEE 802.3ad link aggregation 272#pseudo-device pf # PF packet filter 273#pseudo-device pflog # PF log if 274 275# 276# accept filters 277pseudo-device accf_data # "dataready" accept filter 278pseudo-device accf_http # "httpready" accept filter 279 280# miscellaneous pseudo-devices 281pseudo-device pty # pseudo-terminals 282#pseudo-device tb 1 # tablet line discipline 283pseudo-device clockctl # user control of clock subsystem 284pseudo-device ksyms # /dev/ksyms 285 286# a pseudo device needed for Coda # also needs CODA (above) 287#pseudo-device vcoda # coda minicache <-> venus comm. 288 289# a pseudo device needed for SMBFS 290#pseudo-device nsmb # experimental - SMB requester 291 292# wscons pseudo-devices 293pseudo-device wsmux 294 295# Veriexec 296 297# a pseudo device needed for veriexec 298#pseudo-device veriexec 299 300# Uncomment the fingerprint methods below that are desired. Note that 301# removing fingerprint methods will have almost no impact on the kernel 302# code size. 303#options VERIFIED_EXEC_FP_RMD160 304#options VERIFIED_EXEC_FP_SHA256 305#options VERIFIED_EXEC_FP_SHA384 306#options VERIFIED_EXEC_FP_SHA512 307#options VERIFIED_EXEC_FP_SHA1 308#options VERIFIED_EXEC_FP_MD5 309