GENERIC32_IP3x revision 1.133
11.133Sroy# $NetBSD: GENERIC32_IP3x,v 1.133 2020/09/27 13:48:54 roy Exp $ 21.1Ssekiya# 31.3Spooka# GENERIC32_IP3x machine description file 41.1Ssekiya# 51.1Ssekiya# This machine description file is used to generate the default NetBSD 61.1Ssekiya# kernel. The generic kernel does not include all options, subsystems 71.1Ssekiya# and device drivers, but should be useful for most applications. 81.1Ssekiya# 91.1Ssekiya# The machine description file can be customised for your specific 101.1Ssekiya# machine to reduce the kernel size and improve its performance. 111.1Ssekiya# 121.1Ssekiya# For further information on compiling NetBSD kernels, see the config(8) 131.1Ssekiya# man page. 141.1Ssekiya# 151.1Ssekiya# For further information on hardware support for this architecture, see 161.1Ssekiya# the intro(4) man page. For further information about kernel options 171.1Ssekiya# for this architecture, see the options(4) man page. For an explanation 181.1Ssekiya# of each device driver in this file see the section 4 man page for the 191.1Ssekiya# device. 201.1Ssekiya# 211.1Ssekiya# 221.3Spooka# Currently this config file supports O2 (IP32). 231.3Spooka# 241.1Ssekiya 251.4Spookainclude "arch/sgimips/conf/std.sgimips" 261.4Spooka 271.4Spookamakeoptions TEXTADDR="0x80069000" # entry point 281.1Ssekiya 291.1Ssekiyaoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 301.1Ssekiya 311.133Sroy#ident "GENERIC32_IP3x-$Revision: 1.133 $" 321.1Ssekiya 331.1Ssekiyamaxusers 32 341.1Ssekiya 351.1Ssekiya# CPU related options 361.1Ssekiyaoptions MIPS3 # MIPS3 support 371.72Stsutsuioptions ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops 381.72Stsutsui#options BLINK # blinkenlitzen 391.82Smattmakeoptions CPUFLAGS="-march=mips3 -mtune=vr5000" 401.1Ssekiya 411.1Ssekiya# Standard system options 421.1Ssekiya#options INSECURE # disable kernel security levels 431.1Ssekiya 441.1Ssekiya#options NTP # NTP phase/frequence locked loop 451.1Ssekiyaoptions KTRACE # system call tracing via ktrace(1) 461.1Ssekiya 471.1Ssekiyaoptions SYSVMSG # System V message queues 481.1Ssekiyaoptions SYSVSEM # System V semaphores 491.1Ssekiyaoptions SYSVSHM # System V shared memory 501.1Ssekiya 511.1Ssekiyaoptions USERCONF # userconf(4) support 521.1Ssekiya#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 531.13Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 541.1Ssekiya 551.115Ssevan# Alternate buffer queue strategies for better responsiveness under high 561.115Ssevan# disk I/O load. 571.25Stsutsui#options BUFQ_READPRIO 581.116Sjmcneilloptions BUFQ_PRIOCSCAN 591.1Ssekiya 601.1Ssekiya# Diagnostic/debugging support options 611.1Ssekiya#options DIAGNOSTIC # expensive kernel consistency checks 621.1Ssekiya#options DEBUG # expensive debugging checks/support 631.1Ssekiyaoptions DDB # in-kernel debugger 641.1Ssekiyaoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 651.1Ssekiya#options KGDB # remote debugger 661.1Ssekiya#options KGDB_DEV=0x2301 # KGDB port - this is Serial(1) 671.1Ssekiya#options KGDB_DEVRATE=19200 # KGDB Baud Rate 681.1Ssekiya#makeoptions DEBUG="-g" # compile full symbol table 691.1Ssekiya 701.1Ssekiya# Compatibility options 711.114Smrginclude "conf/compat_netbsd15.config" 721.1Ssekiya 731.1Ssekiya# File systems 741.126Ssevaninclude "conf/filesystems.config" 751.1Ssekiya 761.1Ssekiya# File system options 771.88Sbouyeroptions QUOTA # legacy UFS quotas 781.88Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 791.1Ssekiya#options FFS_EI # FFS Endian Independent support 801.91Sdhollandoptions WAPBL # File system journaling support 811.72Stsutsui#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 821.1Ssekiyaoptions NFSSERVER # Network File System server 831.42Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 841.105Smanuoptions UFS_EXTATTR # Extended attribute support for UFS1 851.1Ssekiya#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 861.1Ssekiya # immutable) behave as system flags. 871.1Ssekiya 881.1Ssekiya# Networking options 891.1Ssekiya#options GATEWAY # packet forwarding 901.1Ssekiyaoptions INET # IP + ICMP + TCP + UDP 911.1Ssekiyaoptions INET6 # IPV6 921.1Ssekiya#options IPSEC # IP security 931.1Ssekiya#options IPSEC_DEBUG # debug for IP security 941.1Ssekiya#options MROUTING # IP multicast routing 951.14Smanu#options PIM # Protocol Independent Multicast 961.1Ssekiyaoptions NETATALK # AppleTalk networking protocols 971.1Ssekiyaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 981.1Ssekiyaoptions PPP_DEFLATE # Deflate compression support for PPP 991.1Ssekiyaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1001.1Ssekiya#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1011.1Ssekiya 1021.9Sabs#options ALTQ # Manipulate network interfaces' output queues 1031.9Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1041.9Sabs#options ALTQ_CBQ # Class-Based Queueing 1051.9Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1061.9Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1071.9Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1081.9Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1091.9Sabs#options ALTQ_LOCALQ # Local queueing discipline 1101.9Sabs#options ALTQ_PRIQ # Priority Queueing 1111.9Sabs#options ALTQ_RED # Random Early Detection 1121.9Sabs#options ALTQ_RIO # RED with IN/OUT 1131.9Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1141.9Sabs 1151.102Salnsn# JIT compiler for bpfilter 1161.102Salnsn#options SLJIT 1171.102Salnsn#options BPFJIT 1181.102Salnsn 1191.1Ssekiya# These options enable verbose messages for several subsystems. 1201.1Ssekiya# Warning, these may compile large string tables into the kernel! 1211.1Ssekiyaoptions MIIVERBOSE # verbose PHY autoconfig messages 1221.1Ssekiyaoptions PCIVERBOSE # verbose PCI device autoconfig messages 1231.1Ssekiya#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1241.1Ssekiyaoptions SCSIVERBOSE # human readable SCSI error messages 1251.1Ssekiya 1261.1Ssekiyaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1271.1Ssekiya 1281.1Ssekiya#options MEMORY_DISK_HOOKS 1291.1Ssekiya#options MEMORY_DISK_IS_ROOT 1301.1Ssekiya#options MEMORY_DISK_SERVER=0 1311.1Ssekiya#options MINIROOTSIZE=8192 1321.1Ssekiya 1331.1Ssekiya#options SCSI_DELAY=5 1341.1Ssekiya 1351.1Ssekiya# Kernel root file system and dump configuration. 1361.1Ssekiyaconfig netbsd root on ? type ? 1371.1Ssekiya 1381.1Ssekiya# Main bus and CPU 1391.1Ssekiyamainbus0 at root 1401.1Ssekiyacpu0 at mainbus? 1411.1Ssekiya 1421.1Ssekiya# O2 busses 1431.1Ssekiyacrime0 at mainbus0 addr 0x14000000 1441.61Sjmcneillcrmfb0 at mainbus0 addr 0x16000000 1451.61Sjmcneillwsdisplay* at crmfb? console ? 1461.1Ssekiyamace0 at mainbus0 addr 0x1f000000 1471.74Stsutsui#options MACE_NEEDS_DELAYS 1481.1Ssekiyamacepci0 at mace0 offset 0x080000 intr 7 1491.1Ssekiyapci0 at macepci0 bus 0 1501.50Stsutsuipci* at ppb? bus ? 1511.50Stsutsuioptions PCI_NETBSD_CONFIGURE 1521.1Ssekiya 1531.61Sjmcneilloptions WSEMUL_VT100 1541.93Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1551.61Sjmcneilloptions WS_KERNEL_FG=WSCOL_GREEN 1561.61Sjmcneilloptions WS_KERNEL_BG=WSCOL_BLACK 1571.61Sjmcneilloptions WS_DEFAULT_BG=WSCOL_BLACK 1581.61Sjmcneill 1591.1Ssekiya# MACE devices 1601.11Stsutsuimec0 at mace0 offset 0x280000 intr 3 1611.62Sjmcneillmavb0 at mace0 offset 0x300000 intr 6 1621.61Sjmcneillmacekbc0 at mace0 offset 0x320000 intr 5 1631.12Stsutsuilpt0 at mace0 offset 0x380000 intr 4 intrmask 0x000f0000 1641.1Ssekiyacom0 at mace0 offset 0x390000 intr 4 intrmask 0x03f00000 1651.1Ssekiyacom1 at mace0 offset 0x398000 intr 4 intrmask 0xfc000000 1661.1Ssekiyamcclock0 at mace0 offset 0x3a0000 1671.1Ssekiya 1681.50Stsutsui# PCI bridges 1691.50Stsutsuippb* at pci? dev ? function ? # PCI-PCI bridges 1701.50Stsutsui 1711.3Spooka# PCI cryptographic devices 1721.3Spookahifn* at pci? dev ? function ? # Hifn 7755/7811/795x 1731.3Spookaubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 1741.3Spooka 1751.1Ssekiya# PCI network devices 1761.1Ssekiya#an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 1771.1Ssekiya#bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet 1781.1Ssekiyaep* at pci? dev ? function ? # 3Com 3c59x 1791.1Ssekiyaepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 1801.1Ssekiyaex* at pci? dev ? function ? # 3Com 90x[BC] 1811.1Ssekiyafxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 1821.51Spavelgsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 1831.1Ssekiya#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 1841.1Ssekiyamtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet 1851.1Ssekiyane* at pci? dev ? function ? # NE2000-compatible Ethernet 1861.1Ssekiyantwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 1871.1Ssekiyapcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 1881.57Stsutsuire* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S 1891.1Ssekiyartk* at pci? dev ? function ? # Realtek 8129/8139 1901.1Ssekiyasf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 1911.1Ssekiyasip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 1921.1Ssekiya#skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet 1931.1Ssekiya#sk* at skc? # SysKonnect SK9821 Gigabit Ethernet 1941.1Ssekiyaste* at pci? dev ? function ? # Sundance ST-201 Ethernet 1951.1Ssekiya#stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 1961.1Ssekiyati* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 1971.1Ssekiyatl* at pci? dev ? function ? # ThunderLAN-based Ethernet 1981.1Ssekiyatlp* at pci? dev ? function ? # DECchip 21x4x and clones 1991.1Ssekiyavr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 2001.1Ssekiyawi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 2011.1Ssekiyawm* at pci? dev ? function ? # Intel 82543/82544 gigabit 2021.1Ssekiya 2031.1Ssekiya# MII/PHY support 2041.1Ssekiyaacphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs 2051.1Ssekiyaamhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 2061.1Ssekiyabmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 2071.1Ssekiyabrgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 2081.1Ssekiyadmphy* at mii? phy ? # Davicom DM9101 PHYs 2091.1Ssekiyaexphy* at mii? phy ? # 3Com internal PHYs 2101.1Ssekiyagentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 2111.1Ssekiyaglxtphy* at mii? phy ? # Level One LXT-1000 PHYs 2121.1Ssekiyagphyter* at mii? phy ? # NS83861 Gig-E PHY 2131.1Ssekiyaicsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 2141.58Sbouyerikphy* at mii? phy ? # Intel 82563 PHYs 2151.1Ssekiyainphy* at mii? phy ? # Intel 82555 PHYs 2161.1Ssekiyaiophy* at mii? phy ? # Intel 82553 PHYs 2171.1Ssekiyalxtphy* at mii? phy ? # Level One LXT-970 PHYs 2181.1Ssekiyamakphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 2191.1Ssekiyansphy* at mii? phy ? # NS83840 PHYs 2201.1Ssekiyansphyter* at mii? phy ? # NS83843 PHYs 2211.1Ssekiyapnaphy* at mii? phy ? # generic HomePNA PHYs 2221.1Ssekiyaqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 2231.122Srinrgephy* at mii? phy ? # Realtek 8169S/8110S/8211 PHYs 2241.122Srinrlphy* at mii? phy ? # Realtek 8139/8201L PHYs 2251.1Ssekiyasqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 2261.1Ssekiyatlphy* at mii? phy ? # ThunderLAN PHYs 2271.1Ssekiyatqphy* at mii? phy ? # TDK Semiconductor PHYs 2281.1Ssekiyaukphy* at mii? phy ? # generic unknown PHYs 2291.1Ssekiyaurlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 2301.1Ssekiya 2311.1Ssekiya# O2 SCSI 2321.49Stsutsuiadv* at pci? dev ? function ? 2331.1Ssekiyaahc* at pci? dev ? function ? 2341.35Stsutsuiesiop* at pci? dev ? function ? 2351.38Stsutsuinjs* at pci? dev ? function ? 2361.37Stsutsuipcscp* at pci? dev ? function ? 2371.1Ssekiyascsibus* at scsi? 2381.1Ssekiya 2391.1Ssekiyasd* at scsibus? target ? lun ? # SCSI disks 2401.1Ssekiyast* at scsibus? target ? lun ? # SCSI tapes 2411.1Ssekiyacd* at scsibus? target ? lun ? # SCSI CD-ROMs 2421.1Ssekiyach* at scsibus? target ? lun ? # SCSI changer devices 2431.1Ssekiyass* at scsibus? target ? lun ? # SCSI scanners 2441.1Ssekiyases* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices 2451.1Ssekiyauk* at scsibus? target ? lun ? # unknown SCSI 2461.1Ssekiya 2471.61Sjmcneillpckbd* at macekbc? 2481.61Sjmcneillpms* at macekbc? 2491.1Ssekiyawskbd* at pckbd? console ? 2501.1Ssekiyawsmouse* at pms? mux 0 2511.1Ssekiya#wsdisplay* at foofb? console ? 2521.1Ssekiya 2531.1Ssekiya# USB Controller and Devices 2541.1Ssekiya 2551.1Ssekiya# PCI USB controllers 2561.1Ssekiyaehci* at pci? dev ? function ? # Enhanced Host Controller 2571.1Ssekiyaohci* at pci? dev ? function ? # Open Host Controller 2581.1Ssekiyauhci* at pci? dev ? function ? # Universal Host Controller (Intel) 2591.1Ssekiya 2601.1Ssekiya# USB bus support 2611.1Ssekiyausb* at ehci? 2621.1Ssekiyausb* at ohci? 2631.1Ssekiyausb* at uhci? 2641.1Ssekiya 2651.123Ssevaninclude "dev/usb/usbdevices.config" 2661.1Ssekiya 2671.28Skiyohara# PCI IEEE1394 controllers 2681.70Ssekiyafwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 2691.28Skiyohara 2701.70Ssekiyaieee1394if* at fwohci? 2711.70Ssekiyafwip* at ieee1394if? # IP over IEEE1394 2721.70Ssekiyasbp* at ieee1394if? euihi ? euilo ? 2731.28Skiyohara 2741.1Ssekiya# Audio support 2751.1Ssekiyaaudio* at audiobus? 2761.1Ssekiya 2771.111Schristosspkr* at audio? # PC speaker (synthesized) 2781.109Snat 2791.1Ssekiya# MIDI support 2801.1Ssekiyamidi* at midibus? 2811.1Ssekiya 2821.124Ssevaninclude "dev/bluetooth/bluetoothdevices.config" 2831.124Ssevan 2841.1Ssekiya# Pseudo-Devices 2851.1Ssekiya 2861.40Sthorpejpseudo-device crypto # /dev/crypto device 2871.41Sthorpejpseudo-device swcrypto # software crypto implementation 2881.3Spooka 2891.1Ssekiya# disk/mass storage pseudo-devices 2901.97Schristospseudo-device ccd # concatenated/striped disk devices 2911.97Schristos#pseudo-device cgd # cryptographic disk devices 2921.98Schristos#pseudo-device raid # RAIDframe disk driver 2931.1Ssekiya#options RAID_AUTOCONFIG # auto-configuration of RAID components 2941.84Spookapseudo-device fss # file system snapshot device 2951.86Shannkenpseudo-device md # memory disk device (ramdisk) 2961.47Scubepseudo-device vnd # disk-like interface to files 2971.29Shubertf#options VND_COMPRESSION # compressed vnd(4) 2981.1Ssekiya 2991.1Ssekiya# network pseudo-devices 3001.46Srpaulopseudo-device bpfilter # Berkeley packet filter 3011.125Ssevanpseudo-device carp # Common Address Redundancy Protocol 3021.117Smaxvpseudo-device npf # NPF packet filter 3031.1Ssekiyapseudo-device loop # network loopback 3041.47Scubepseudo-device ppp # Point-to-Point Protocol 3051.47Scubepseudo-device sl # Serial Line IP 3061.47Scubepseudo-device tun # network tunneling over tty 3071.19Scubepseudo-device tap # virtual Ethernet 3081.47Scubepseudo-device gre # generic L3 over IP tunnel 3091.47Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 3101.47Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 3111.48Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 3121.1Ssekiyapseudo-device vlan # IEEE 802.1q encapsulation 3131.1Ssekiyapseudo-device bridge # simple inter-network bridging 3141.133Sroypseudo-device vether # Virtual Ethernet for bridge 3151.63Smartinpseudo-device agr # IEEE 802.3ad link aggregation 3161.75Stsutsuipseudo-device accf_data # "dataready" accept filter 3171.75Stsutsuipseudo-device accf_http # "httpready" accept filter 3181.1Ssekiya 3191.1Ssekiya# miscellaneous pseudo-devices 3201.1Ssekiyapseudo-device pty # pseudo-terminals 3211.99Schristospseudo-device sequencer # MIDI sequencer 3221.1Ssekiyapseudo-device clockctl # user control of clock subsystem 3231.1Ssekiyapseudo-device ksyms # /dev/ksyms 3241.61Sjmcneill 3251.61Sjmcneill# wscons pseudo-devices 3261.61Sjmcneillpseudo-device wsmux # mouse & keyboard multiplexor 3271.61Sjmcneillpseudo-device wsfont 3281.1Ssekiya 3291.79Sjmcneill# userland interface to drivers, including autoconf and properties retrieval 3301.79Sjmcneillpseudo-device drvctl 3311.79Sjmcneill 3321.125Ssevaninclude "dev/veriexec.config" 333