GENERIC revision 1.52
11.52Soster# $NetBSD: GENERIC,v 1.52 2002/01/19 18:45:12 oster Exp $ 21.1Sdbj# 31.50Sgmcgarry# GENERIC machine description file 41.50Sgmcgarry# 51.50Sgmcgarry# This machine description file is used to generate the default NetBSD 61.50Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.50Sgmcgarry# and device drivers, but should be useful for most applications. 81.1Sdbj# 91.50Sgmcgarry# The machine description file can be customised for your specific 101.50Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.1Sdbj# 121.50Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.50Sgmcgarry# man page. 141.50Sgmcgarry# 151.50Sgmcgarry# For further information on hardware support for this architecture, see 161.50Sgmcgarry# the intro(4) man page. For further information about kernel options 171.50Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.50Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.50Sgmcgarry# device. 201.1Sdbj 211.50Sgmcgarryinclude "arch/next68k/conf/std.next68k" 221.24Shubertf 231.52Soster#ident "GENERIC-$Revision: 1.52 $" 241.1Sdbj 251.1Sdbj# Needs to be set per system. i.e change these as you see fit 261.1Sdbjmaxusers 16 271.1Sdbj 281.1Sdbj# Standard system options 291.1Sdbjoptions KTRACE # system call tracing 301.1Sdbjoptions SYSVMSG # System V message queues 311.1Sdbjoptions SYSVSEM # System V semaphores 321.48Slukem#options SEMMNI=10 # number of semaphore identifiers 331.48Slukem#options SEMMNS=60 # number of semaphores in system 341.48Slukem#options SEMUME=10 # max number of undo entries per process 351.48Slukem#options SEMMNU=30 # number of undo structures in system 361.1Sdbjoptions SYSVSHM # System V shared memory 371.1Sdbj#options SHMMAXPGS=1024 # 1024 pages is the default 381.1Sdbj 391.1Sdbjoptions LKM # loadable kernel modules 401.1Sdbjoptions INSECURE # disable kernel security level 411.1Sdbjoptions UCONSOLE # Allow non-root TIOCCONS 421.1Sdbj 431.22Sdbjoptions DEBUG # kernel debugging code 441.22Sdbjoptions DIAGNOSTIC # extra kernel sanity checking 451.22Sdbj 461.1Sdbj# Which kernel debugger? Uncomment either this: 471.1Sdbjoptions DDB 481.3Sdbjoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 491.3Sdbj 501.1Sdbj# ... or these for KGDB (gdb remote target) 511.48Slukem#makeoptions DEBUG="-g" # debugging symbols for gdb 521.47Slukem#options KGDB # support for kernel gdb 531.47Slukem#options KGDB_DEV=0xc01 # kgdb device number (dev_t) 541.47Slukem#options KGDB_DEVRATE=9600 # baud rate 551.1Sdbj 561.1Sdbj# Other debugging options 571.1Sdbjoptions KMEMSTATS # kernel memory statistics (vmstat -m) 581.1Sdbj#options PMAP_DEBUG 591.1Sdbjoptions SCSIDEBUG 601.1Sdbjoptions SCSIVERBOSE # Verbose SCSI errors 611.48Slukemoptions SWAPDEBUG 621.1Sdbj 631.41Swiz# Compatibility options 641.1Sdbjoptions COMPAT_43 # and 4.3BSD and ... 651.1Sdbjoptions COMPAT_44 # and 4.4BSD and ... 661.3Sdbjoptions COMPAT_09 # NetBSD 0.9 671.1Sdbjoptions COMPAT_10 # NetBSD 1.0 681.1Sdbjoptions COMPAT_11 # NetBSD 1.1 691.1Sdbjoptions COMPAT_12 # NetBSD 1.2 701.1Sdbjoptions COMPAT_13 # NetBSD 1.3 711.17Saugustssoptions COMPAT_14 # NetBSD 1.4 721.1Sdbj 731.43Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 741.43Sabs 751.28Sdebergoptions COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 761.3Sdbjoptions COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, 771.3Sdbjoptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 781.15Skleink#options COMPAT_SVR4 # can run SVR4 executables 791.7Sitohy#options COMPAT_LINUX # can run Linux/m68k executables 801.40Schsoptions COMPAT_AOUT_M68K # support for NetBSD a.out executables 811.40Schsoptions EXEC_AOUT # support for a.out executables 821.1Sdbj 831.1Sdbj# File systems 841.13Sdbj#file-system FFS # UFS 851.13Sdbj#file-system EXT2FS # second extended file system (linux) 861.13Sdbj#file-system LFS # log-structured file system 871.1Sdbjfile-system MFS # memory file system 881.1Sdbjfile-system NFS # Network File System client 891.13Sdbj#file-system CD9660 # ISO 9660 + Rock Ridge file system 901.13Sdbj#file-system MSDOSFS # MS-DOS file system 911.1Sdbjfile-system FDESC # /dev/fd 921.1Sdbjfile-system KERNFS # /kern 931.1Sdbjfile-system NULLFS # loopback file system 941.23Swrstudenfile-system OVERLAY # overlay file system 951.1Sdbjfile-system PORTAL # portal filesystem (still experimental) 961.1Sdbjfile-system PROCFS # /proc 971.1Sdbjfile-system UMAPFS # NULLFS + uid and gid remapping 981.1Sdbjfile-system UNION # union file system 991.1Sdbj 1001.1Sdbjoptions NFSSERVER # nfs server support 1011.1Sdbjoptions QUOTA # FFS quotas 1021.48Slukemoptions SOFTDEP # FFS soft updates support. 1031.1Sdbj#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1041.1Sdbj # immutable) behave as system flags. 1051.21Sitojun 1061.1Sdbj# Networking options 1071.1Sdbjoptions GATEWAY # packet forwarding 1081.1Sdbjoptions INET # IP + ICMP + TCP + UDP 1091.21Sitojunoptions INET6 # IPV6 1101.21Sitojun#options IPSEC # IP security 1111.21Sitojun#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1121.21Sitojun#options IPSEC_DEBUG # debug for IP security 1131.1Sdbj#options MROUTING # IP multicast routing 1141.1Sdbj#options NS # XNS 1151.1Sdbj#options NSIP # XNS tunneling over IP 1161.1Sdbj#options ISO,TPIP # OSI 1171.1Sdbj#options EON # OSI tunneling over IP 1181.1Sdbj#options CCITT,LLC,HDLC # X.25 1191.1Sdbj#options NETATALK # AppleTalk networking protocols 1201.16Schristosoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1211.16Schristosoptions PPP_DEFLATE # Deflate compression support for PPP 1221.16Schristosoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1231.16Schristosoptions PFIL_HOOKS # pfil(9) packet filter hooks 1241.43Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1251.1Sdbj 1261.1Sdbj# NeXT specific options 1271.1Sdbjoptions M68040 1281.39Sdbj#options M68030 1291.1Sdbjoptions FPSP 1301.1Sdbj#options FPU_EMULATE 1311.1Sdbj 1321.27Sdebergoptions ZS_CONSOLE_ABORT # drop to debugger on break 1331.27Sdeberg#options SERCONSOLE # use serial console 1341.1Sdbj 1351.1Sdbjoptions NFS_BOOT_BOOTP 1361.1Sdbjoptions NFS_BOOT_DHCP 1371.3Sdbj 1381.9Sdbj# wscons options 1391.48Slukemoptions RCONS_2BPP # necessary for nextdisplay 1401.48Slukemoptions RCONS_16BPP # necessary for color nextdisplay 1411.10Sdbj#options WSEMUL_SUN # sun terminal emulation 1421.10Sdbjoptions WSEMUL_VT100 # VT100 / VT220 emulation 1431.9Sdbjoptions WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 1441.9Sdbjoptions WSDISPLAY_COMPAT_USL # VT handling 1451.9Sdbjoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1461.12Sdbj# see dev/wskbdmap_next.h for implemented layouts 1471.9Sdbj#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1481.9Sdbj 1491.1Sdbjconfig netbsd root on ? type ? 1501.1Sdbj 1511.8Sdbj# 1521.8Sdbj# Device configuration 1531.8Sdbj# 1541.8Sdbj 1551.8Sdbj# The root node: 1561.8Sdbjmainbus0 at root 1571.8Sdbj 1581.8Sdbj#fpu0 at mainbus? 1591.8Sdbj 1601.8Sdbj# device space 1611.48Slukemintio0 at mainbus? 1621.9Sdbj 1631.48Slukemnextkbd0 at intio? ipl 3 1641.48Slukemnextdisplay0 at mainbus? 1651.9Sdbj 1661.48Slukemwsdisplay* at nextdisplay? console ? 1671.48Slukemwskbd* at nextkbd? console ? 1681.8Sdbj 1691.8Sdbj# INTIO 1701.48Slukemzsc0 at intio? ipl 5 1711.48Slukem#zsc1 at intio? ipl 5 1721.8Sdbj 1731.48Slukemxe* at intio? ipl 3 # ethernet 1741.8Sdbj 1751.48Slukem#esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation 1761.8Sdbj 1771.8Sdbj# 1781.8Sdbj# Serial ports 1791.8Sdbj# 1801.8Sdbjzstty0 at zsc0 channel 0 # ttya 1811.8Sdbjzstty1 at zsc0 channel 1 # ttyb 1821.8Sdbj 1831.8Sdbj# SCSI bus support 1841.13Sdbj#scsibus* at scsi? 1851.8Sdbj 1861.8Sdbj# SCSI devices 1871.13Sdbj#sd* at scsibus? target ? lun ? # SCSI disk drives 1881.13Sdbj#st* at scsibus? target ? lun ? # SCSI tape drives 1891.13Sdbj#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1901.13Sdbj#ch* at scsibus? target ? lun ? # SCSI autochangers 1911.13Sdbj#se* at scsibus? target ? lun ? # SCSI ethernet 1921.13Sdbj#ss* at scsibus? target ? lun ? # SCSI scanners 1931.13Sdbj#uk* at scsibus? target ? lun ? # SCSI unknown 1941.8Sdbj 1951.8Sdbj 1961.1Sdbj# Memory-disk drivers 1971.1Sdbjpseudo-device md 2 1981.1Sdbj 1991.1Sdbj# Misc. 2001.1Sdbjpseudo-device loop 1 # network loopback 2011.1Sdbjpseudo-device bpfilter 8 # packet filter 2021.1Sdbjpseudo-device sl 2 # CSLIP 2031.1Sdbjpseudo-device ppp 2 # PPP 2041.51Smartinpseudo-device pppoe # PPP over Ethernet (RFC 2516) 2051.1Sdbjpseudo-device tun 2 # network tunneling over tty 2061.6Shwr#pseudo-device gre 2 # generic L3 over IP tunnel 2071.1Sdbjpseudo-device ipfilter # ip filter 2081.21Sitojunpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2091.21Sitojun#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2101.29Sitojun#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2111.37Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 2121.49Satatatpseudo-device bridge # simple inter-network bridging 2131.36Sitojunpseudo-device rnd # /dev/random and in-kernel generator 2141.46Saugustss#pseudo-device wsmux # mouse & keyboard multiplexor 2151.1Sdbj 2161.34Sjdolecekpseudo-device pty # pseudo-terminals 2171.1Sdbjpseudo-device vnd 4 # paging to files 2181.52Soster#pseudo-device raid 8 # RAIDframe disk driver 2191.26Ssimonb#options RAID_AUTOCONFIG # auto-configuration of RAID components 2201.52Soster# Options to enable various other RAIDframe RAID types. 2211.52Soster# options RF_INCLUDE_EVENODD=1 2221.52Soster# options RF_INCLUDE_RAID5_RS=1 2231.52Soster# options RF_INCLUDE_PARITYLOGGING=1 2241.52Soster# options RF_INCLUDE_CHAINDECLUSTER=1 2251.52Soster# options RF_INCLUDE_INTERDECLUSTER=1 2261.52Soster# options RF_INCLUDE_PARITY_DECLUSTERING=1 2271.52Soster# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 2281.1Sdbjpseudo-device ccd 4 # concatenated disks 229