11.100Sabs# $NetBSD: GENERIC,v 1.100 2023/02/12 14:50:40 abs Exp $ 21.1Swdk# 31.13Sgmcgarry# GENERIC machine description file 41.13Sgmcgarry# 51.13Sgmcgarry# This machine description file is used to generate the default NetBSD 61.13Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.13Sgmcgarry# and device drivers, but should be useful for most applications. 81.1Swdk# 91.13Sgmcgarry# The machine description file can be customised for your specific 101.13Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.13Sgmcgarry# 121.13Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.13Sgmcgarry# man page. 141.13Sgmcgarry# 151.13Sgmcgarry# For further information on hardware support for this architecture, see 161.13Sgmcgarry# the intro(4) man page. For further information about kernel options 171.13Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.13Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.13Sgmcgarry# device. 201.13Sgmcgarry 211.91Smrginclude "arch/mipsco/conf/std.mipsco" 221.18Satatat 231.18Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.1Swdk 251.1Swdkmaxusers 16 261.1Swdk 271.1Swdkoptions MIPS1 # R2000/R3000 support 281.1Swdk 291.1Swdk# Standard system options 301.1Swdkoptions KTRACE # system call tracing support 311.1Swdkoptions SYSVMSG # System V message queues 321.1Swdkoptions SYSVSEM # System V semaphores 331.1Swdkoptions SYSVSHM # System V shared memory 341.1Swdk#options NTP # network time protocol 351.11Slukemoptions HZ=25 361.20Slukemoptions USERCONF # userconf(4) support 371.16Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 381.37Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 391.25Sjunyoung 401.92Ssevan# Alternate buffer queue strategies for better responsiveness under high 411.92Ssevan# disk I/O load. 421.45Stsutsui#options BUFQ_READPRIO 431.94Ssevanoptions BUFQ_PRIOCSCAN 441.1Swdk 451.1Swdk# Debugging options 461.1Swdkoptions DDB # kernel dynamic debugger 471.1Swdkoptions DDB_HISTORY_SIZE=100 # enable history editing in DDB 481.1Swdk#options DEBUG # extra kernel debugging support 491.53Schs#options DIAGNOSTIC # extra kernel sanity checking 501.1Swdkoptions SCSIVERBOSE # Verbose SCSI errors 511.5Swdk 521.11Slukem#options KGDB # Remote kernel debug using gdb 531.11Slukem#options KGDB_DEV=0x0100 # KGDB port (this is serial0) 541.11Slukem#options KGDB_DEVRATE=19200 # KGDB Baud Rate (default=19200) 551.5Swdk#makeoptions DEBUG="-g" # Build kernel with debug symbols 561.1Swdk 571.1Swdk# Compatibility options 581.91Smrginclude "conf/compat_netbsd13.config" 591.91Smrg 601.1Swdk#options EXEC_AOUT # exec a.out binaries 611.1Swdk#options EXEC_ECOFF # exec ecoff binaries 621.1Swdk 631.98Ssimonb# File systems 641.1Swdkfile-system FFS # Berkeley Fast Filesystem 651.1Swdkfile-system NFS # Sun NFS-compatible filesystem client 661.1Swdkfile-system KERNFS # kernel data-structure filesystem 671.1Swdk#file-system NULLFS # NULL layered filesystem 681.1Swdk#file-system MFS # memory-based filesystem 691.1Swdk#file-system FDESC # user file descriptor filesystem 701.1Swdk#file-system UMAPFS # uid/gid remapping filesystem 711.1Swdk#file-system LFS # Log-based filesystem (still experimental) 721.1Swdkfile-system PROCFS # /proc 731.1Swdkfile-system CD9660 # ISO 9660 + Rock Ridge file system 741.1Swdk#file-system UNION # union file system 751.1Swdk#file-system MSDOSFS # MS-DOS FAT filesystem(s). 761.51Schristosfile-system PTYFS # /dev/pts/N support 771.75Schsfile-system TMPFS # Efficient memory file-system 781.56Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 791.1Swdk# 801.98Ssimonb# File system options 811.98Ssimonb#options FFS_EI # FFS Endian Independent support 821.98Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 831.76Sbouyeroptions QUOTA # legacy UFS quotas 841.76Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 851.98Ssimonb#options UFS_DIRHASH # UFS Large Directory Hashing 861.87Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 871.98Ssimonboptions NFSSERVER # Network File System server 881.1Swdk 891.1Swdk# Networking options 901.1Swdkoptions INET # Internet protocols 911.1Swdk#options GATEWAY # IP packet forwarding 921.1Swdk#options MROUTING # packet forwarding of multicast packets 931.38Smanu#options PIM # Protocol Independent Multicast 941.1Swdk#options NETATALK # AppleTalk (over Ethernet) protocol 951.1Swdk#options PPP_BSDCOMP # BSD-Compress compression support for PPP 961.1Swdk#options PPP_DEFLATE # Deflate compression support for PPP 971.1Swdk#options PPP_FILTER # Active filter support for PPP (requires bpf) 981.7Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 991.1Swdk 1001.35Sabs#options ALTQ # Manipulate network interfaces' output queues 1011.35Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1021.35Sabs#options ALTQ_CBQ # Class-Based Queueing 1031.35Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1041.35Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1051.35Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1061.35Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1071.35Sabs#options ALTQ_LOCALQ # Local queueing discipline 1081.35Sabs#options ALTQ_PRIQ # Priority Queueing 1091.35Sabs#options ALTQ_RED # Random Early Detection 1101.35Sabs#options ALTQ_RIO # RED with IN/OUT 1111.35Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1121.35Sabs 1131.1Swdkconfig netbsd root on ? type ? 1141.1Swdk 1151.1Swdkmainbus0 at root 1161.1Swdk 1171.1Swdkcpu0 at mainbus0 1181.1Swdkobio0 at mainbus0 1191.1Swdk 1201.1Swdkmkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock 1211.1Swdk 1221.30Swizrambo0 at obio0 addr 0xbc000000 # RAMBO DMA & timer asic 1231.1Swdk 1241.1Swdkle0 at obio0 addr 0xba000000 # onboard LANCE ethernet 1251.1Swdk 1261.1Swdk# Not currently implemented 1271.1Swdk#kb0 at obio0 addr 0xbfd00000 # keyboard 1281.1Swdk#fb0 at obio0 addr 0x88000000 # framebuffer 1291.1Swdk 1301.1Swdkfd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller 1311.1Swdk 1321.1Swdkzsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC 1331.1Swdkzstty0 at zsc0 channel 0 # tty00 1341.1Swdkzstty1 at zsc0 channel 1 # tty01 1351.1Swdk 1361.1Swdkasc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller 1371.1Swdk 1381.1Swdkscsibus0 at asc0 1391.1Swdk 1401.1Swdksd* at scsibus? target ? lun ? # SCSI disks 1411.1Swdkst* at scsibus? target ? lun ? # SCSI tapes 1421.1Swdkcd* at scsibus? target ? lun ? # SCSI CD-ROMs 1431.1Swdkch* at scsibus? target ? lun ? # SCSI changer devices 1441.1Swdk 1451.70Stls# 1461.70Stls# accept filters 1471.70Stlspseudo-device accf_data # "dataready" accept filter 1481.70Stlspseudo-device accf_http # "httpready" accept filter 1491.70Stls 1501.1Swdkpseudo-device loop # loopback interface; required 1511.2Sjdolecekpseudo-device pty # pseudo-terminals 1521.58Scube#pseudo-device sl # SLIP interfaces 1531.58Scube#pseudo-device ppp # PPP interfaces 1541.14Smartin#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 1551.58Scubepseudo-device tun # Network "tunnel" device 1561.40Scubepseudo-device tap # virtual Ethernet 1571.58Scube#pseudo-device gre # generic L3 over IP tunnel 1581.57Srpaulopseudo-device bpfilter # Berkeley Packet Filter 1591.94Ssevanpseudo-device carp # Common Address Redundancy Protocol 1601.58Scube#pseudo-device vnd # disk-like interface to files 1611.47Shubertf#options VND_COMPRESSION # compressed vnd(4) 1621.82Schristos#pseudo-device ccd # concatenated and striped disks 1631.82Schristos#pseudo-device cgd # cryptographic disks 1641.83Schristos#pseudo-device raid # RAIDframe disk driver 1651.15Soster# Options to enable various other RAIDframe RAID types. 1661.15Soster# options RF_INCLUDE_EVENODD=1 1671.15Soster# options RF_INCLUDE_RAID5_RS=1 1681.15Soster# options RF_INCLUDE_PARITYLOGGING=1 1691.15Soster# options RF_INCLUDE_CHAINDECLUSTER=1 1701.15Soster# options RF_INCLUDE_INTERDECLUSTER=1 1711.15Soster# options RF_INCLUDE_PARITY_DECLUSTERING=1 1721.15Soster# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 1731.74Spookapseudo-device fss # file system snapshot device 1741.93Smaxv#pseudo-device npf # NPF packet filter 1751.4Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 1761.12Satatatpseudo-device bridge # simple inter-network bridging 1771.97Sroypseudo-device vether # Virtual Ethernet for bridge 1781.65Smartinpseudo-device agr # IEEE 802.3ad link aggregation 1791.19Slukempseudo-device clockctl # user control of clock subsystem 1801.99Sriastradpseudo-device swwdog # software watchdog timer -- swwdog(4) 1811.3Sitojun 1821.3Sitojun# random number generator pseudo-device 1831.3Sitojun#options RND_COM # use "com" randomness as well (BROKEN) 1841.29Sraggepseudo-device ksyms # /dev/ksyms 1851.55Selad 1861.94Ssevaninclude "dev/veriexec.config" 1871.100Sabs 1881.100Sabs# Pull in optional local configuration - always at end 1891.100Sabscinclude "arch/mipsco/conf/GENERIC.local" 190