SLAB revision 1.64
11.64Schristos# $NetBSD: SLAB,v 1.64 2024/01/29 18:27:14 christos Exp $ 21.1Sdeberg# 31.1Sdeberg# deberg's development machine 41.1Sdeberg# 51.1Sdeberg# 61.1Sdeberg 71.1Sdeberginclude "arch/next68k/conf/std.next68k" 81.12Satatat 91.12Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 101.1Sdeberg 111.1Sdeberg# Needs to be set per system. i.e change these as you see fit 121.1Sdebergmaxusers 16 131.1Sdeberg 141.1Sdeberg# Standard system options 151.1Sdebergoptions KTRACE # system call tracing 161.1Sdebergoptions SYSVMSG # System V message queues 171.1Sdebergoptions SYSVSEM # System V semaphores 181.1Sdebergoptions SYSVSHM # System V shared memory 191.1Sdeberg 201.1Sdebergoptions INSECURE # disable kernel security level 211.17Slukemoptions USERCONF # userconf(4) support 221.10Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 231.21Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 241.1Sdeberg 251.1Sdebergoptions DEBUG # kernel debugging code 261.1Sdebergoptions DIAGNOSTIC # extra kernel sanity checking 271.1Sdeberg 281.1Sdeberg# Which kernel debugger? Uncomment either this: 291.1Sdebergoptions DDB 301.1Sdebergoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 311.55Suebayasipseudo-device ksyms 321.1Sdeberg 331.1Sdeberg# ... or these for KGDB (gdb remote target) 341.9Slukemmakeoptions DEBUG="-g" # debugging symbols for gdb 351.8Slukem#options KGDB # support for kernel gdb 361.8Slukem#options KGDB_DEV=0xc01 # kgdb device number (dev_t) 371.8Slukem#options KGDB_DEVRATE=9600 # baud rate 381.1Sdeberg 391.1Sdeberg# Other debugging options 401.1Sdeberg#options PMAP_DEBUG 411.1Sdebergoptions SCSIDEBUG 421.1Sdebergoptions SCSIVERBOSE # Verbose SCSI errors 431.1Sdeberg 441.5Swiz# Compatibility options 451.57Smrginclude "conf/compat_netbsd14.config" 461.1Sdeberg 471.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 481.6Sabs 491.1Sdeberg#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 501.1Sdeberg#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 511.1Sdeberg#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 521.1Sdeberg#options COMPAT_LINUX # can run Linux/m68k executables 531.60Snia#options COMPAT_OSSAUDIO # can run Linux/m68k executables 541.4Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 551.4Schsoptions EXEC_AOUT # support for a.out executables 561.1Sdeberg 571.1Sdeberg# File systems 581.1Sdeberg#file-system FFS # UFS 591.1Sdeberg#file-system EXT2FS # second extended file system (linux) 601.1Sdeberg#file-system LFS # log-structured file system 611.1Sdebergfile-system MFS # memory file system 621.1Sdebergfile-system NFS # Network File System client 631.1Sdeberg#file-system CD9660 # ISO 9660 + Rock Ridge file system 641.1Sdeberg#file-system MSDOSFS # MS-DOS file system 651.1Sdebergfile-system FDESC # /dev/fd 661.1Sdebergfile-system KERNFS # /kern 671.1Sdebergfile-system NULLFS # loopback file system 681.1Sdeberg#file-system PROCFS # /proc 691.1Sdeberg#file-system UMAPFS # NULLFS + uid and gid remapping 701.1Sdeberg#file-system UNION # union file system 711.30Schristosfile-system PTYFS # /dev/pts/N support 721.1Sdeberg 731.1Sdeberg#options NFSSERVER # nfs server support 741.43Sbouyer#options QUOTA # legacy UFS quotas 751.43Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 761.1Sdeberg 771.1Sdeberg# Networking options 781.1Sdeberg#options GATEWAY # packet forwarding 791.1Sdebergoptions INET # IP + ICMP + TCP + UDP 801.1Sdebergoptions INET6 # IPV6 811.1Sdeberg#options IPSEC # IP security 821.1Sdeberg#options IPSEC_DEBUG # debug for IP security 831.1Sdeberg#options MROUTING # IP multicast routing 841.22Smanu#options PIM # Protocol Independent Multicast 851.1Sdeberg#options NETATALK # AppleTalk networking protocols 861.1Sdeberg#options PPP_BSDCOMP # BSD-Compress compression support for PPP 871.1Sdeberg#options PPP_DEFLATE # Deflate compression support for PPP 881.1Sdeberg#options PPP_FILTER # Active filter support for PPP (requires bpf) 891.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 901.1Sdeberg 911.1Sdeberg# NeXT specific options 921.1Sdebergoptions M68040 931.1Sdebergoptions M68030 941.1Sdebergoptions FPSP 951.1Sdeberg#options FPU_EMULATE 961.1Sdeberg 971.1Sdebergoptions ZS_CONSOLE_ABORT # drop to debugger on break 981.1Sdeberg#options SERCONSOLE # use serial console 991.1Sdeberg 1001.1Sdebergoptions NFS_BOOT_BOOTP 1011.1Sdebergoptions NFS_BOOT_DHCP 1021.1Sdeberg 1031.1Sdeberg# wscons options 1041.9Slukemoptions RCONS_2BPP # necessary for nextdisplay 1051.9Slukemoptions RCONS_16BPP # necessary for nextdisplay 1061.1Sdeberg#options WSEMUL_SUN # sun terminal emulation 1071.1Sdebergoptions WSEMUL_VT100 # VT100 / VT220 emulation 1081.1Sdebergoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1091.46Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1101.1Sdebergoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1111.1Sdeberg# see dev/wskbdmap_next.h for implemented layouts 1121.1Sdeberg#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1131.1Sdeberg 1141.1Sdebergconfig netbsd root on ? type ? 1151.1Sdeberg 1161.1Sdeberg# 1171.1Sdeberg# Device configuration 1181.1Sdeberg# 1191.1Sdeberg 1201.1Sdeberg# The root node: 1211.1Sdebergmainbus0 at root 1221.1Sdeberg 1231.1Sdeberg#fpu0 at mainbus? 1241.1Sdeberg 1251.1Sdeberg# device space 1261.9Slukemintio0 at mainbus? 1271.1Sdeberg 1281.9Slukemnextkbd0 at intio? ipl 3 1291.9Slukemnextdisplay0 at mainbus? 1301.1Sdeberg 1311.9Slukemwsdisplay* at nextdisplay? console ? 1321.9Slukemwskbd* at nextkbd? console ? 1331.1Sdeberg 1341.1Sdeberg# INTIO 1351.16Smycroftnextdma* at intio? ipl 6 1361.16Smycroft 1371.9Slukemzsc0 at intio? ipl 5 1381.9Slukem#zsc1 at intio? ipl 5 1391.1Sdeberg 1401.9Slukemxe* at intio? ipl 3 # ethernet 1411.1Sdeberg 1421.14Smycroftesp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1431.1Sdeberg 1441.1Sdeberg# 1451.1Sdeberg# Serial ports 1461.1Sdeberg# 1471.56Stsutsuizstty0 at zsc0 channel 0 # Serial Port A 1481.56Stsutsuizstty1 at zsc0 channel 1 # Serial Port B 1491.1Sdeberg 1501.1Sdeberg# SCSI bus support 1511.15Smycroftscsibus* at scsi? 1521.1Sdeberg 1531.1Sdeberg# SCSI devices 1541.1Sdeberg#sd* at scsibus? target ? lun ? # SCSI disk drives 1551.1Sdeberg#st* at scsibus? target ? lun ? # SCSI tape drives 1561.1Sdeberg#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1571.1Sdeberg#ch* at scsibus? target ? lun ? # SCSI autochangers 1581.61Snat#dse* at scsibus? target ? lun ? # SCSI ethernet (Dayna) 1591.1Sdeberg#se* at scsibus? target ? lun ? # SCSI ethernet 1601.1Sdeberg#ss* at scsibus? target ? lun ? # SCSI scanners 1611.1Sdeberg#uk* at scsibus? target ? lun ? # SCSI unknown 1621.1Sdeberg 1631.1Sdeberg 1641.1Sdeberg# Memory-disk drivers 1651.62Stsutsuipseudo-device md 1661.1Sdeberg 1671.1Sdeberg# Misc. 1681.49Schristospseudo-device loop # network loopback 1691.32Srpaulopseudo-device bpfilter # packet filter 1701.33Scubepseudo-device sl # CSLIP 1711.33Scubepseudo-device ppp # PPP 1721.33Scubepseudo-device tun # network tunneling over tty 1731.33Scube#pseudo-device gre # generic L3 over IP tunnel 1741.58Smaxvpseudo-device npf # NPF packet filter 1751.33Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 1761.33Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 1771.33Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1781.1Sdeberg# rnd is EXPERIMENTAL 1791.7Saugustss#pseudo-device wsmux # mouse & keyboard multiplexor 1801.1Sdeberg 1811.2Sjdolecekpseudo-device pty # pseudo-terminals 1821.33Scubepseudo-device vnd # paging to files 1831.50Schristos#pseudo-device raid # RAIDframe disk driver 1841.1Sdeberg#options RAID_AUTOCONFIG # auto-configuration of RAID components 1851.40Spooka#pseudo-device fss # file system snapshot device 1861.49Schristospseudo-device ccd # concatenated disks 1871.13Slukempseudo-device clockctl # user control of clock subsystem 188