SLAB revision 1.11
11.11Sgmcgarry# $NetBSD: SLAB,v 1.11 2002/04/12 08:11:13 gmcgarry Exp $ 21.1Sdeberg# 31.1Sdeberg# deberg's development machine 41.1Sdeberg# 51.1Sdeberg# 61.1Sdeberg 71.1Sdeberginclude "arch/next68k/conf/std.next68k" 81.1Sdeberg 91.1Sdeberg# Needs to be set per system. i.e change these as you see fit 101.1Sdebergmaxusers 16 111.1Sdeberg 121.1Sdeberg# Standard system options 131.1Sdebergoptions KTRACE # system call tracing 141.1Sdebergoptions SYSVMSG # System V message queues 151.1Sdebergoptions SYSVSEM # System V semaphores 161.1Sdebergoptions SYSVSHM # System V shared memory 171.1Sdeberg#options SHMMAXPGS=1024 # 1024 pages is the default 181.1Sdeberg 191.1Sdebergoptions LKM # loadable kernel modules 201.1Sdebergoptions INSECURE # disable kernel security level 211.1Sdebergoptions UCONSOLE # Allow non-root TIOCCONS 221.11Sgmcgarry#options USERCONF # userconf(4) support 231.10Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 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.1Sdeberg 321.1Sdeberg# ... or these for KGDB (gdb remote target) 331.9Slukemmakeoptions DEBUG="-g" # debugging symbols for gdb 341.8Slukem#options KGDB # support for kernel gdb 351.8Slukem#options KGDB_DEV=0xc01 # kgdb device number (dev_t) 361.8Slukem#options KGDB_DEVRATE=9600 # baud rate 371.1Sdeberg 381.1Sdeberg# Other debugging options 391.1Sdebergoptions KMEMSTATS # kernel memory statistics (vmstat -m) 401.1Sdeberg#options PMAP_DEBUG 411.1Sdebergoptions SCSIDEBUG 421.1Sdebergoptions SCSIVERBOSE # Verbose SCSI errors 431.9Slukemoptions SWAPDEBUG 441.1Sdeberg 451.5Swiz# Compatibility options 461.1Sdeberg#options COMPAT_43 # and 4.3BSD and ... 471.1Sdeberg#options COMPAT_44 # and 4.4BSD and ... 481.1Sdeberg#options COMPAT_09 # NetBSD 0.9 491.1Sdeberg#options COMPAT_10 # NetBSD 1.0 501.1Sdeberg#options COMPAT_11 # NetBSD 1.1 511.1Sdeberg#options COMPAT_12 # NetBSD 1.2 521.1Sdeberg#options COMPAT_13 # NetBSD 1.3 531.1Sdebergoptions COMPAT_14 # NetBSD 1.4 541.1Sdeberg 551.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 561.6Sabs 571.1Sdeberg#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 581.1Sdeberg#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 591.1Sdeberg#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 601.1Sdeberg#options COMPAT_SVR4 # can run SVR4 executables 611.1Sdeberg#options COMPAT_LINUX # can run Linux/m68k executables 621.4Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 631.4Schsoptions EXEC_AOUT # support for a.out executables 641.1Sdeberg 651.1Sdeberg# File systems 661.1Sdeberg#file-system FFS # UFS 671.1Sdeberg#file-system EXT2FS # second extended file system (linux) 681.1Sdeberg#file-system LFS # log-structured file system 691.1Sdebergfile-system MFS # memory file system 701.1Sdebergfile-system NFS # Network File System client 711.1Sdeberg#file-system CD9660 # ISO 9660 + Rock Ridge file system 721.1Sdeberg#file-system MSDOSFS # MS-DOS file system 731.1Sdebergfile-system FDESC # /dev/fd 741.1Sdebergfile-system KERNFS # /kern 751.1Sdebergfile-system NULLFS # loopback file system 761.1Sdeberg#file-system PORTAL # portal filesystem (still experimental) 771.1Sdeberg#file-system PROCFS # /proc 781.1Sdeberg#file-system UMAPFS # NULLFS + uid and gid remapping 791.1Sdeberg#file-system UNION # union file system 801.1Sdeberg 811.1Sdeberg#options NFSSERVER # nfs server support 821.1Sdeberg#options QUOTA # FFS quotas 831.9Slukem#options SOFTDEP # FFS soft updates support. 841.1Sdeberg#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 851.1Sdeberg # immutable) behave as system flags. 861.1Sdeberg 871.1Sdeberg# Networking options 881.1Sdeberg#options GATEWAY # packet forwarding 891.1Sdebergoptions INET # IP + ICMP + TCP + UDP 901.1Sdebergoptions INET6 # IPV6 911.1Sdeberg#options IPSEC # IP security 921.1Sdeberg#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 931.1Sdeberg#options IPSEC_DEBUG # debug for IP security 941.1Sdeberg#options MROUTING # IP multicast routing 951.1Sdeberg#options NS # XNS 961.1Sdeberg#options NSIP # XNS tunneling over IP 971.1Sdeberg#options ISO,TPIP # OSI 981.1Sdeberg#options EON # OSI tunneling over IP 991.1Sdeberg#options CCITT,LLC,HDLC # X.25 1001.1Sdeberg#options NETATALK # AppleTalk networking protocols 1011.1Sdeberg#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1021.1Sdeberg#options PPP_DEFLATE # Deflate compression support for PPP 1031.1Sdeberg#options PPP_FILTER # Active filter support for PPP (requires bpf) 1041.1Sdeberg#options PFIL_HOOKS # pfil(9) packet filter hooks 1051.6Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1061.1Sdeberg 1071.1Sdeberg# NeXT specific options 1081.1Sdebergoptions M68040 1091.1Sdebergoptions M68030 1101.1Sdebergoptions FPSP 1111.1Sdeberg#options FPU_EMULATE 1121.1Sdeberg 1131.1Sdebergoptions ZS_CONSOLE_ABORT # drop to debugger on break 1141.1Sdeberg#options SERCONSOLE # use serial console 1151.1Sdeberg 1161.1Sdebergoptions NFS_BOOT_BOOTP 1171.1Sdebergoptions NFS_BOOT_DHCP 1181.1Sdeberg 1191.1Sdeberg# wscons options 1201.9Slukemoptions RCONS_2BPP # necessary for nextdisplay 1211.9Slukemoptions RCONS_16BPP # necessary for nextdisplay 1221.1Sdeberg#options WSEMUL_SUN # sun terminal emulation 1231.1Sdebergoptions WSEMUL_VT100 # VT100 / VT220 emulation 1241.1Sdebergoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1251.1Sdebergoptions WSDISPLAY_COMPAT_USL # VT handling 1261.1Sdebergoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1271.1Sdeberg# see dev/wskbdmap_next.h for implemented layouts 1281.1Sdeberg#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1291.1Sdeberg 1301.1Sdebergconfig netbsd root on ? type ? 1311.1Sdeberg 1321.1Sdeberg# 1331.1Sdeberg# Device configuration 1341.1Sdeberg# 1351.1Sdeberg 1361.1Sdeberg# The root node: 1371.1Sdebergmainbus0 at root 1381.1Sdeberg 1391.1Sdeberg#fpu0 at mainbus? 1401.1Sdeberg 1411.1Sdeberg# device space 1421.9Slukemintio0 at mainbus? 1431.1Sdeberg 1441.9Slukemnextkbd0 at intio? ipl 3 1451.9Slukemnextdisplay0 at mainbus? 1461.1Sdeberg 1471.9Slukemwsdisplay* at nextdisplay? console ? 1481.9Slukemwskbd* at nextkbd? console ? 1491.1Sdeberg 1501.1Sdeberg# INTIO 1511.9Slukemzsc0 at intio? ipl 5 1521.9Slukem#zsc1 at intio? ipl 5 1531.1Sdeberg 1541.9Slukemxe* at intio? ipl 3 # ethernet 1551.1Sdeberg 1561.9Slukem#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1571.1Sdeberg 1581.1Sdeberg# 1591.1Sdeberg# Serial ports 1601.1Sdeberg# 1611.1Sdebergzstty0 at zsc0 channel 0 # ttya 1621.1Sdebergzstty1 at zsc0 channel 1 # ttyb 1631.1Sdeberg 1641.1Sdeberg# SCSI bus support 1651.1Sdeberg#scsibus* at scsi? 1661.1Sdeberg 1671.1Sdeberg# SCSI devices 1681.1Sdeberg#sd* at scsibus? target ? lun ? # SCSI disk drives 1691.1Sdeberg#st* at scsibus? target ? lun ? # SCSI tape drives 1701.1Sdeberg#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1711.1Sdeberg#ch* at scsibus? target ? lun ? # SCSI autochangers 1721.1Sdeberg#se* at scsibus? target ? lun ? # SCSI ethernet 1731.1Sdeberg#ss* at scsibus? target ? lun ? # SCSI scanners 1741.1Sdeberg#uk* at scsibus? target ? lun ? # SCSI unknown 1751.1Sdeberg 1761.1Sdeberg 1771.1Sdeberg# Memory-disk drivers 1781.1Sdebergpseudo-device md 2 1791.1Sdeberg 1801.1Sdeberg# Misc. 1811.1Sdebergpseudo-device loop 1 # network loopback 1821.1Sdebergpseudo-device bpfilter 8 # packet filter 1831.1Sdebergpseudo-device sl 2 # CSLIP 1841.1Sdebergpseudo-device ppp 2 # PPP 1851.1Sdebergpseudo-device tun 2 # network tunneling over tty 1861.1Sdeberg#pseudo-device gre 2 # generic L3 over IP tunnel 1871.1Sdebergpseudo-device ipfilter # ip filter 1881.1Sdebergpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 1891.1Sdeberg#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 1901.1Sdeberg#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 1911.1Sdeberg# rnd is EXPERIMENTAL 1921.1Sdeberg#pseudo-device rnd # /dev/random and in-kernel generator 1931.7Saugustss#pseudo-device wsmux # mouse & keyboard multiplexor 1941.1Sdeberg 1951.2Sjdolecekpseudo-device pty # pseudo-terminals 1961.1Sdebergpseudo-device vnd 4 # paging to files 1971.1Sdeberg#pseudo-device raid 4 # RAIDframe disk driver 1981.1Sdeberg#options RAID_AUTOCONFIG # auto-configuration of RAID components 1991.1Sdebergpseudo-device ccd 4 # concatenated disks 200