11.174Schristos# $NetBSD: GENERIC,v 1.174 2024/01/29 18:27:11 christos Exp $ 21.23Sgmcgarry# 31.23Sgmcgarry# GENERIC machine description file 41.130Stsutsui# 51.23Sgmcgarry# This machine description file is used to generate the default NetBSD 61.23Sgmcgarry# kernel. The generic kernel does not include all options, subsystems 71.23Sgmcgarry# and device drivers, but should be useful for most applications. 81.23Sgmcgarry# 91.23Sgmcgarry# The machine description file can be customised for your specific 101.23Sgmcgarry# machine to reduce the kernel size and improve its performance. 111.23Sgmcgarry# 121.23Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8) 131.23Sgmcgarry# man page. 141.23Sgmcgarry# 151.23Sgmcgarry# For further information on hardware support for this architecture, see 161.23Sgmcgarry# the intro(4) man page. For further information about kernel options 171.23Sgmcgarry# for this architecture, see the options(4) man page. For an explanation 181.23Sgmcgarry# of each device driver in this file see the section 4 man page for the 191.23Sgmcgarry# device. 201.1Ssoren 211.1Ssoreninclude "arch/cobalt/conf/std.cobalt" 221.1Ssoren 231.31Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.31Satatat 251.174Schristos#ident "GENERIC-$Revision: 1.174 $" 261.1Ssoren 271.1Ssorenmaxusers 32 281.1Ssoren 291.1Ssoren# Standard system options 301.1Ssorenoptions KTRACE # system call tracing support 311.1Ssorenoptions SYSVMSG # System V message queues 321.1Ssorenoptions SYSVSEM # System V semaphores 331.1Ssorenoptions SYSVSHM # System V shared memory 341.93Stsutsuioptions NTP # network time protocol 351.33Slukemoptions USERCONF # userconf(4) support 361.26Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 371.61Satatatoptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 381.38Sjunyoung 391.156Ssevan# Alternate buffer queue strategies for better responsiveness under high 401.156Ssevan# disk I/O load. 411.73Stsutsui#options BUFQ_READPRIO 421.162Ssevanoptions BUFQ_PRIOCSCAN 431.1Ssoren 441.1Ssoren# Debugging options 451.128Smattoptions DIAGNOSTIC # extra kernel sanity checking 461.168Sthorpej#options DEBUG # extra kernel debugging support 471.1Ssorenoptions DDB # kernel dynamic debugger 481.1Ssoren#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 491.128Smattmakeoptions DEBUG="-g" # compile full symbol table 501.128Smattmakeoptions CPUFLAGS="-march=vr5000" 511.1Ssoren 521.1Ssoren# Compatibility options 531.154Smrginclude "conf/compat_netbsd16.config" 541.1Ssoren#options EXEC_ECOFF # exec ECOFF binaries 551.1Ssoren#options COMPAT_ULTRIX # binary compatibility with Ultrix 561.1Ssoren 571.1Ssoren# File systems 581.1Ssorenfile-system FFS # Berkeley Fast Filesystem 591.21Slukemfile-system EXT2FS # second extended file system (linux) 601.1Ssorenfile-system NFS # Sun NFS-compatible filesystem client 611.93Stsutsuifile-system KERNFS # kernel data-structure filesystem 621.93Stsutsuifile-system NULLFS # NULL layered filesystem 631.7Ssoren#file-system OVERLAY # overlay file system 641.1Ssorenfile-system MFS # memory-based filesystem 651.1Ssorenfile-system FDESC # user file descriptor filesystem 661.1Ssoren#file-system UMAPFS # uid/gid remapping filesystem 671.93Stsutsuifile-system LFS # Log-based filesystem (still experimental) 681.93Stsutsuifile-system PROCFS # /proc 691.93Stsutsuifile-system CD9660 # ISO 9660 + Rock Ridge file system 701.93Stsutsuifile-system UNION # union file system 711.93Stsutsuifile-system MSDOSFS # MS-DOS FAT filesystem(s). 721.1Ssoren#file-system CODA # Coda File System; also needs vcoda (below) 731.93Stsutsuifile-system PTYFS # /dev/pts/N support 741.125Schsfile-system TMPFS # Efficient memory file-system 751.90Sreinoud#file-system UDF # experimental - OSTA UDF CD/DVD file-system 761.1Ssoren 771.1Ssoren# File system options 781.171Ssimonb#options FFS_EI # FFS Endian Independent support 791.171Ssimonb#options FFS_NO_SNAPSHOT # No FFS snapshot support 801.129Sbouyeroptions QUOTA # legacy UFS quotas 811.129Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 821.171Ssimonboptions UFS_DIRHASH # UFS Large Directory Hashing 831.171Ssimonboptions UFS_EXTATTR # Extended attribute support for UFS1 841.133Sdhollandoptions WAPBL # File system journaling support 851.171Ssimonboptions LFS_DIRHASH # LFS version of UFS_DIRHASH - experimental 861.171Ssimonboptions NFSSERVER # Network File System server 871.1Ssoren 881.1Ssoren# Networking options 891.1Ssoren#options GATEWAY # IP packet forwarding 901.1Ssorenoptions INET # Internet protocols 911.93Stsutsuioptions INET6 # IPV6 921.1Ssoren#options IPSEC # IP security 931.1Ssoren#options IPSEC_DEBUG # debug for IP security 941.1Ssoren#options MROUTING # packet forwarding of multicast packets 951.62Smanu#options PIM # Protocol Independent Multicast 961.1Ssoren#options NETATALK # AppleTalk (over Ethernet) protocol 971.1Ssoren#options PPP_BSDCOMP # BSD-Compress compression support for PPP 981.1Ssoren#options PPP_DEFLATE # Deflate compression support for PPP 991.10Ssoren#options PPP_FILTER # Active filter support for PPP (requires bpf) 1001.17Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1011.1Ssoren 1021.59Sabs#options ALTQ # Manipulate network interfaces' output queues 1031.59Sabs#options ALTQ_BLUE # Stochastic Fair Blue 1041.59Sabs#options ALTQ_CBQ # Class-Based Queueing 1051.59Sabs#options ALTQ_CDNR # Diffserv Traffic Conditioner 1061.59Sabs#options ALTQ_FIFOQ # First-In First-Out Queue 1071.59Sabs#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1081.59Sabs#options ALTQ_HFSC # Hierarchical Fair Service Curve 1091.59Sabs#options ALTQ_LOCALQ # Local queueing discipline 1101.59Sabs#options ALTQ_PRIQ # Priority Queueing 1111.59Sabs#options ALTQ_RED # Random Early Detection 1121.59Sabs#options ALTQ_RIO # RED with IN/OUT 1131.59Sabs#options ALTQ_WFQ # Weighted Fair Queueing 1141.59Sabs 1151.143Salnsn# JIT compiler for bpfilter 1161.143Salnsn#options SLJIT 1171.143Salnsn#options BPFJIT 1181.143Salnsn 1191.1Ssoren# These options enable verbose messages for several subsystems. 1201.1Ssoren# Warning, these may compile large string tables into the kernel! 1211.1Ssorenoptions PCIVERBOSE # verbose PCI device autoconfig messages 1221.1Ssoren#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1231.21Slukemoptions SCSIVERBOSE # human readable SCSI error messages 1241.98Stsutsuioptions MIIVERBOSE # verbose PHY autoconfig messages 1251.1Ssoren 1261.1Ssorenoptions NFS_BOOT_DHCP 1271.1Ssoren 1281.1Ssorenconfig netbsd root on ? type ? 1291.1Ssoren 1301.1Ssorenmainbus0 at root 1311.1Ssoren 1321.1Ssorencpu0 at mainbus? 1331.1Ssoren 1341.94Stsutsuimcclock0 at mainbus? addr 0x10000070 1351.94Stsutsui 1361.1Ssorencom0 at mainbus? addr 0x1c800000 level 3 1371.55Sthorpejoptions COM_16650 1381.1Ssoren 1391.115Stsutsuizsc0 at mainbus? addr 0x1c800000 irq 4 1401.115Stsutsuizstty0 at zsc0 channel 0 1411.115Stsutsuizstty1 at zsc0 channel 1 1421.115Stsutsui 1431.158Schristoslcdpanel0 at mainbus? addr 0x1f000000 1441.40Ssoren 1451.1Ssorengt0 at mainbus? addr 0x14000000 1461.1Ssoren 1471.1Ssorenpci* at gt0 1481.1Ssorenpchb* at pci? dev ? function ? 1491.1Ssorenpcib* at pci? dev ? function ? 1501.1Ssoren 1511.71Stsutsuioptions PCI_NETBSD_CONFIGURE 1521.71Stsutsui 1531.54Sjonathan# Cryptographic Devices 1541.54Sjonathan 1551.54Sjonathan# PCI cryptographic devices 1561.54Sjonathanhifn* at pci? dev ? function ? # Hifn 7755/7811/795x 1571.54Sjonathanubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 1581.54Sjonathan 1591.1Ssoren# PCI serial/parallel interfaces 1601.113Stsutsuipuc* at pci? dev ? function ? # PCI "universal" comm. cards 1611.113Stsutsuicom* at puc? port ? 1621.1Ssoren#lpt* at puc? port ? 1631.1Ssoren#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards 1641.1Ssoren 1651.1Ssoren# PCI SCSI controllers 1661.1Ssoren#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] 1671.1Ssoren#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 1681.1Ssorenahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 1691.1Ssoren#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 1701.1Ssoren#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 1711.1Ssoren#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC 1721.4Ssorensiop* at pci? dev ? function ? # NCR 53c8xx SCSI 1731.44Sbouyeresiop* at pci? dev ? function ? # NCR 53c82s75xx SCSI and newer 1741.1Ssoren#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 1751.1Ssoren 1761.1Ssoren# SCSI bus support 1771.1Ssoren#scsibus* at adv? 1781.1Ssoren#scsibus* at adw? 1791.1Ssorenscsibus* at ahc? 1801.1Ssoren#scsibus* at bha? 1811.1Ssoren#scsibus* at dpt? 1821.1Ssoren#scsibus* at isp? 1831.4Ssorenscsibus* at siop? 1841.44Sbouyerscsibus* at esiop? 1851.1Ssoren#scsibus* at pcscp? 1861.1Ssoren 1871.1Ssoren# SCSI devices 1881.1Ssorensd* at scsibus? target ? lun ? # SCSI disk drives 1891.1Ssorenst* at scsibus? target ? lun ? # SCSI tape drives 1901.93Stsutsuicd* at scsibus? target ? lun ? # SCSI CD-ROM drives 1911.7Ssoren#ch* at scsibus? target ? lun ? # SCSI autochangers 1921.1Ssoren#ss* at scsibus? target ? lun ? # SCSI scanners 1931.10Ssoren#uk* at scsibus? target ? lun ? # SCSI unknown 1941.1Ssoren 1951.1Ssoren# RAID controllers and devices 1961.1Ssoren#cac* at pci? dev ? function ? # Compaq array controller 1971.1Ssoren#ca* at cac? unit ? # Compaq array disk device 1981.1Ssoren 1991.1Ssoren# IDE and related devices 2001.1Ssoren# PCI IDE controllers - see pciide(4) for supported hardware. 2011.1Ssoren# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 2021.1Ssoren# how to set up DMA modes for this chip. This may work, or may cause 2031.1Ssoren# a machine hang with some controllers. 2041.47Sbouyerpciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 2051.47Sbouyeracardide* at pci? dev ? function ? # Acard IDE controllers 2061.114Stsutsui#aceride* at pci? dev ? function ? # Acer Lab IDE controllers 2071.114Stsutsui#artsata* at pci? dev ? function ? # Intel i31244 SATA controller 2081.47Sbouyercmdide* at pci? dev ? function ? # CMD tech IDE controllers 2091.114Stsutsui#cypide* at pci? dev ? function ? # Cypress IDE controllers 2101.47Sbouyerhptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 2111.114Stsutsui#optiide* at pci? dev ? function ? # Opti IDE controllers 2121.47Sbouyerpdcide* at pci? dev ? function ? # Promise IDE controllers 2131.64Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers 2141.52Sthorpejsatalink* at pci? dev ? function ? # SiI SATALink controllers 2151.114Stsutsui#siside* at pci? dev ? function ? # SiS IDE controllers 2161.114Stsutsui#slide* at pci? dev ? function ? # Symphony Labs IDE controllers 2171.47Sbouyerviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 2181.47Sbouyer 2191.47Sbouyer# ATA bus 2201.50Stsutsuiatabus* at ata? 2211.46Sbouyer 2221.1Ssoren# IDE drives 2231.1Ssoren# Flags are used only with controllers that support DMA operations 2241.1Ssoren# and mode settings (e.g. some pciide controllers) 2251.1Ssoren# The lowest order four bits (rightmost digit) of the flags define the PIO 2261.1Ssoren# mode to use, the next set of four bits the DMA mode and the third set the 2271.1Ssoren# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 2281.1Ssoren# to use, and the last bit must be 1 for this setting to be used. 2291.1Ssoren# For DMA and UDMA, 0xf (1111) means 'disable'. 2301.1Ssoren# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 2311.1Ssoren# (0xc=1100, 0xa=1010, 0xf=1111) 2321.1Ssoren# 0x0000 means "use whatever the drive claims to support". 2331.46Sbouyerwd* at atabus? drive ? flags 0x0000 2341.1Ssoren 2351.1Ssoren# PCI network interfaces 2361.1Ssoren#ep* at pci? dev ? function ? # 3Com 3c59x 2371.18Shubertf#ex* at pci? dev ? function ? # 3Com 90x[BC] 2381.1Ssoren#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 2391.1Ssoren#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B 2401.166Sthorpej#pcn* at pci? dev ? function ? # PCnet-PCI Ethernet 2411.1Ssoren#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 2421.1Ssoren#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 2431.97Stsutsuiral* at pci? dev ? function ? # ralink wifi 2441.1Ssoren#sip* at pci? dev ? function ? # SiS 900 Ethernet 2451.1Ssoren#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 2461.30Smycrofttlp* at pci? dev ? function ? # DECchip 21x4x and clones 2471.1Ssoren#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 2481.3Sgroo#rtk* at pci? dev ? function ? # Realtek 8129/8139 2491.1Ssoren 2501.1Ssoren# MII/PHY support 2511.1Ssoren#exphy* at mii? phy ? # 3Com internal PHYs 2521.27Swiz#icsphy* at mii? phy ? # ICS189x PHYs 2531.1Ssoren#inphy* at mii? phy ? # Intel 82555 PHYs 2541.1Ssoren#iophy* at mii? phy ? # Intel 82553 PHYs 2551.1Ssorenlxtphy* at mii? phy ? # Level One LXT-970 PHYs 2561.1Ssoren#nsphy* at mii? phy ? # NS83840 PHYs 2571.1Ssoren#nsphyter* at mii? phy ? # NS83843 PHYs 2581.1Ssoren#qsphy* at mii? phy ? # Quality Semiconductor QS6612 2591.1Ssoren#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 2601.1Ssoren#tlphy* at mii? phy ? # ThunderLAN PHYs 2611.1Ssoren#tqphy* at mii? phy ? # TDK Semiconductor PHYs 2621.1Ssoren#ukphy* at mii? phy ? # generic unknown PHYs 2631.1Ssoren 2641.76Skiyohara# PCI IEEE1394 controllers 2651.76Skiyohara#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 2661.76Skiyohara 2671.76Skiyohara#ieee1394if* at fwohci? 2681.76Skiyohara#fwip* at ieee1394if? # IP over IEEE1394 2691.76Skiyohara#sbp* at ieee1394if? euihi ? euilo ? 2701.76Skiyohara#scsibus* at sbp? 2711.76Skiyohara 2721.1Ssoren# PCI audio devices 2731.1Ssoren#clcs* at pci? dev ? function ? # Cirrus Logic CS4280 2741.1Ssoren#eap* at pci? dev ? function ? # Ensoniq AudioPCI 2751.119Stsutsui#emuxki* at pci? dev ? function ? # SoundBlaster Live! 2761.1Ssoren#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 2771.1Ssoren#fms* at pci? dev ? function ? # Forte Media FM801 2781.1Ssoren#sv* at pci? dev ? function ? # S3 SonicVibes 2791.1Ssoren 2801.119Stsutsui# Audio support 2811.119Stsutsui#audio* at audiobus? 2821.119Stsutsui 2831.151Schristos#spkr* at audio? # PC speaker (synthesized) 2841.149Snat 2851.1Ssoren# Pseudo-devices 2861.1Ssoren 2871.85Sthorpejpseudo-device crypto # /dev/crypto device 2881.86Sthorpejpseudo-device swcrypto # software crypto implementation 2891.54Sjonathan 2901.1Ssoren# Disk/mass storage pseudo-devices 2911.138Schristos#pseudo-device ccd # concatenated disk devices 2921.138Schristos#pseudo-device cgd # cryptographic disk devices 2931.139Schristospseudo-device raid # RAIDframe disk driver 2941.25Sosteroptions RAID_AUTOCONFIG # auto-configuration of RAID 2951.25Soster# Options to enable various other RAIDframe RAID types. 2961.25Soster# options RF_INCLUDE_EVENODD=1 2971.25Soster# options RF_INCLUDE_RAID5_RS=1 2981.25Soster# options RF_INCLUDE_PARITYLOGGING=1 2991.25Soster# options RF_INCLUDE_CHAINDECLUSTER=1 3001.25Soster# options RF_INCLUDE_INTERDECLUSTER=1 3011.25Soster# options RF_INCLUDE_PARITY_DECLUSTERING=1 3021.25Soster# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 3031.124Spookapseudo-device fss # file system snapshot device 3041.127Shannken#pseudo-device md # memory disk device (ramdisk) 3051.93Stsutsuipseudo-device vnd # disk-like interface to files 3061.77Shubertf#options VND_COMPRESSION # compressed vnd(4) 3071.1Ssoren 3081.1Ssoren# Network pseudo-devices 3091.91Srpaulopseudo-device bpfilter # Berkeley packet filter 3101.162Ssevanpseudo-device carp # Common Address Redundancy Protocol 3111.159Smaxvpseudo-device npf # NPF packet filter 3121.1Ssorenpseudo-device loop # network loopback 3131.92Scube#pseudo-device ppp # Point-to-Point Protocol 3141.97Stsutsuipseudo-device pppoe # PPP over Ethernet (RFC 2516) 3151.92Scube#pseudo-device sl # Serial Line IP 3161.92Scube#pseudo-device tun # network tunneling over tty 3171.65Scube#pseudo-device tap # virtual Ethernet 3181.92Scube#pseudo-device gre # generic L3 over IP tunnel 3191.92Scube#pseudo-device gif # RFC1933 tunnel 3201.92Scube#pseudo-device faith # IPv[46] tcp relay translation 3211.92Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 3221.14Sbouyerpseudo-device vlan # IEEE 802.1q encapsulation 3231.22Satatatpseudo-device bridge # simple inter-network bridging 3241.170Sroy#pseudo-device vether # Virtual Ethernet for bridge 3251.108Smartinpseudo-device agr # IEEE 802.3ad link aggregation 3261.1Ssoren 3271.117Stls# 3281.117Stls# accept filters 3291.117Stlspseudo-device accf_data # "dataready" accept filter 3301.117Stlspseudo-device accf_http # "httpready" accept filter 3311.117Stls 3321.1Ssoren# Miscellaneous pseudo-devices 3331.13Sjdolecekpseudo-device pty # pseudo-terminals 3341.140Schristos#pseudo-device sequencer # MIDI sequencer 3351.1Ssoren#options RND_COM # use "com" randomness (BROKEN) 3361.32Slukempseudo-device clockctl # user control of clock subsystem 3371.49Scdipseudo-device nullcons # no-op console 3381.172Sriastradpseudo-device swwdog # software watchdog timer -- swwdog(4) 3391.1Ssoren 3401.1Ssoren# A pseudo device needed for Coda # also needs CODA (above) 3411.139Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 3421.118Stsutsui 3431.43Sraggepseudo-device ksyms # /dev/ksyms 3441.88Selad 3451.162Ssevaninclude "dev/veriexec.config" 3461.173Sabs 3471.173Sabs# Pull in optional local configuration - always at end 3481.173Sabscinclude "arch/cobalt/conf/GENERIC.local" 349