GENERIC revision 1.43
11.43Sabs# $NetBSD: GENERIC,v 1.43 2001/07/08 16:32:22 abs Exp $ 21.1Sdbj# 31.1Sdbj# GENERIC next68k 41.1Sdbj# 51.1Sdbj# 61.1Sdbj 71.1Sdbjinclude "arch/next68k/conf/std.next68k" 81.24Shubertf 91.43Sabs#ident "GENERIC-$Revision: 1.43 $" 101.1Sdbj 111.1Sdbj# Needs to be set per system. i.e change these as you see fit 121.1Sdbjmaxusers 16 131.1Sdbj 141.1Sdbj# Standard system options 151.1Sdbjoptions KTRACE # system call tracing 161.1Sdbjoptions SYSVMSG # System V message queues 171.1Sdbjoptions SYSVSEM # System V semaphores 181.42Sdarcy#options SEMMNI=10 # number of semaphore identifiers 191.42Sdarcy#options SEMMNS=60 # number of semaphores in system 201.42Sdarcy#options SEMUME=10 # max number of undo entries per process 211.42Sdarcy#options SEMMNU=30 # number of undo structures in system 221.1Sdbjoptions SYSVSHM # System V shared memory 231.1Sdbj#options SHMMAXPGS=1024 # 1024 pages is the default 241.1Sdbj 251.1Sdbjoptions LKM # loadable kernel modules 261.1Sdbjoptions INSECURE # disable kernel security level 271.1Sdbjoptions UCONSOLE # Allow non-root TIOCCONS 281.1Sdbj 291.22Sdbjoptions DEBUG # kernel debugging code 301.22Sdbjoptions DIAGNOSTIC # extra kernel sanity checking 311.22Sdbj 321.1Sdbj# Which kernel debugger? Uncomment either this: 331.1Sdbjoptions DDB 341.3Sdbjoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 351.3Sdbj 361.1Sdbj# ... or these for KGDB (gdb remote target) 371.1Sdbj#makeoptions DEBUG="-g" # debugging symbols for gdb 381.1Sdbj#options KGDB # support for kernel gdb 391.1Sdbj#options KGDBDEV=0xc01 # kgdb device number (dev_t) 401.14Sdbj#options KGDBRATE=0x2580 # baud rate 411.1Sdbj 421.1Sdbj# Other debugging options 431.1Sdbjoptions KMEMSTATS # kernel memory statistics (vmstat -m) 441.1Sdbj#options PMAP_DEBUG 451.1Sdbjoptions SCSIDEBUG 461.1Sdbjoptions SCSIVERBOSE # Verbose SCSI errors 471.1Sdbjoptions SWAPDEBUG 481.1Sdbj 491.41Swiz# Compatibility options 501.1Sdbjoptions COMPAT_43 # and 4.3BSD and ... 511.1Sdbjoptions COMPAT_44 # and 4.4BSD and ... 521.3Sdbjoptions COMPAT_09 # NetBSD 0.9 531.1Sdbjoptions COMPAT_10 # NetBSD 1.0 541.1Sdbjoptions COMPAT_11 # NetBSD 1.1 551.1Sdbjoptions COMPAT_12 # NetBSD 1.2 561.1Sdbjoptions COMPAT_13 # NetBSD 1.3 571.17Saugustssoptions COMPAT_14 # NetBSD 1.4 581.1Sdbj 591.43Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 601.43Sabs 611.28Sdebergoptions COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 621.3Sdbjoptions COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 631.3Sdbjoptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 641.15Skleink#options COMPAT_SVR4 # can run SVR4 executables 651.7Sitohy#options COMPAT_LINUX # can run Linux/m68k executables 661.40Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 671.40Schsoptions EXEC_AOUT # support for a.out executables 681.1Sdbj 691.1Sdbj# File systems 701.13Sdbj#file-system FFS # UFS 711.13Sdbj#file-system EXT2FS # second extended file system (linux) 721.13Sdbj#file-system LFS # log-structured file system 731.1Sdbjfile-system MFS # memory file system 741.1Sdbjfile-system NFS # Network File System client 751.13Sdbj#file-system CD9660 # ISO 9660 + Rock Ridge file system 761.13Sdbj#file-system MSDOSFS # MS-DOS file system 771.1Sdbjfile-system FDESC # /dev/fd 781.1Sdbjfile-system KERNFS # /kern 791.1Sdbjfile-system NULLFS # loopback file system 801.23Swrstudenfile-system OVERLAY # overlay file system 811.1Sdbjfile-system PORTAL # portal filesystem (still experimental) 821.1Sdbjfile-system PROCFS # /proc 831.1Sdbjfile-system UMAPFS # NULLFS + uid and gid remapping 841.1Sdbjfile-system UNION # union file system 851.1Sdbj 861.1Sdbjoptions NFSSERVER # nfs server support 871.1Sdbjoptions QUOTA # FFS quotas 881.31Sfvdloptions SOFTDEP # FFS soft updates support. 891.1Sdbj#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 901.1Sdbj # immutable) behave as system flags. 911.21Sitojun 921.1Sdbj# Networking options 931.1Sdbjoptions GATEWAY # packet forwarding 941.1Sdbjoptions INET # IP + ICMP + TCP + UDP 951.21Sitojunoptions INET6 # IPV6 961.21Sitojun#options IPSEC # IP security 971.21Sitojun#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 981.21Sitojun#options IPSEC_DEBUG # debug for IP security 991.1Sdbj#options MROUTING # IP multicast routing 1001.1Sdbj#options NS # XNS 1011.1Sdbj#options NSIP # XNS tunneling over IP 1021.1Sdbj#options ISO,TPIP # OSI 1031.1Sdbj#options EON # OSI tunneling over IP 1041.1Sdbj#options CCITT,LLC,HDLC # X.25 1051.1Sdbj#options NETATALK # AppleTalk networking protocols 1061.16Schristosoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1071.16Schristosoptions PPP_DEFLATE # Deflate compression support for PPP 1081.16Schristosoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1091.16Schristosoptions PFIL_HOOKS # pfil(9) packet filter hooks 1101.43Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1111.1Sdbj 1121.1Sdbj# NeXT specific options 1131.1Sdbjoptions M68040 1141.39Sdbj#options M68030 1151.1Sdbjoptions FPSP 1161.1Sdbj#options FPU_EMULATE 1171.1Sdbj 1181.27Sdebergoptions ZS_CONSOLE_ABORT # drop to debugger on break 1191.27Sdeberg#options SERCONSOLE # use serial console 1201.1Sdbj 1211.1Sdbjoptions NFS_BOOT_BOOTP 1221.1Sdbjoptions NFS_BOOT_DHCP 1231.3Sdbj 1241.9Sdbj# wscons options 1251.9Sdbjoptions RCONS_2BPP # necessary for nextdisplay 1261.35Sdebergoptions RCONS_16BPP # necessary for color nextdisplay 1271.10Sdbj#options WSEMUL_SUN # sun terminal emulation 1281.10Sdbjoptions WSEMUL_VT100 # VT100 / VT220 emulation 1291.9Sdbjoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1301.9Sdbjoptions WSDISPLAY_COMPAT_USL # VT handling 1311.9Sdbjoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1321.12Sdbj# see dev/wskbdmap_next.h for implemented layouts 1331.9Sdbj#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1341.9Sdbj 1351.1Sdbjconfig netbsd root on ? type ? 1361.1Sdbj 1371.8Sdbj# 1381.8Sdbj# Device configuration 1391.8Sdbj# 1401.8Sdbj 1411.8Sdbj# The root node: 1421.8Sdbjmainbus0 at root 1431.8Sdbj 1441.8Sdbj#fpu0 at mainbus? 1451.8Sdbj 1461.8Sdbj# device space 1471.8Sdbjintio0 at mainbus? 1481.9Sdbj 1491.9Sdbjnextkbd0 at intio? ipl 3 1501.9Sdbjnextdisplay0 at mainbus? 1511.9Sdbj 1521.9Sdbjwsdisplay* at nextdisplay? console ? 1531.9Sdbjwskbd* at nextkbd? console ? 1541.8Sdbj 1551.8Sdbj# INTIO 1561.8Sdbjzsc0 at intio? ipl 5 1571.8Sdbj#zsc1 at intio? ipl 5 1581.8Sdbj 1591.8Sdbjxe* at intio? ipl 3 # ethernet 1601.8Sdbj 1611.13Sdbj#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1621.8Sdbj 1631.8Sdbj# 1641.8Sdbj# Serial ports 1651.8Sdbj# 1661.8Sdbjzstty0 at zsc0 channel 0 # ttya 1671.8Sdbjzstty1 at zsc0 channel 1 # ttyb 1681.8Sdbj 1691.8Sdbj# SCSI bus support 1701.13Sdbj#scsibus* at scsi? 1711.8Sdbj 1721.8Sdbj# SCSI devices 1731.13Sdbj#sd* at scsibus? target ? lun ? # SCSI disk drives 1741.13Sdbj#st* at scsibus? target ? lun ? # SCSI tape drives 1751.13Sdbj#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1761.13Sdbj#ch* at scsibus? target ? lun ? # SCSI autochangers 1771.13Sdbj#se* at scsibus? target ? lun ? # SCSI ethernet 1781.13Sdbj#ss* at scsibus? target ? lun ? # SCSI scanners 1791.13Sdbj#uk* at scsibus? target ? lun ? # SCSI unknown 1801.8Sdbj 1811.8Sdbj 1821.1Sdbj# Memory-disk drivers 1831.1Sdbjpseudo-device md 2 1841.1Sdbj 1851.1Sdbj# Misc. 1861.1Sdbjpseudo-device loop 1 # network loopback 1871.1Sdbjpseudo-device bpfilter 8 # packet filter 1881.1Sdbjpseudo-device sl 2 # CSLIP 1891.1Sdbjpseudo-device ppp 2 # PPP 1901.1Sdbjpseudo-device tun 2 # network tunneling over tty 1911.6Shwr#pseudo-device gre 2 # generic L3 over IP tunnel 1921.1Sdbjpseudo-device ipfilter # ip filter 1931.21Sitojunpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 1941.21Sitojun#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 1951.29Sitojun#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 1961.37Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 1971.36Sitojunpseudo-device rnd # /dev/random and in-kernel generator 1981.18Saugustss#pseudo-device wsmux 2 # mouse & keyboard multiplexor 1991.1Sdbj 2001.34Sjdolecekpseudo-device pty # pseudo-terminals 2011.1Sdbjpseudo-device vnd 4 # paging to files 2021.5Soster#pseudo-device raid 4 # RAIDframe disk driver 2031.26Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID components 2041.1Sdbjpseudo-device ccd 4 # concatenated disks 205