11.106Sabs# $NetBSD: GENERIC,v 1.106 2023/02/12 14:50:40 abs Exp $ 21.30Sgmcgarry# 31.30Sgmcgarry# GENERIC machine description file 41.30Sgmcgarry# 51.30Sgmcgarry# This machine description file is used to generate the default NetBSD 61.30Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.30Sgmcgarry# and device drivers, but should be useful for most applications. 81.30Sgmcgarry# 91.30Sgmcgarry# The machine description file can be customised for your specific 101.30Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.30Sgmcgarry# 121.30Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.30Sgmcgarry# man page. 141.30Sgmcgarry# 151.30Sgmcgarry# For further information on hardware support for this architecture, see 161.30Sgmcgarry# the intro(4) man page. For further information about kernel options 171.30Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.30Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.30Sgmcgarry# device. 201.1Sscw 211.97Smrginclude "arch/mvme68k/conf/std.mvme68k" 221.5Shubertf 231.34Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.34Satatat 251.106Sabs#ident "GENERIC-$Revision: 1.106 $" 261.90Stsutsui 271.90Stsutsuimakeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk 281.1Sscw 291.1Sscw# Boards this kernel supports 301.1Sscwoptions MVME147 311.13Sscwoptions MVME162 321.1Sscwoptions MVME167 331.16Sscwoptions MVME172 341.16Sscwoptions MVME177 351.1Sscw 361.1Sscwmaxusers 4 371.1Sscw 381.1Sscw# Needed on m68040 boards to emulate some missing FP instructions 391.1Sscwoptions FPSP 401.16Sscw 411.16Sscw# Needed on m68060 boards 421.16Sscwoptions M060SP 431.1Sscw 441.1Sscw#options DDB 451.61Schs#options DIAGNOSTIC 461.61Schs#options DEBUG 471.1Sscw 481.1Sscw#options SYSVSHM 491.1Sscwoptions KTRACE 501.32Sjdolecek 511.36Slukemoptions USERCONF # userconf(4) support 521.32Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 531.48Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 541.39Sjunyoung 551.98Ssevan# Alternate buffer queue strategies for better responsiveness under high 561.98Ssevan# disk I/O load. 571.55Stsutsui#options BUFQ_READPRIO 581.55Stsutsui#options BUFQ_PRIOCSCAN 591.1Sscw 601.1Sscwfile-system FFS 611.29Slukemfile-system NFS 621.1Sscwfile-system KERNFS 631.6Sscwfile-system MFS 641.17Sscwfile-system CD9660 651.1Sscw#file-system MSDOSFS 661.1Sscw#file-system UNION 671.59Schristosfile-system PTYFS # /dev/pts/N support 681.80Schsfile-system TMPFS # Efficient memory file-system 691.64Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 701.1Sscw 711.104Ssimonb# File system options 721.81Swiz#options FFS_EI # FFS Endian Independent support 731.62Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 741.104Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 751.93Smanu#options UFS_EXTATTR # Extended attribute support for UFS1 761.104Ssimonboptions WAPBL # File system journaling support 771.104Ssimonboptions NFSSERVER # Network File System server 781.4Sitojun 791.1Sscw# Networking options 801.1Sscwoptions INET 811.4Sitojunoptions INET6 # IPV6 821.4Sitojun#options IPSEC # IP security 831.4Sitojun#options IPSEC_DEBUG # debug for IP security 841.29Slukem#options GATEWAY # IP packet forwarding 851.26Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 861.1Sscw 871.47Sabs#options ALTQ # Manipulate network interfaces' output queues 881.47Sabs#options ALTQ_BLUE # Stochastic Fair Blue 891.47Sabs#options ALTQ_CBQ # Class-Based Queueing 901.47Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 911.47Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 921.47Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 931.47Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 941.47Sabs#options ALTQ_LOCALQ # Local queueing discipline 951.47Sabs#options ALTQ_PRIQ # Priority Queueing 961.47Sabs#options ALTQ_RED # Random Early Detection 971.47Sabs#options ALTQ_RIO # RED with IN/OUT 981.47Sabs#options ALTQ_WFQ # Weighted Fair Queueing 991.47Sabs 1001.21Sscwoptions COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 1011.97Smrginclude "conf/compat_netbsd09.config" 1021.17Sscw#options COMPAT_SUNOS 1031.1Sscw#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 1041.1Sscw#options COMPAT_LINUX # compatibility with Linux/m68k binaries 1051.103Snia#options COMPAT_OSSAUDIO # compatibility with Linux/m68k binaries 1061.1Sscw 1071.1Sscw## force NFS root and swap 1081.1Sscw#config netbsd root on ? type nfs 1091.1Sscw## "generic" boot (put root on boot device) 1101.1Sscwconfig netbsd root on ? type ? 1111.1Sscw 1121.1Sscw# Which protocol to use when booting over NFS 1131.25Sscwoptions NFS_BOOT_DHCP # Diskless client w/ dhcp 1141.25Sscwoptions NFS_BOOT_BOOTP # Diskless client w/ bootp 1151.1Sscwoptions NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 1161.1Sscw 1171.76Stls# 1181.76Stls# accept filters 1191.76Stlspseudo-device accf_data # "dataready" accept filter 1201.76Stlspseudo-device accf_http # "httpready" accept filter 1211.76Stls 1221.1Sscwpseudo-device sl 1231.65Scubepseudo-device ppp 1241.31Smartinpseudo-device pppoe # PPP over Ethernet (RFC 2516) 1251.1Sscwpseudo-device loop 1261.1Sscwpseudo-device bpfilter 1271.67Sliamjfoy#pseudo-device carp # Common Address Redundancy Protocol 1281.65Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 1291.65Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 1301.66Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1311.23Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 1321.28Satatatpseudo-device bridge # simple inter-network bridging 1331.102Sroy#pseudo-device vether # Virtual Ethernet for bridge 1341.71Smartinpseudo-device agr # IEEE 802.3ad link aggregation 1351.14Sjdolecekpseudo-device pty # pseudo-terminals 1361.87Schristos#pseudo-device cgd # cryptographic disk devices 1371.65Scubepseudo-device vnd 1381.57Shubertf#options VND_COMPRESSION # compressed vnd(4) 1391.79Spookapseudo-device fss # file system snapshot device 1401.35Slukempseudo-device clockctl # user control of clock subsystem 1411.42Sraggepseudo-device ksyms # /dev/ksyms 1421.99Smaxv#pseudo-device npf # NPF packet filter 1431.105Sriastradpseudo-device swwdog # software watchdog timer -- swwdog(4) 1441.15Sitojun 1451.15Sitojun# random number generator pseudo-device 1461.15Sitojun#options RND_COM # use "com" randomness as well (BROKEN) 1471.1Sscw 1481.63Selad# Veriexec 1491.100Ssevan# include "dev/veriexec.config" 1501.63Selad 1511.1Sscwmainbus0 at root 1521.1Sscw 1531.1Sscw# MVME147 specific devices 1541.1Sscwpcc0 at mainbus0 1551.6Sscwvmepcc0 at pcc? 1561.17Sscwclock0 at pcc? ipl 5 1571.1Sscwzsc* at pcc? ipl 4 1581.1Sscwle0 at pcc? ipl 3 1591.1Sscwwdsc0 at pcc? ipl 2 1601.17Sscwlpt0 at pcc? ipl 1 1611.1Sscw 1621.17Sscw# MVME16x and MVME17x shared devices 1631.1Sscwpcctwo0 at mainbus0 1641.6Sscwvmetwo0 at mainbus0 1651.27Sscwmemc* at mainbus0 1661.1Sscwclock0 at pcctwo? ipl 5 1671.1Sscwie0 at pcctwo? ipl 3 1681.24Sscwosiop0 at pcctwo? ipl 2 1691.13Sscw 1701.17Sscw# MVME162/MVME172 specific devices 1711.13Sscwzsc* at pcctwo? ipl 4 1721.13Sscw 1731.17Sscw# MVME167/MVME177 specific devices 1741.13Sscwclmpcc0 at pcctwo? ipl 4 1751.17Sscwlpt0 at pcctwo? ipl 1 1761.1Sscw 1771.13Sscw# Common front-end for MVME147 and MVME162 `zs' device 1781.13Sscwzstty* at zsc? channel ? 1791.20Sscw 1801.20Sscw# MI VMEbus Interface 1811.20Sscwvme0 at vmepcc0 1821.20Sscwvme0 at vmetwo0 1831.1Sscw 1841.6Sscw# Example VMEbus device 1851.6Sscw#foo0 at vme0 addr 0x00ef0000 irq 3 vect 0x80 1861.1Sscw 1871.1Sscwscsibus* at wdsc? 1881.24Sscwscsibus* at osiop? 1891.1Sscw 1901.1Sscwsd* at scsibus? target ? lun ? 1911.1Sscwst* at scsibus? target ? lun ? 1921.1Sscwcd* at scsibus? target ? lun ? 1931.17Sscw#ch* at scsibus? target ? lun ? 1941.17Sscw#ss* at scsibus? target ? lun ? # SCSI scanners 1951.17Sscw#uk* at scsibus? target ? lun ? # SCSI unknown 1961.106Sabs 1971.106Sabs# Pull in optional local configuration - always at end 1981.106Sabscinclude "arch/mvme68k/conf/GENERIC.local" 199