1# $NetBSD: M403,v 1.69 2020/01/19 01:25:04 thorpej Exp $ 2# 3# configuration file for MIPS Magnum 4000 system 4# 5 6include "arch/arc/conf/std.arc" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10maxusers 32 # estimated number of users 11 12# Platform support 13options PLATFORM_MICROSOFT_JAZZ # MIPS Magnum 14 15# Standard system options 16 17options RTC_OFFSET=-540 # hardware clock is this many mins. (Japan) 18options NTP # NTP phase/frequency locked loop 19 20options KTRACE # system call tracing via ktrace(1) 21 22options SYSVMSG # System V-like message queues 23options SYSVSEM # System V-like semaphores 24options SYSVSHM # System V-like memory sharing 25 26#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 27#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 28 29# Diagnostic/debugging support options 30options DIAGNOSTIC # cheap kernel consistency checks 31#options DEBUG # expensive debugging checks/support 32options DDB # in-kernel debugger 33pseudo-device ksyms 34#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 35#options KGDB # remote gdb 36#options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600) 37#options KGDB_DEV="17*256+0" # device for kernel gdb 38#makeoptions DEBUG="-g" # compile full symbol table 39 40# Compatibility options 41include "conf/compat_netbsd10.config" 42options COMPAT_386BSD_MBRPART # recognize old partition ID 43 44# mipsel specific 45options COMPAT_ULTRIX # Ultrix binary compatibility 46options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 47 48# File systems 49file-system FFS # fast filesystem 50#file-system EXT2FS # second extended file system (linux) 51#file-system LFS # log-structured file system 52file-system MFS # memory file system 53file-system NTFS # Windows/NT file system (experimental) 54file-system CD9660 # ISO 9660 + Rock Ridge file system 55file-system MSDOSFS # MS-DOS file system 56file-system NFS # Network File System client 57file-system FDESC # /dev/fd 58file-system KERNFS # /kern 59#file-system NULLFS # loopback file system 60#file-system OVERLAY # overlay file system 61file-system PROCFS # /proc 62#file-system UMAPFS # NULLFS + uid and gid remapping 63#file-system UNION # union file system 64#file-system CODA # Coda File System; also needs vcoda (below) 65file-system PTYFS # /dev/pts/N support 66 67# File system options 68options QUOTA # legacy UFS quotas 69options QUOTA2 # new, in-filesystem UFS quotas 70#options FFS_EI # FFS Endian Independent support 71options NFSSERVER # Network File System server 72#options FFS_NO_SNAPSHOT # No FFS snapshot support 73#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 74 # immutable) behave as system flags. 75 76# Networking options 77#options GATEWAY # IP packet forwarding 78options INET # IP + ICMP + TCP + UDP 79options INET6 # IPV6 80#options IPSEC # IP security 81#options IPSEC_DEBUG # debug for IP security 82#options MROUTING # IP multicast routing 83#options PIM # Protocol Independent Multicast 84options NETATALK # AppleTalk networking protocols 85options PPP_BSDCOMP # BSD-Compress compression support for PPP 86options PPP_DEFLATE # Deflate compression support for PPP 87options PPP_FILTER # Active filter support for PPP (requires bpf) 88#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 89 90# JIT compiler for bpfilter 91#options SLJIT 92#options BPFJIT 93 94# These options enable verbose messages for several subsystems. 95# Warning, these may compile large string tables into the kernel! 96#options EISAVERBOSE # verbose EISA device autoconfig messages 97#options PCIVERBOSE # verbose PCI device autoconfig messages 98#options PCI_CONFIG_DUMP # verbosely dump PCI config space 99options SCSIVERBOSE # human readable SCSI error messages 100 101# wscons terminal emulation 102options WSEMUL_VT100 # VT100 emulation 103options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 104 105# Kernel root file system and dump configuration. 106options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 107config netbsd root on ? type ? 108 109# 110# Device configuration 111# 112 113mainbus0 at root 114cpu* at mainbus0 115 116#### Jazz-Internal bus devices 117 118# PLATFORM_ACER_PICA_61 119# PLATFORM_MICROSOFT_JAZZ 120# PLATFORM_NEC_JC94 121# PLATFORM_NEC_R94 122# PLATFORM_NEC_R96 123# PLATFORM_NEC_RAX94 124# PLATFORM_NEC_RD94 125jazzio* at mainbus0 # Jazz-Internal bus host bridge. 126 127timer0 at jazzio? 128mcclock0 at jazzio? 129#pc0 at jazzio? 130#opms0 at jazzio? 131pckbc0 at jazzio? # PC keyboard controller 132options COM_FREQ_MAGNUM=8192000 # 8.192 MHz - NEC M403 133com0 at jazzio? 134com1 at jazzio? 135lpt0 at jazzio? 136sn0 at jazzio? 137 138fdc0 at jazzio? 139fd* at fdc? drive ? 140 141asc0 at jazzio? # NCR53C9x SCSI 142 143#### ISA bus devices 144 145# PLATFORM_ACER_PICA_61 146# PLATFORM_MICROSOFT_JAZZ 147# PLATFORM_NEC_R94 148# PLATFORM_NEC_R96 149jazzisabr* at mainbus0 # Jazz-(E)ISA bus bridge. 150isa* at jazzisabr? 151 152com2 at isa? port 0x3f8 irq 4 153com3 at isa? port 0x2f8 irq 3 154 155# SCSI bus support 156scsibus* at scsi? 157 158#### SCSI bus devices 159 160sd* at scsibus? target ? lun ? 161st* at scsibus? target ? lun ? 162cd* at scsibus? target ? lun ? 163ch* at scsibus? target ? lun ? 164ss* at scsibus? target ? lun ? 165uk* at scsibus? target ? lun ? 166 167#### Workstation Console attachments 168 169pckbd* at pckbc? # PC keyboard (kbd port) 170wskbd* at pckbd? 171pms* at pckbc? # PS/2-style mouse (aux port) 172wsmouse* at pms? 173 174#### Pseudo devices 175 176# disk/mass storage pseudo-devices 177pseudo-device ccd # concatenated/striped disk devices 178#pseudo-device raid # RAIDframe disk driver 179#pseudo-device fss # file system snapshot device 180pseudo-device md # memory disk device (ramdisk) 181pseudo-device vnd # disk-like interface to files 182 183# network pseudo-devices 184pseudo-device bpfilter # Berkeley packet filter 185pseudo-device npf # NPF packet filter 186pseudo-device loop # network loopback 187pseudo-device ppp # Point-to-Point Protocol 188pseudo-device sl # Serial Line IP 189pseudo-device tun # network tunneling over tty 190#pseudo-device gre # generic L3 over IP tunnel 191pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 192#pseudo-device faith # IPv[46] tcp relay translation i/f 193pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 194pseudo-device vlan # IEEE 802.1q encapsulation 195 196# miscellaneous pseudo-devices 197pseudo-device pty # pseudo-terminals 198#pseudo-device sequencer # MIDI sequencer 199# rnd works; RND_COM does not on port arc yet. 200#options RND_COM # use "com" randomness as well (BROKEN) 201pseudo-device clockctl # user control of clock subsystem 202 203# a pseudo device needed for Coda # also needs CODA (above) 204#pseudo-device vcoda # coda minicache <-> venus comm. 205 206# mouse & keyboard multiplexor pseudo-devices 207#pseudo-device wsmux 208