GENERIC revision 1.3
1# $NetBSD: GENERIC,v 1.3 2002/04/02 05:30:49 lukem Exp $ 2# 3# Generic Shark configuration. 4# 5 6include "arch/shark/conf/std.shark" 7 8#ident "GENERIC-$Revision: 1.3 $" 9 10# estimated number of users 11maxusers 32 12 13# Standard system options 14 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options HZ=64 17#options NTP # NTP phase/frequency locked loop 18options NMBCLUSTERS=1024 # XXX, temporarily required 19#options BOOT_QUIETLY # twiddle instead of normal boot msg output 20 21# CPU options 22 23options CPU_SA110 # Support the SA110 core 24 25# Architecture options 26 27options SHARK # We are a Shark 28options NSIO # We are using the National Semi SuperIO 29makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm" 30 31# compatibility with old version of OFW, which may have incorrect 32# properties and/or may set up devices incorrectly. 33options COMPAT_OLD_OFW 34 35# FPA options 36 37#options ARMFPE # ARM Ltd FPE 38 39# File systems 40 41file-system FFS # UFS 42#file-system LFS # log-structured file system 43file-system MFS # memory file system 44file-system NFS # Network file system 45#file-system ADOSFS # AmigaDOS-compatible file system 46#file-system EXT2FS # second extended file system (linux) 47#file-system CD9660 # ISO 9660 + Rock Ridge file system 48file-system MSDOSFS # MS-DOS file system 49#file-system FDESC # /dev/fd 50#file-system FILECORE # Acorn filecore file system 51file-system KERNFS # /kern 52#file-system NULLFS # loopback file system 53#file-system OVERLAY # overlay filesystem 54#file-system PORTAL # portal filesystem (still experimental) 55#file-system PROCFS # /proc 56#file-system UMAPFS # NULLFS + uid and gid remapping 57#file-system UNION # union file system 58#file-system CODA # Coda file system (needs vcoda below) 59 60# File system options 61#options QUOTA # UFS quotas 62#options FFS_EI # FFS Endian Independant support 63options SOFTDEP # FFS soft updates support. 64#options NFSSERVER 65 66# Networking options 67 68#options GATEWAY # packet forwarding 69options INET # IP + ICMP + TCP + UDP 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 74#options MROUTING # IP multicast routing 75#options NS # XNS 76#options NSIP # XNS tunneling over IP 77#options ISO,TPIP # OSI 78#options EON # OSI tunneling over IP 79#options CCITT,LLC,HDLC # X.25 80#options NETATALK # AppleTalk networking 81#options PFIL_HOOKS # pfil(9) packet filter hooks (Required 82 # if you enable the pseudo-device ipl). 83 84#options PPP_BSDCOMP # BSD-Compress compression support for PPP 85#options PPP_DEFLATE # Deflate compression support for PPP 86#options PPP_FILTER # Active filter support for PPP (requires bpf) 87options NFS_BOOT_DHCP # use NetBSD standard DHCP/NFS boot code 88#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 89 90# Compatibility options 91 92options COMPAT_43 # 4.3BSD compatibility. 93options COMPAT_14 # NetBSD 1.4 compatibility. 94options COMPAT_13 # NetBSD 1.3 compatibility. 95options COMPAT_12 # NetBSD 1.2 compatibility. 96#options COMPAT_11 # NetBSD 1.1 compatibility. 97#options COMPAT_10 # NetBSD 1.0 compatibility. 98#options COMPAT_09 # NetBSD 0.9 compatibility. 99#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 100 101# Shared memory options 102 103options SYSVMSG # System V-like message queues 104options SYSVSEM # System V-like semaphores 105options SYSVSHM # System V-like memory sharing 106#options SHMMAXPGS=1024 # 1024 pages is the default 107 108# Device options 109 110options MEMORY_DISK_HOOKS # boottime setup of ramdisk 111#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 112#options MEMORY_DISK_IS_ROOT # use memory disk as root 113 114options XSERVER # also need INSECURE for now 115options INSECURE # disable kernel securelevel 116 117# Use the following to force the serial to always be the console 118# device. 19200 is what the serial gets set up as by the firmware 119# when it hasn't fallen back from PC. If it has fallen back then 120# the speed will be set at 9600. 121#options COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200 122 123# Miscellaneous kernel options 124options KTRACE # system call tracing, a la ktrace(1) 125options IRQSTATS # manage IRQ statistics, XXX temp required 126#options LKM # loadable kernel modules 127options KMEMSTATS # kernel memory statistics, XXX temp required 128#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 129 130# Development and Debugging options 131 132#options ARM700BUGTRACK # track the ARM700 swi bug 133#options PORTMASTER # Enable PortMaster only options 134options DIAGNOSTIC # internal consistency checks 135#options PMAP_DEBUG # Enable pmap_debug_level code 136#options IPKDB # remote kernel debugging 137options DDB # in-kernel debugger 138#options DDB_ONPANIC=0 # don't run DDB at panictime 139#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 140#options KERNEL_DEBUG # compile in kernel debuging capability 141#makeoptions DEBUG="-g" # compile full symbol table 142 143config netbsd root on ? type ? 144 145# The main bus device 146mainbus0 at root 147 148# The boot cpu 149cpu0 at mainbus? 150 151# Open Firmware devices 152ofbus* at root 153ofbus* at ofbus? 154#ofdisk* at ofbus? 155#ofnet* at ofbus? # don't use with cs0 156#ofcons* at ofbus? # don't use with pc0 157ofrtc* at ofisa? 158ofrom* at ofbus? 159 160ofisa* at ofbus? 161ofbus* at ofisa? 162 163# IDE/ATA disk 164wdc* at ofisa? 165wd* at wdc? drive ? 166 167atapibus* at wdc? 168cd* at atapibus? drive? 169sd* at atapibus? drive? 170 171# PCCONS@OFW 172ofisapc* at ofbus? 173pc* at ofisapc? 174#options FRENCH_KBD 175#options FINNISH_KBD 176#options GERMAN_KBD 177#options NORWEGIAN_KBD 178 179# PS/2 Mouse 180opms0 at spckbd? irq 12 181 182# CS8900 Ethernet@OFW 183cs* at ofisa? 184 185# Serial @OFW 186com* at ofisa? 187 188# Parallel @OFW 189lpt* at ofisa? 190 191# Smart Card 192ofisascr* at ofisa? 193scr* at ofisascr? 194 195# ESS Sound@OFW 196ess* at ofisa? 197audio* at ess? 198opl* at ess? 199midi* at opl? 200 201# Joystick @OFW 202joy* at ofisa? 203 204pseudo-device loop 1 # network loopback 205pseudo-device bpfilter 8 # packet filter 206#pseudo-device sl 2 # CSLIP 207#pseudo-device ppp 2 # PPP 208#pseudo-device tun 2 # network tunneling over tty 209#pseudo-device ipfilter 1 # ip filter 210pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 211#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 212#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 213#pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet) 214pseudo-device pty # pseudo-terminals 215#pseudo-device tb 1 # tablet line discipline 216pseudo-device vnd 4 # disk-like interface to files 217#pseudo-device ccd 2 # concatenated disk devices 218pseudo-device rnd # /dev/random and /dev/urandom 219 220#pseudo-device md 1 # Ramdisk driver 221#pseudo-device profiler 1 # fiq based profiling device 222pseudo-device sequencer 1 # MIDI sequencer 223pseudo-device openfirm # /dev/openfirm 224#pseudo-device vcoda 4 # coda kernel <-> cachemanager 225