GENERIC revision 1.30
11.30Schristos# $NetBSD: GENERIC,v 1.30 2004/06/25 02:12:59 christos Exp $ 21.1Sthorpej# 31.1Sthorpej# Generic Shark configuration. 41.1Sthorpej# 51.1Sthorpej 61.1Sthorpejinclude "arch/shark/conf/std.shark" 71.1Sthorpej 81.5Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.5Satatat 101.30Schristos#ident "GENERIC-$Revision: 1.30 $" 111.1Sthorpej 121.1Sthorpej# estimated number of users 131.1Sthorpejmaxusers 32 141.1Sthorpej 151.1Sthorpej# Standard system options 161.1Sthorpej 171.1Sthorpejoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 181.1Sthorpejoptions HZ=64 191.1Sthorpej#options NTP # NTP phase/frequency locked loop 201.1Sthorpejoptions NMBCLUSTERS=1024 # XXX, temporarily required 211.1Sthorpej#options BOOT_QUIETLY # twiddle instead of normal boot msg output 221.1Sthorpej 231.1Sthorpej# CPU options 241.1Sthorpej 251.1Sthorpejoptions CPU_SA110 # Support the SA110 core 261.1Sthorpej 271.1Sthorpej# Architecture options 281.1Sthorpej 291.1Sthorpejoptions SHARK # We are a Shark 301.1Sthorpejoptions NSIO # We are using the National Semi SuperIO 311.20Suwemakeoptions CPUFLAGS="-march=armv4 -mtune=strongarm" 321.1Sthorpej 331.1Sthorpej# compatibility with old version of OFW, which may have incorrect 341.1Sthorpej# properties and/or may set up devices incorrectly. 351.1Sthorpejoptions COMPAT_OLD_OFW 361.1Sthorpej 371.1Sthorpej# FPA options 381.1Sthorpej 391.1Sthorpej#options ARMFPE # ARM Ltd FPE 401.1Sthorpej 411.1Sthorpej# File systems 421.1Sthorpej 431.1Sthorpejfile-system FFS # UFS 441.1Sthorpej#file-system LFS # log-structured file system 451.1Sthorpejfile-system MFS # memory file system 461.1Sthorpejfile-system NFS # Network file system 471.1Sthorpej#file-system ADOSFS # AmigaDOS-compatible file system 481.1Sthorpej#file-system EXT2FS # second extended file system (linux) 491.1Sthorpej#file-system CD9660 # ISO 9660 + Rock Ridge file system 501.1Sthorpejfile-system MSDOSFS # MS-DOS file system 511.30Schristosfile-system FDESC # /dev/fd 521.1Sthorpej#file-system FILECORE # Acorn filecore file system 531.1Sthorpejfile-system KERNFS # /kern 541.24Smattfile-system NULLFS # loopback file system 551.1Sthorpej#file-system OVERLAY # overlay filesystem 561.1Sthorpej#file-system PORTAL # portal filesystem (still experimental) 571.30Schristosfile-system PROCFS # /proc 581.1Sthorpej#file-system UMAPFS # NULLFS + uid and gid remapping 591.1Sthorpej#file-system UNION # union file system 601.1Sthorpej#file-system CODA # Coda file system (needs vcoda below) 611.1Sthorpej 621.1Sthorpej# File system options 631.1Sthorpej#options QUOTA # UFS quotas 641.1Sthorpej#options FFS_EI # FFS Endian Independant support 651.1Sthorpejoptions SOFTDEP # FFS soft updates support. 661.30Schristosoptions NFSSERVER 671.1Sthorpej 681.1Sthorpej# Networking options 691.1Sthorpej 701.1Sthorpej#options GATEWAY # packet forwarding 711.1Sthorpejoptions INET # IP + ICMP + TCP + UDP 721.1Sthorpejoptions INET6 # IPV6 731.1Sthorpej#options IPSEC # IP security 741.1Sthorpej#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 751.1Sthorpej#options IPSEC_DEBUG # debug for IP security 761.1Sthorpej#options MROUTING # IP multicast routing 771.1Sthorpej#options NS # XNS 781.1Sthorpej#options NSIP # XNS tunneling over IP 791.1Sthorpej#options ISO,TPIP # OSI 801.1Sthorpej#options EON # OSI tunneling over IP 811.1Sthorpej#options CCITT,LLC,HDLC # X.25 821.1Sthorpej#options NETATALK # AppleTalk networking 831.1Sthorpej#options PFIL_HOOKS # pfil(9) packet filter hooks (Required 841.1Sthorpej # if you enable the pseudo-device ipl). 851.1Sthorpej 861.1Sthorpej#options PPP_BSDCOMP # BSD-Compress compression support for PPP 871.1Sthorpej#options PPP_DEFLATE # Deflate compression support for PPP 881.1Sthorpej#options PPP_FILTER # Active filter support for PPP (requires bpf) 891.1Sthorpejoptions NFS_BOOT_DHCP # use NetBSD standard DHCP/NFS boot code 901.1Sthorpej#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 911.1Sthorpej 921.1Sthorpej# Compatibility options 931.1Sthorpej 941.13Sperry#options COMPAT_09 # NetBSD 0.9 compatibility. 951.13Sperry#options COMPAT_10 # NetBSD 1.0 compatibility. 961.13Sperry#options COMPAT_11 # NetBSD 1.1 compatibility. 971.13Sperryoptions COMPAT_12 # NetBSD 1.2 compatibility. 981.13Sperryoptions COMPAT_13 # NetBSD 1.3 compatibility. 991.13Sperryoptions COMPAT_14 # NetBSD 1.4 compatibility. 1001.13Sperryoptions COMPAT_15 # NetBSD 1.5 compatibility. 1011.13Sperryoptions COMPAT_16 # NetBSD 1.6 compatibility. 1021.29Schristosoptions COMPAT_20 # NetBSD 2.0 compatibility. 1031.1Sthorpejoptions COMPAT_43 # 4.3BSD compatibility. 1041.24Smattoptions COMPAT_LINUX # Linux compatibility. 1051.1Sthorpej#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1061.1Sthorpej 1071.1Sthorpej# Shared memory options 1081.1Sthorpej 1091.1Sthorpejoptions SYSVMSG # System V-like message queues 1101.1Sthorpejoptions SYSVSEM # System V-like semaphores 1111.1Sthorpejoptions SYSVSHM # System V-like memory sharing 1121.1Sthorpej#options SHMMAXPGS=1024 # 1024 pages is the default 1131.29Schristosoptions P1003_1B_SEMAPHORE # p1003.1b semaphore support 1141.1Sthorpej 1151.1Sthorpej# Device options 1161.1Sthorpej 1171.1Sthorpejoptions MEMORY_DISK_HOOKS # boottime setup of ramdisk 1181.3Slukem#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 1191.1Sthorpej#options MEMORY_DISK_IS_ROOT # use memory disk as root 1201.1Sthorpej 1211.1Sthorpejoptions XSERVER # also need INSECURE for now 1221.1Sthorpejoptions INSECURE # disable kernel securelevel 1231.1Sthorpej 1241.1Sthorpej# Use the following to force the serial to always be the console 1251.1Sthorpej# device. 19200 is what the serial gets set up as by the firmware 1261.1Sthorpej# when it hasn't fallen back from PC. If it has fallen back then 1271.1Sthorpej# the speed will be set at 9600. 1281.1Sthorpej#options COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200 1291.1Sthorpej 1301.1Sthorpej# Miscellaneous kernel options 1311.1Sthorpejoptions KTRACE # system call tracing, a la ktrace(1) 1321.9Sprovosoptions SYSTRACE # system call vetting via systrace(1) 1331.1Sthorpejoptions IRQSTATS # manage IRQ statistics, XXX temp required 1341.1Sthorpej#options LKM # loadable kernel modules 1351.1Sthorpejoptions KMEMSTATS # kernel memory statistics, XXX temp required 1361.7Slukemoptions USERCONF # userconf(4) support 1371.1Sthorpej#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1381.1Sthorpej 1391.1Sthorpej# Development and Debugging options 1401.1Sthorpej 1411.1Sthorpej#options ARM700BUGTRACK # track the ARM700 swi bug 1421.1Sthorpej#options PORTMASTER # Enable PortMaster only options 1431.1Sthorpejoptions DIAGNOSTIC # internal consistency checks 1441.1Sthorpej#options PMAP_DEBUG # Enable pmap_debug_level code 1451.1Sthorpej#options IPKDB # remote kernel debugging 1461.1Sthorpejoptions DDB # in-kernel debugger 1471.25Smattoptions SYMTAB_SPACE=242000 # reserve symbol space for DDB 1481.8Smartin # (needed because we boot netbsd.aout) 1491.1Sthorpej#options DDB_ONPANIC=0 # don't run DDB at panictime 1501.1Sthorpej#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1511.11Swiz#options KERNEL_DEBUG # compile in kernel debugging capability 1521.1Sthorpej#makeoptions DEBUG="-g" # compile full symbol table 1531.1Sthorpej 1541.1Sthorpejconfig netbsd root on ? type ? 1551.1Sthorpej 1561.1Sthorpej# The main bus device 1571.1Sthorpejmainbus0 at root 1581.1Sthorpej 1591.23Swiz# The boot CPU 1601.1Sthorpejcpu0 at mainbus? 1611.1Sthorpej 1621.1Sthorpej# Open Firmware devices 1631.1Sthorpejofbus* at root 1641.1Sthorpejofbus* at ofbus? 1651.1Sthorpej#ofdisk* at ofbus? 1661.1Sthorpej#ofnet* at ofbus? # don't use with cs0 1671.1Sthorpej#ofcons* at ofbus? # don't use with pc0 1681.1Sthorpejofrtc* at ofisa? 1691.1Sthorpejofrom* at ofbus? 1701.1Sthorpej 1711.1Sthorpejofisa* at ofbus? 1721.1Sthorpejofbus* at ofisa? 1731.1Sthorpej 1741.1Sthorpej# IDE/ATA disk 1751.1Sthorpejwdc* at ofisa? 1761.21Sbouyeratabus* at wdc? channel ? 1771.21Sbouyerwd* at atabus? drive ? 1781.1Sthorpej 1791.21Sbouyeratapibus* at atabus? 1801.1Sthorpejcd* at atapibus? drive? 1811.1Sthorpejsd* at atapibus? drive? 1821.1Sthorpej 1831.1Sthorpej# PCCONS@OFW 1841.1Sthorpejofisapc* at ofbus? 1851.1Sthorpejpc* at ofisapc? 1861.1Sthorpej#options FRENCH_KBD 1871.1Sthorpej#options FINNISH_KBD 1881.1Sthorpej#options GERMAN_KBD 1891.1Sthorpej#options NORWEGIAN_KBD 1901.1Sthorpej 1911.1Sthorpej# PS/2 Mouse 1921.1Sthorpejopms0 at spckbd? irq 12 1931.1Sthorpej 1941.1Sthorpej# CS8900 Ethernet@OFW 1951.1Sthorpejcs* at ofisa? 1961.1Sthorpej 1971.1Sthorpej# Serial @OFW 1981.1Sthorpejcom* at ofisa? 1991.1Sthorpej 2001.1Sthorpej# Parallel @OFW 2011.1Sthorpejlpt* at ofisa? 2021.1Sthorpej 2031.1Sthorpej# Smart Card 2041.1Sthorpejofisascr* at ofisa? 2051.1Sthorpejscr* at ofisascr? 2061.1Sthorpej 2071.1Sthorpej# ESS Sound@OFW 2081.1Sthorpejess* at ofisa? 2091.1Sthorpejaudio* at ess? 2101.1Sthorpejopl* at ess? 2111.1Sthorpejmidi* at opl? 2121.1Sthorpej 2131.1Sthorpej# Joystick @OFW 2141.1Sthorpejjoy* at ofisa? 2151.1Sthorpej 2161.1Sthorpejpseudo-device loop 1 # network loopback 2171.1Sthorpejpseudo-device bpfilter 8 # packet filter 2181.1Sthorpej#pseudo-device sl 2 # CSLIP 2191.1Sthorpej#pseudo-device ppp 2 # PPP 2201.1Sthorpej#pseudo-device tun 2 # network tunneling over tty 2211.1Sthorpej#pseudo-device ipfilter 1 # ip filter 2221.1Sthorpejpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2231.1Sthorpej#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2241.1Sthorpej#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2251.1Sthorpej#pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet) 2261.1Sthorpejpseudo-device pty # pseudo-terminals 2271.1Sthorpej#pseudo-device tb 1 # tablet line discipline 2281.1Sthorpejpseudo-device vnd 4 # disk-like interface to files 2291.1Sthorpej#pseudo-device ccd 2 # concatenated disk devices 2301.10Selric#pseudo-device cgd 4 # cryptographic disk devices 2311.1Sthorpejpseudo-device rnd # /dev/random and /dev/urandom 2321.1Sthorpej 2331.1Sthorpej#pseudo-device md 1 # Ramdisk driver 2341.1Sthorpej#pseudo-device profiler 1 # fiq based profiling device 2351.1Sthorpejpseudo-device sequencer 1 # MIDI sequencer 2361.1Sthorpejpseudo-device openfirm # /dev/openfirm 2371.1Sthorpej#pseudo-device vcoda 4 # coda kernel <-> cachemanager 2381.6Slukempseudo-device clockctl # user control of clock subsystem 2391.16Sraggepseudo-device ksyms # /dev/ksyms 2401.28Sitojun#pseudo-device pf # PF packet filter 2411.28Sitojun#pseudo-device pflog # PF log if 242