GENERIC revision 1.22
11.22Sdbj# $NetBSD: GENERIC,v 1.22 1999/12/14 11:17:27 dbj Exp $ 21.1Sdbj# 31.1Sdbj# GENERIC next68k 41.1Sdbj# 51.1Sdbj# 61.1Sdbj 71.1Sdbjinclude "arch/next68k/conf/std.next68k" 81.1Sdbj 91.1Sdbj# Needs to be set per system. i.e change these as you see fit 101.1Sdbjmaxusers 16 111.1Sdbj 121.1Sdbj# Standard system options 131.1Sdbjoptions KTRACE # system call tracing 141.1Sdbjoptions SYSVMSG # System V message queues 151.1Sdbjoptions SYSVSEM # System V semaphores 161.1Sdbjoptions SYSVSHM # System V shared memory 171.1Sdbj#options SHMMAXPGS=1024 # 1024 pages is the default 181.1Sdbj 191.1Sdbjoptions LKM # loadable kernel modules 201.1Sdbjoptions INSECURE # disable kernel security level 211.1Sdbjoptions UCONSOLE # Allow non-root TIOCCONS 221.1Sdbj 231.22Sdbjoptions DEBUG # kernel debugging code 241.22Sdbjoptions DIAGNOSTIC # extra kernel sanity checking 251.22Sdbj 261.1Sdbj# Which kernel debugger? Uncomment either this: 271.1Sdbjoptions DDB 281.3Sdbjoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 291.3Sdbj 301.1Sdbj# ... or these for KGDB (gdb remote target) 311.1Sdbj#makeoptions DEBUG="-g" # debugging symbols for gdb 321.1Sdbj#options KGDB # support for kernel gdb 331.1Sdbj#options KGDBDEV=0xc01 # kgdb device number (dev_t) 341.14Sdbj#options KGDBRATE=0x2580 # baud rate 351.1Sdbj 361.1Sdbj# Other debugging options 371.1Sdbjoptions KMEMSTATS # kernel memory statistics (vmstat -m) 381.1Sdbj#options PMAP_DEBUG 391.1Sdbjoptions SCSIDEBUG 401.1Sdbjoptions SCSIVERBOSE # Verbose SCSI errors 411.1Sdbjoptions SWAPDEBUG 421.1Sdbj 431.1Sdbj# Compatability options 441.1Sdbjoptions COMPAT_43 # and 4.3BSD and ... 451.1Sdbjoptions COMPAT_44 # and 4.4BSD and ... 461.3Sdbjoptions COMPAT_09 # NetBSD 0.9 471.1Sdbjoptions COMPAT_10 # NetBSD 1.0 481.1Sdbjoptions COMPAT_11 # NetBSD 1.1 491.1Sdbjoptions COMPAT_12 # NetBSD 1.2 501.1Sdbjoptions COMPAT_13 # NetBSD 1.3 511.17Saugustssoptions COMPAT_14 # NetBSD 1.4 521.1Sdbj 531.3Sdbj# @@ COMPAT_M68K4K doesn't compile because my egcs cross compiler isn't defining __m68k__ 541.3Sdbj# I don't know whether the compiler is broken or whether 551.3Sdbj# /sys/compat/m68k4k/m68k4k_exec.c should be updated. -- dbj 561.1Sdbj#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 571.3Sdbjoptions COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 581.3Sdbjoptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 591.15Skleink#options COMPAT_SVR4 # can run SVR4 executables 601.7Sitohy#options COMPAT_LINUX # can run Linux/m68k executables 611.15Skleink#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 621.1Sdbj 631.1Sdbj# File systems 641.13Sdbj#file-system FFS # UFS 651.13Sdbj#file-system EXT2FS # second extended file system (linux) 661.13Sdbj#file-system LFS # log-structured file system 671.1Sdbjfile-system MFS # memory file system 681.1Sdbjfile-system NFS # Network File System client 691.13Sdbj#file-system CD9660 # ISO 9660 + Rock Ridge file system 701.13Sdbj#file-system MSDOSFS # MS-DOS file system 711.1Sdbjfile-system FDESC # /dev/fd 721.1Sdbjfile-system KERNFS # /kern 731.1Sdbjfile-system NULLFS # loopback file system 741.1Sdbjfile-system PORTAL # portal filesystem (still experimental) 751.1Sdbjfile-system PROCFS # /proc 761.1Sdbjfile-system UMAPFS # NULLFS + uid and gid remapping 771.1Sdbjfile-system UNION # union file system 781.1Sdbj 791.1Sdbjoptions NFSSERVER # nfs server support 801.1Sdbjoptions QUOTA # FFS quotas 811.20Sfvdl#options SOFTDEP # FFS soft updates support. 821.1Sdbj#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 831.1Sdbj # immutable) behave as system flags. 841.1Sdbj 851.21Sitojun# Pull in config fragments for kernel crypto. This is required for 861.21Sitojun# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 871.21Sitojun# one of these, based on whether you use crypto-us or crypto-intl, and 881.21Sitojun# adjust the prefixes as necessary. 891.21Sitojun 901.21Sitojun#prefix ../crypto-us/sys 911.21Sitojun#cinclude "conf/files.crypto-us" 921.21Sitojun#prefix 931.21Sitojun 941.21Sitojun#prefix ../crypto-intl/sys 951.21Sitojun#cinclude "conf/files.crypto-intl" 961.21Sitojun#prefix 971.21Sitojun 981.1Sdbj# Networking options 991.1Sdbjoptions GATEWAY # packet forwarding 1001.1Sdbjoptions INET # IP + ICMP + TCP + UDP 1011.21Sitojunoptions INET6 # IPV6 1021.21Sitojun#options IPSEC # IP security 1031.21Sitojun#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1041.21Sitojun#options IPSEC_DEBUG # debug for IP security 1051.1Sdbj#options MROUTING # IP multicast routing 1061.1Sdbj#options NS # XNS 1071.1Sdbj#options NSIP # XNS tunneling over IP 1081.1Sdbj#options ISO,TPIP # OSI 1091.1Sdbj#options EON # OSI tunneling over IP 1101.1Sdbj#options CCITT,LLC,HDLC # X.25 1111.1Sdbj#options NETATALK # AppleTalk networking protocols 1121.16Schristosoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1131.16Schristosoptions PPP_DEFLATE # Deflate compression support for PPP 1141.16Schristosoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1151.16Schristosoptions PFIL_HOOKS # pfil(9) packet filter hooks 1161.1Sdbj 1171.1Sdbj# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1181.1Sdbj#options TCP_COMPAT_42 1191.1Sdbj 1201.1Sdbj# NeXT specific options 1211.1Sdbjoptions M68040 1221.1Sdbjoptions M68030 1231.1Sdbjoptions FPSP 1241.1Sdbj#options FPU_EMULATE 1251.1Sdbj 1261.1Sdbjoptions ZS_CONSOLE_ABORT 1271.14Sdbj#options SERCONSOLE 1281.1Sdbj 1291.1Sdbjoptions NFS_BOOT_BOOTP 1301.1Sdbjoptions NFS_BOOT_DHCP 1311.3Sdbj 1321.9Sdbj# wscons options 1331.9Sdbjoptions RCONS_2BPP # necessary for nextdisplay 1341.10Sdbj#options WSEMUL_SUN # sun terminal emulation 1351.10Sdbjoptions WSEMUL_VT100 # VT100 / VT220 emulation 1361.9Sdbjoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1371.9Sdbjoptions WSDISPLAY_COMPAT_USL # VT handling 1381.9Sdbjoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1391.12Sdbj# see dev/wskbdmap_next.h for implemented layouts 1401.9Sdbj#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1411.9Sdbj 1421.1Sdbjconfig netbsd root on ? type ? 1431.1Sdbj 1441.8Sdbj# 1451.8Sdbj# Device configuration 1461.8Sdbj# 1471.8Sdbj 1481.8Sdbj# The root node: 1491.8Sdbjmainbus0 at root 1501.8Sdbj 1511.8Sdbj#fpu0 at mainbus? 1521.8Sdbj 1531.8Sdbj# device space 1541.8Sdbjintio0 at mainbus? 1551.9Sdbj 1561.9Sdbjnextkbd0 at intio? ipl 3 1571.9Sdbjnextdisplay0 at mainbus? 1581.9Sdbj 1591.9Sdbjwsdisplay* at nextdisplay? console ? 1601.9Sdbjwskbd* at nextkbd? console ? 1611.8Sdbj 1621.8Sdbj# INTIO 1631.8Sdbjzsc0 at intio? ipl 5 1641.8Sdbj#zsc1 at intio? ipl 5 1651.8Sdbj 1661.8Sdbjxe* at intio? ipl 3 # ethernet 1671.8Sdbj 1681.13Sdbj#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1691.8Sdbj 1701.8Sdbj# 1711.8Sdbj# Serial ports 1721.8Sdbj# 1731.8Sdbjzstty0 at zsc0 channel 0 # ttya 1741.8Sdbjzstty1 at zsc0 channel 1 # ttyb 1751.8Sdbj 1761.8Sdbj# SCSI bus support 1771.13Sdbj#scsibus* at scsi? 1781.8Sdbj 1791.8Sdbj# SCSI devices 1801.13Sdbj#sd* at scsibus? target ? lun ? # SCSI disk drives 1811.13Sdbj#st* at scsibus? target ? lun ? # SCSI tape drives 1821.13Sdbj#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1831.13Sdbj#ch* at scsibus? target ? lun ? # SCSI autochangers 1841.13Sdbj#se* at scsibus? target ? lun ? # SCSI ethernet 1851.13Sdbj#ss* at scsibus? target ? lun ? # SCSI scanners 1861.13Sdbj#uk* at scsibus? target ? lun ? # SCSI unknown 1871.8Sdbj 1881.8Sdbj 1891.1Sdbj# Memory-disk drivers 1901.1Sdbjpseudo-device md 2 1911.1Sdbj 1921.1Sdbj# Misc. 1931.1Sdbjpseudo-device loop 1 # network loopback 1941.1Sdbjpseudo-device bpfilter 8 # packet filter 1951.1Sdbjpseudo-device sl 2 # CSLIP 1961.1Sdbjpseudo-device ppp 2 # PPP 1971.1Sdbjpseudo-device tun 2 # network tunneling over tty 1981.6Shwr#pseudo-device gre 2 # generic L3 over IP tunnel 1991.1Sdbjpseudo-device ipfilter # ip filter 2001.21Sitojunpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2011.21Sitojun#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2021.1Sdbj# rnd is EXPERIMENTAL 2031.1Sdbj#pseudo-device rnd # /dev/random and in-kernel generator 2041.18Saugustss#pseudo-device wsmux 2 # mouse & keyboard multiplexor 2051.1Sdbj 2061.1Sdbjpseudo-device pty 64 # pseudo-terminals 2071.1Sdbjpseudo-device vnd 4 # paging to files 2081.5Soster#pseudo-device raid 4 # RAIDframe disk driver 2091.1Sdbjpseudo-device ccd 4 # concatenated disks 210