SLAB revision 1.32
11.32Srpaulo# $NetBSD: SLAB,v 1.32 2006/02/04 03:29:57 rpaulo 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.20Smycroftoptions P1003_1B_SEMAPHORE # POSIX semaphore support 201.1Sdeberg#options SHMMAXPGS=1024 # 1024 pages is the default 211.1Sdeberg 221.1Sdebergoptions LKM # loadable kernel modules 231.1Sdebergoptions INSECURE # disable kernel security level 241.17Slukemoptions USERCONF # userconf(4) support 251.10Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 261.21Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 271.1Sdeberg 281.1Sdebergoptions DEBUG # kernel debugging code 291.1Sdebergoptions DIAGNOSTIC # extra kernel sanity checking 301.1Sdeberg 311.1Sdeberg# Which kernel debugger? Uncomment either this: 321.1Sdebergoptions DDB 331.1Sdebergoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 341.1Sdeberg 351.1Sdeberg# ... or these for KGDB (gdb remote target) 361.9Slukemmakeoptions DEBUG="-g" # debugging symbols for gdb 371.8Slukem#options KGDB # support for kernel gdb 381.8Slukem#options KGDB_DEV=0xc01 # kgdb device number (dev_t) 391.8Slukem#options KGDB_DEVRATE=9600 # baud rate 401.1Sdeberg 411.1Sdeberg# Other debugging options 421.1Sdebergoptions KMEMSTATS # kernel memory statistics (vmstat -m) 431.1Sdeberg#options PMAP_DEBUG 441.1Sdebergoptions SCSIDEBUG 451.1Sdebergoptions SCSIVERBOSE # Verbose SCSI errors 461.9Slukemoptions SWAPDEBUG 471.1Sdeberg 481.5Swiz# Compatibility options 491.1Sdeberg#options COMPAT_43 # and 4.3BSD and ... 501.1Sdeberg#options COMPAT_44 # and 4.4BSD and ... 511.1Sdeberg#options COMPAT_09 # NetBSD 0.9 521.1Sdeberg#options COMPAT_10 # NetBSD 1.0 531.1Sdeberg#options COMPAT_11 # NetBSD 1.1 541.1Sdeberg#options COMPAT_12 # NetBSD 1.2 551.1Sdeberg#options COMPAT_13 # NetBSD 1.3 561.1Sdebergoptions COMPAT_14 # NetBSD 1.4 571.19Scloptions COMPAT_15 # NetBSD 1.5 581.19Scloptions COMPAT_16 # NetBSD 1.6 591.25Ssimonboptions COMPAT_20 # NetBSD 2.0 601.29Schristosoptions COMPAT_30 # NetBSD 3.0 compatibility. 611.1Sdeberg 621.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 631.6Sabs 641.1Sdeberg#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 651.1Sdeberg#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 661.1Sdeberg#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 671.1Sdeberg#options COMPAT_SVR4 # can run SVR4 executables 681.1Sdeberg#options COMPAT_LINUX # can run Linux/m68k executables 691.4Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 701.4Schsoptions EXEC_AOUT # support for a.out executables 711.23Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 721.1Sdeberg 731.1Sdeberg# File systems 741.1Sdeberg#file-system FFS # UFS 751.1Sdeberg#file-system EXT2FS # second extended file system (linux) 761.1Sdeberg#file-system LFS # log-structured file system 771.1Sdebergfile-system MFS # memory file system 781.1Sdebergfile-system NFS # Network File System client 791.1Sdeberg#file-system CD9660 # ISO 9660 + Rock Ridge file system 801.1Sdeberg#file-system MSDOSFS # MS-DOS file system 811.1Sdebergfile-system FDESC # /dev/fd 821.1Sdebergfile-system KERNFS # /kern 831.1Sdebergfile-system NULLFS # loopback file system 841.1Sdeberg#file-system PORTAL # portal filesystem (still experimental) 851.1Sdeberg#file-system PROCFS # /proc 861.1Sdeberg#file-system UMAPFS # NULLFS + uid and gid remapping 871.1Sdeberg#file-system UNION # union file system 881.30Schristosfile-system PTYFS # /dev/pts/N support 891.1Sdeberg 901.1Sdeberg#options NFSSERVER # nfs server support 911.1Sdeberg#options QUOTA # FFS quotas 921.9Slukem#options SOFTDEP # FFS soft updates support. 931.1Sdeberg#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 941.1Sdeberg # immutable) behave as system flags. 951.1Sdeberg 961.1Sdeberg# Networking options 971.1Sdeberg#options GATEWAY # packet forwarding 981.1Sdebergoptions INET # IP + ICMP + TCP + UDP 991.1Sdebergoptions INET6 # IPV6 1001.1Sdeberg#options IPSEC # IP security 1011.1Sdeberg#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1021.26Stron#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1031.1Sdeberg#options IPSEC_DEBUG # debug for IP security 1041.1Sdeberg#options MROUTING # IP multicast routing 1051.22Smanu#options PIM # Protocol Independent Multicast 1061.1Sdeberg#options NS # XNS 1071.1Sdeberg#options NSIP # XNS tunneling over IP 1081.1Sdeberg#options ISO,TPIP # OSI 1091.1Sdeberg#options EON # OSI tunneling over IP 1101.1Sdeberg#options CCITT,LLC,HDLC # X.25 1111.1Sdeberg#options NETATALK # AppleTalk networking protocols 1121.1Sdeberg#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1131.1Sdeberg#options PPP_DEFLATE # Deflate compression support for PPP 1141.1Sdeberg#options PPP_FILTER # Active filter support for PPP (requires bpf) 1151.1Sdeberg#options PFIL_HOOKS # pfil(9) packet filter hooks 1161.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1171.1Sdeberg 1181.1Sdeberg# NeXT specific options 1191.1Sdebergoptions M68040 1201.1Sdebergoptions M68030 1211.1Sdebergoptions FPSP 1221.1Sdeberg#options FPU_EMULATE 1231.1Sdeberg 1241.1Sdebergoptions ZS_CONSOLE_ABORT # drop to debugger on break 1251.1Sdeberg#options SERCONSOLE # use serial console 1261.1Sdeberg 1271.1Sdebergoptions NFS_BOOT_BOOTP 1281.1Sdebergoptions NFS_BOOT_DHCP 1291.1Sdeberg 1301.1Sdeberg# wscons options 1311.9Slukemoptions RCONS_2BPP # necessary for nextdisplay 1321.9Slukemoptions RCONS_16BPP # necessary for nextdisplay 1331.1Sdeberg#options WSEMUL_SUN # sun terminal emulation 1341.1Sdebergoptions WSEMUL_VT100 # VT100 / VT220 emulation 1351.1Sdebergoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1361.1Sdebergoptions WSDISPLAY_COMPAT_USL # VT handling 1371.1Sdebergoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1381.1Sdeberg# see dev/wskbdmap_next.h for implemented layouts 1391.1Sdeberg#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1401.1Sdeberg 1411.1Sdebergconfig netbsd root on ? type ? 1421.1Sdeberg 1431.1Sdeberg# 1441.1Sdeberg# Device configuration 1451.1Sdeberg# 1461.1Sdeberg 1471.1Sdeberg# The root node: 1481.1Sdebergmainbus0 at root 1491.1Sdeberg 1501.1Sdeberg#fpu0 at mainbus? 1511.1Sdeberg 1521.1Sdeberg# device space 1531.9Slukemintio0 at mainbus? 1541.1Sdeberg 1551.9Slukemnextkbd0 at intio? ipl 3 1561.9Slukemnextdisplay0 at mainbus? 1571.1Sdeberg 1581.9Slukemwsdisplay* at nextdisplay? console ? 1591.9Slukemwskbd* at nextkbd? console ? 1601.1Sdeberg 1611.1Sdeberg# INTIO 1621.16Smycroftnextdma* at intio? ipl 6 1631.16Smycroft 1641.9Slukemzsc0 at intio? ipl 5 1651.9Slukem#zsc1 at intio? ipl 5 1661.1Sdeberg 1671.9Slukemxe* at intio? ipl 3 # ethernet 1681.1Sdeberg 1691.14Smycroftesp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1701.1Sdeberg 1711.1Sdeberg# 1721.1Sdeberg# Serial ports 1731.1Sdeberg# 1741.1Sdebergzstty0 at zsc0 channel 0 # ttya 1751.1Sdebergzstty1 at zsc0 channel 1 # ttyb 1761.1Sdeberg 1771.1Sdeberg# SCSI bus support 1781.15Smycroftscsibus* at scsi? 1791.1Sdeberg 1801.1Sdeberg# SCSI devices 1811.1Sdeberg#sd* at scsibus? target ? lun ? # SCSI disk drives 1821.1Sdeberg#st* at scsibus? target ? lun ? # SCSI tape drives 1831.1Sdeberg#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1841.1Sdeberg#ch* at scsibus? target ? lun ? # SCSI autochangers 1851.1Sdeberg#se* at scsibus? target ? lun ? # SCSI ethernet 1861.1Sdeberg#ss* at scsibus? target ? lun ? # SCSI scanners 1871.1Sdeberg#uk* at scsibus? target ? lun ? # SCSI unknown 1881.1Sdeberg 1891.1Sdeberg 1901.1Sdeberg# Memory-disk drivers 1911.1Sdebergpseudo-device md 2 1921.1Sdeberg 1931.1Sdeberg# Misc. 1941.1Sdebergpseudo-device loop 1 # network loopback 1951.32Srpaulopseudo-device bpfilter # packet filter 1961.1Sdebergpseudo-device sl 2 # CSLIP 1971.1Sdebergpseudo-device ppp 2 # PPP 1981.1Sdebergpseudo-device tun 2 # network tunneling over tty 1991.1Sdeberg#pseudo-device gre 2 # generic L3 over IP tunnel 2001.1Sdebergpseudo-device ipfilter # ip filter 2011.1Sdebergpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2021.1Sdeberg#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2031.1Sdeberg#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2041.1Sdeberg# rnd is EXPERIMENTAL 2051.1Sdeberg#pseudo-device rnd # /dev/random and in-kernel generator 2061.7Saugustss#pseudo-device wsmux # mouse & keyboard multiplexor 2071.1Sdeberg 2081.2Sjdolecekpseudo-device pty # pseudo-terminals 2091.1Sdebergpseudo-device vnd 4 # paging to files 2101.1Sdeberg#pseudo-device raid 4 # RAIDframe disk driver 2111.1Sdeberg#options RAID_AUTOCONFIG # auto-configuration of RAID components 2121.24Shannken#pseudo-device fss 4 # file system snapshot device 2131.1Sdebergpseudo-device ccd 4 # concatenated disks 2141.13Slukempseudo-device clockctl # user control of clock subsystem 215