GENERIC revision 1.22
1# $NetBSD: GENERIC,v 1.22 2000/01/23 20:08:03 soda Exp $ 2# 3# Generic configuration file for MIPS R4400 PICA system 4# 5 6include "arch/pica/conf/std.pica" 7 8maxusers 8 9 10# Need to set locally 11options TIMEZONE="8*60" # minutes west of GMT (for) 12options DST=1 # use daylight savings rules 13 14# Standard system options 15options DIAGNOSTIC # extra kernel debugging checks 16options DEBUG # extra kernel debugging support 17options "COMPAT_43" # compatibility with 4.3BSD binaries 18options COMPAT_11 19options COMPAT_12 20options COMPAT_13 21options COMPAT_14 22#options KTRACE # system call tracing support 23options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 24#options KGDB # support for kernel gdb 25#options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 26#options "KGDBDEV=15*256+0" # device for kernel gdb 27 28# System V options 29options SYSVMSG # System V-like message queues 30options SYSVSEM # System V-like semaphores 31options SYSVSHM # System V-like memory sharing 32options SHMMAXPGS=1024 # 1024 pages is the default 33 34# Filesystem options 35file-system FFS # fast filesystem 36file-system MFS # memory-based filesystem 37file-system NFS # Sun NFS-compatible filesystem (client) 38file-system KERNFS # kernel data-structure filesystem 39file-system MSDOSFS # Ability to read write MS-Dos filsystem 40file-system CD9660 # ISO 9660 + Rock Ridge file system 41file-system FDESC # user file descriptor filesystem 42#file-system UMAPFS # uid/gid remapping filesystem 43#file-system NULLFS # null layer filesystem 44#file-system OVERLAY # overlay file system 45#file-system LFS # Log-based filesystem (still experimental) 46#file-system PORTAL # portal filesystem (still experimental) 47 48options QUOTA # FFS quotas 49#options FFS_EI # FFS Endian Independant support 50#options SOFTDEP # FFS soft updates support. 51options NFSSERVER # Sun NFS-compatible filesystem (server) 52 53#options SCSIVERBOSE # Verbose SCSI errors 54 55# Pull in config fragments for kernel crypto. This is required for 56# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 57# one of these, based on whether you use crypto-us or crypto-intl, and 58# adjust the prefixes as necessary. 59 60#prefix ../crypto-us/sys 61#cinclude "conf/files.crypto-us" 62#prefix 63 64#prefix ../crypto-intl/sys 65#cinclude "conf/files.crypto-intl" 66#prefix 67 68# Networking options 69options INET # Internet protocols 70options INET6 # IPV6 71#options IPSEC # IP security 72#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 73#options IPSEC_DEBUG # debug for IP security 74options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 75options GATEWAY # IP packet forwarding 76#options MULTICAST # Multicast support 77#options MROUTING # Multicast routing support 78#options ISO # OSI networking 79#options TPIP 80#options EON 81 82config netbsd root on ? type ? 83 84mainbus0 at root 85cpu* at mainbus0 86 87pica* at mainbus0 88clock0 at pica? 89pc0 at pica? 90pms0 at pica? 91pcom0 at pica? 92pcom1 at pica? 93lpt0 at pica? 94sn0 at pica? 95 96fdc0 at pica? 97fd* at fdc? drive ? 98 99asc0 at pica? 100scsibus* at asc? 101 102sd* at scsibus? target ? lun ? 103st* at scsibus? target ? lun ? 104cd* at scsibus? target ? lun ? 105 106pseudo-device sl 2 # serial-line IP ports 107pseudo-device ppp 2 # serial-line PPP ports 108pseudo-device pty 64 # pseudo ptys 109pseudo-device bpfilter 16 # packet filter ports 110#pseudo-device gre 2 # generic L3 over IP tunnel 111pseudo-device loop 112pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 113#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 114pseudo-device vnd 4 # virtual disk 115pseudo-device ccd 4 # concatenated disks 116#pseudo-device raid 4 # RAIDframe disk driver 117# rnd is EXPERIMENTAL 118#pseudo-device rnd # /dev/random and in-kernel generator 119