11.44Schristos# $NetBSD: GENERIC32_IP12,v 1.44 2024/01/29 18:27:15 christos Exp $ 21.1Ssekiya# 31.5Srumble# GENERIC32_IP12 machine description file 41.5Srumble# 51.5Srumble# This machine description file is used to generate the default NetBSD 61.5Srumble# kernel. The generic kernel does not include all options, subsystems 71.5Srumble# and device drivers, but should be useful for most applications. 81.1Ssekiya# 91.5Srumble# The machine description file can be customised for your specific 101.5Srumble# machine to reduce the kernel size and improve its performance. 111.1Ssekiya# 121.5Srumble# For further information on compiling NetBSD kernels, see the config(8) 131.5Srumble# man page. 141.5Srumble# 151.5Srumble# For further information on hardware support for this architecture, see 161.5Srumble# the intro(4) man page. For further information about kernel options 171.5Srumble# for this architecture, see the options(4) man page. For an explanation 181.5Srumble# of each device driver in this file see the section 4 man page for the 191.5Srumble# device. 201.5Srumble# 211.5Srumble# 221.5Srumble# Currently this config file supports Personal IRIS 4D/2x (IP6/IP10), 231.5Srumble# Personal IRIS 4D/3x (IP12) and Indigo R3k (IP12). 241.5Srumble# 251.5Srumble# Note that to load at beginning of memory, the kernel _must_ be under 261.5Srumble# 3.5MB in size to avoid stomping on (or being stomped on by) the PROM. 271.5Srumble# 281.5Srumble 291.32Smrginclude "arch/sgimips/conf/std.sgimips" 301.5Srumble 311.5Srumblemakeoptions TEXTADDR=0x80002000 # entry point 321.5Srumble 331.5Srumbleoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 341.5Srumble 351.44Schristos#ident "GENERIC32-IP2x-$Revision: 1.44 $" 361.5Srumble 371.5Srumblemaxusers 32 381.5Srumble 391.5Srumble# CPU related options 401.5Srumbleoptions MIPS1 # MIPS1 support 411.5Srumble 421.5Srumblemakeoptions WANT_ECOFF="yes" # Create an ECOFF kernel in addition 431.5Srumble # to an ELF kernel -- required for 441.5Srumble # booting from the PROM. 451.5Srumble 461.5Srumbleoptions BLINK # blinkenlitzen 471.5Srumble 481.5Srumble# Standard system options 491.5Srumble#options INSECURE # disable kernel security levels 501.5Srumble 511.41Sandvar#options NTP # NTP phase/frequency locked loop 521.5Srumbleoptions KTRACE # system call tracing via ktrace(1) 531.5Srumble 541.5Srumbleoptions SYSVMSG # System V message queues 551.5Srumbleoptions SYSVSEM # System V semaphores 561.5Srumbleoptions SYSVSHM # System V shared memory 571.5Srumble 581.5Srumbleoptions USERCONF # userconf(4) support 591.5Srumble#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 601.5Srumbleoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 611.5Srumble 621.33Ssevan# Alternate buffer queue strategies for better responsiveness under high 631.33Ssevan# disk I/O load. 641.5Srumble#options BUFQ_READPRIO 651.35Ssevanoptions BUFQ_PRIOCSCAN 661.5Srumble 671.5Srumble# Diagnostic/debugging support options 681.5Srumble#options DIAGNOSTIC # expensive kernel consistency checks 691.5Srumble#options DEBUG # expensive debugging checks/support 701.5Srumbleoptions DDB # in-kernel debugger 711.5Srumbleoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 721.5Srumble#options KGDB # remote debugger 731.5Srumble#options KGDB_DEV=0x2301 # KGDB port - this is Serial(1) 741.5Srumble#options KGDB_DEVRATE=19200 # KGDB Baud Rate 751.5Srumble#makeoptions DEBUG="-g" # compile full symbol table 761.5Srumble 771.5Srumble# Compatibility options 781.32Smrginclude "conf/compat_netbsd15.config" 791.5Srumble 801.5Srumble#options COMPAT_LINUX # binary compatibility with Linux 811.40Snia#options COMPAT_OSSAUDIO # binary compatibility with Linux 821.5Srumble#options COMPAT_ULTRIX # binary compatibility with Ultrix 831.5Srumble 841.5Srumble# File systems 851.36Ssevaninclude "conf/filesystems.config" 861.5Srumble 871.5Srumble# File system options 881.43Ssimonb#options FFS_EI # FFS Endian Independent support 891.43Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 901.10Sbouyeroptions QUOTA # legacy UFS quotas 911.10Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 921.43Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 931.43Ssimonboptions UFS_EXTATTR # Extended attribute support for UFS1 941.13Sdhollandoptions WAPBL # File system journaling support 951.43Ssimonboptions NFSSERVER # Network File System server 961.1Ssekiya 971.5Srumble# Networking options 981.5Srumble#options GATEWAY # packet forwarding 991.5Srumbleoptions INET # IP + ICMP + TCP + UDP 1001.5Srumble#options INET6 # IPV6 1011.5Srumble#options IPSEC # IP security 1021.5Srumble#options IPSEC_DEBUG # debug for IP security 1031.5Srumble#options MROUTING # IP multicast routing 1041.5Srumble#options PIM # Protocol Independent Multicast 1051.5Srumble#options NETATALK # AppleTalk networking protocols 1061.5Srumble#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1071.5Srumble#options PPP_DEFLATE # Deflate compression support for PPP 1081.5Srumble#options PPP_FILTER # Active filter support for PPP (requires bpf) 1091.5Srumble#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1101.1Ssekiya 1111.5Srumble#options ALTQ # Manipulate network interfaces' output queues 1121.5Srumble#options ALTQ_BLUE # Stochastic Fair Blue 1131.5Srumble#options ALTQ_CBQ # Class-Based Queueing 1141.5Srumble#options ALTQ_CDNR # Diffserv Traffic Conditioner 1151.5Srumble#options ALTQ_FIFOQ # First-In First-Out Queue 1161.5Srumble#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1171.5Srumble#options ALTQ_HFSC # Hierarchical Fair Service Curve 1181.5Srumble#options ALTQ_LOCALQ # Local queueing discipline 1191.5Srumble#options ALTQ_PRIQ # Priority Queueing 1201.5Srumble#options ALTQ_RED # Random Early Detection 1211.5Srumble#options ALTQ_RIO # RED with IN/OUT 1221.5Srumble#options ALTQ_WFQ # Weighted Fair Queueing 1231.1Ssekiya 1241.24Salnsn# JIT compiler for bpfilter 1251.24Salnsn#options SLJIT 1261.24Salnsn#options BPFJIT 1271.24Salnsn 1281.5Srumble# These options enable verbose messages for several subsystems. 1291.5Srumble# Warning, these may compile large string tables into the kernel! 1301.5Srumble#options MIIVERBOSE # verbose PHY autoconfig messages 1311.5Srumble#options SCSIVERBOSE # human readable SCSI error messages 1321.5Srumble 1331.5Srumbleoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1341.5Srumble 1351.5Srumble#options MEMORY_DISK_HOOKS 1361.5Srumble#options MEMORY_DISK_IS_ROOT 1371.5Srumble#options MEMORY_DISK_SERVER=0 1381.5Srumble#options MINIROOTSIZE=8192 1391.5Srumble 1401.5Srumble#options SCSI_DELAY=5 1411.5Srumble 1421.5Srumble# 1431.5Srumble# wscons options 1441.5Srumble# 1451.5Srumble# builtin terminal emulations 1461.5Srumble#options WSEMUL_SUN # sun terminal emulation 1471.5Srumbleoptions WSEMUL_VT100 # VT100 / VT220 emulation 1481.15Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1491.5Srumble# different kernel output - see dev/wscons/wsdisplayvar.h 1501.5Srumbleoptions WS_KERNEL_FG=WSCOL_GREEN 1511.5Srumble#options WS_KERNEL_BG=WSCOL_BLACK 1521.5Srumble# compatibility to other console drivers 1531.5Srumbleoptions WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 1541.5Srumble# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 1551.5Srumble#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1561.5Srumble 1571.5Srumble 1581.5Srumble# Kernel root file system and dump configuration. 1591.5Srumbleconfig netbsd root on ? type ? 1601.5Srumble 1611.5Srumble# Main bus and CPU 1621.5Srumblemainbus0 at root 1631.5Srumblecpu0 at mainbus? 1641.5Srumble 1651.5Srumblesd* at scsibus? target ? lun ? # SCSI disks 1661.5Srumblest* at scsibus? target ? lun ? # SCSI tapes 1671.5Srumblecd* at scsibus? target ? lun ? # SCSI CD-ROMs 1681.5Srumblech* at scsibus? target ? lun ? # SCSI changer devices 1691.5Srumbless* at scsibus? target ? lun ? # SCSI scanners 1701.5Srumbleses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 1711.5Srumbleuk* at scsibus? target ? lun ? # unknown SCSI 1721.5Srumble 1731.5Srumble# Common devices 1741.5Srumbleint0 at mainbus0 # Interrupt controller 1751.5Srumblescsibus* at scsi? # HPC or IOC SCSI 1761.5Srumble 1771.5Srumble# IP6/10 devices 1781.5Srumblectl0 at mainbus0 addr 0x1f800000 # Memory controller 1791.5Srumbleoioc0 at mainbus0 addr 0x1f900000 # 'Old' I/O Controller 1801.5Srumbledpclock0 at mainbus0 addr 0x1fbc0000 # RTC 1811.5Srumblescn0 at mainbus0 addr 0x1fb80004 # Signetics 2681 Serial Port 1821.5Srumbleoiocsc* at oioc? offset ? # On-board WD33C93 SCSI 1831.5Srumblele* at oioc? offset ? # AMD LANCE AM7990 Ethernet 1841.5Srumble 1851.5Srumble# Personal Iris / Indigo R3k devices 1861.5Srumblepic0 at mainbus0 addr 0x1fa00000 # Memory Controller 1871.5Srumblegio0 at pic0 # GIO32 bus 1881.5Srumbledpclock0 at mainbus0 addr 0x1fb80e00 # RTC 1891.5Srumblehpc0 at gio? addr 0x1fb80000 # High-perf. Peripheral. Ctrlers 1901.5Srumblehpc1 at gio? addr 0x1fb00000 1911.5Srumblehpc2 at gio? addr 0x1f980000 1921.5Srumblegrtwo* at gio? # Express (GR2) graphics 1931.5Srumblewsdisplay* at grtwo? console ? 1941.5Srumblelight* at gio? # Light/Starter/Entry (LG1/LG2) graphics 1951.5Srumblewsdisplay* at light? console ? 1961.5Srumblesq* at hpc? offset ? # On-board ethernet / E++ adapter 1971.5Srumblewdsc* at hpc? offset ? # On-board SCSI / GIO32 SCSI adapter 1981.5Srumblewskbd* at zskbd? console ? 1991.5Srumblewsmouse* at zsms? mux 0 2001.5Srumblezsc0 at hpc0 offset ? 2011.5Srumblezstty* at zsc0 channel ? 2021.5Srumblezsc1 at hpc0 offset ? # IP12 keyboard/mouse 2031.5Srumblezskbd0 at zsc1 channel 0 2041.5Srumblezsms0 at zsc1 channel 1 2051.5Srumble 2061.5Srumble# Pseudo-Devices 2071.5Srumble 2081.5Srumble# disk/mass storage pseudo-devices 2091.19Schristospseudo-device ccd # concatenated/striped disk devices 2101.19Schristos#pseudo-device cgd # cryptographic disk devices 2111.20Schristos#pseudo-device raid # RAIDframe disk driver 2121.5Srumble#options RAID_AUTOCONFIG # auto-configuration of RAID components 2131.7Spookapseudo-device fss # file system snapshot device 2141.8Shannkenpseudo-device md # memory disk device (ramdisk) 2151.5Srumblepseudo-device vnd # disk-like interface to files 2161.5Srumble#options VND_COMPRESSION # compressed vnd(4) 2171.5Srumble 2181.5Srumble# network pseudo-devices 2191.5Srumblepseudo-device bpfilter # Berkeley packet filter 2201.35Ssevanpseudo-device carp # Common Address Redundancy Protocol 2211.34Smaxvpseudo-device npf # NPF packet filter 2221.5Srumblepseudo-device loop # network loopback 2231.5Srumble#pseudo-device ppp # Point-to-Point Protocol 2241.5Srumblepseudo-device sl # Serial Line IP 2251.5Srumblepseudo-device tun # network tunneling over tty 2261.5Srumblepseudo-device tap # virtual Ethernet 2271.5Srumblepseudo-device gre # generic L3 over IP tunnel 2281.5Srumblepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2291.5Srumble#pseudo-device faith # IPv[46] tcp relay translation i/f 2301.5Srumble#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2311.5Srumblepseudo-device vlan # IEEE 802.1q encapsulation 2321.5Srumblepseudo-device bridge # simple inter-network bridging 2331.39Sroypseudo-device vether # Virtual Ethernet for bridge 2341.5Srumblepseudo-device agr # IEEE 802.3ad link aggregation 2351.5Srumble#pseudo-device accf_data # "dataready" accept filter 2361.5Srumble#pseudo-device accf_http # "httpready" accept filter 2371.5Srumble 2381.5Srumble# miscellaneous pseudo-devices 2391.5Srumblepseudo-device pty # pseudo-terminals 2401.42Smartin#pseudo-device sequencer # MIDI sequencer 2411.5Srumblepseudo-device clockctl # user control of clock subsystem 2421.5Srumblepseudo-device ksyms # /dev/ksyms 2431.5Srumblepseudo-device wsmux # mouse & keyboard multiplexor 2441.5Srumblepseudo-device wsfont 2451.5Srumble 2461.35Ssevaninclude "dev/veriexec.config" 247