M403 revision 1.67
11.67Smrg# $NetBSD: M403,v 1.67 2017/09/14 07:58:39 mrg Exp $ 21.1Ssoda# 31.4Ssoda# configuration file for MIPS Magnum 4000 system 41.1Ssoda# 51.1Ssoda 61.67Smrginclude "arch/arc/conf/std.arc" 71.21Satatat 81.21Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Ssoda 101.4Ssodamaxusers 32 # estimated number of users 111.1Ssoda 121.13Ssoda# Platform support 131.13Ssodaoptions PLATFORM_MICROSOFT_JAZZ # MIPS Magnum 141.13Ssoda 151.1Ssoda# Standard system options 161.1Ssoda 171.4Ssodaoptions RTC_OFFSET=-540 # hardware clock is this many mins. (Japan) 181.4Ssodaoptions NTP # NTP phase/frequency locked loop 191.4Ssoda 201.4Ssodaoptions KTRACE # system call tracing via ktrace(1) 211.1Ssoda 221.1Ssodaoptions SYSVMSG # System V-like message queues 231.1Ssodaoptions SYSVSEM # System V-like semaphores 241.1Ssodaoptions SYSVSHM # System V-like memory sharing 251.18Sjdolecek 261.36Stsutsui#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 271.25Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 281.1Ssoda 291.4Ssoda# Diagnostic/debugging support options 301.16Slukemoptions DIAGNOSTIC # cheap kernel consistency checks 311.16Slukem#options DEBUG # expensive debugging checks/support 321.16Slukemoptions DDB # in-kernel debugger 331.65Suebayasipseudo-device ksyms 341.4Ssoda#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 351.16Slukem#options KGDB # remote gdb 361.16Slukem#options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600) 371.16Slukem#options KGDB_DEV="17*256+0" # device for kernel gdb 381.16Slukem#makeoptions DEBUG="-g" # compile full symbol table 391.4Ssoda 401.4Ssoda# Compatibility options 411.67Smrginclude "conf/compat_netbsd10.config" 421.1Ssodaoptions COMPAT_386BSD_MBRPART # recognize old partition ID 431.1Ssoda 441.4Ssoda# mipsel specific 451.4Ssodaoptions COMPAT_ULTRIX # Ultrix binary compatibility 461.4Ssodaoptions EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 471.4Ssoda 481.4Ssoda# File systems 491.1Ssodafile-system FFS # fast filesystem 501.4Ssoda#file-system EXT2FS # second extended file system (linux) 511.4Ssoda#file-system LFS # log-structured file system 521.4Ssodafile-system MFS # memory file system 531.4Ssodafile-system NTFS # Windows/NT file system (experimental) 541.1Ssodafile-system CD9660 # ISO 9660 + Rock Ridge file system 551.4Ssodafile-system MSDOSFS # MS-DOS file system 561.4Ssodafile-system NFS # Network File System client 571.4Ssodafile-system FDESC # /dev/fd 581.4Ssodafile-system KERNFS # /kern 591.4Ssoda#file-system NULLFS # loopback file system 601.1Ssoda#file-system OVERLAY # overlay file system 611.4Ssodafile-system PROCFS # /proc 621.4Ssoda#file-system UMAPFS # NULLFS + uid and gid remapping 631.4Ssoda#file-system UNION # union file system 641.4Ssoda#file-system CODA # Coda File System; also needs vcoda (below) 651.35Schristosfile-system PTYFS # /dev/pts/N support 661.1Ssoda 671.4Ssoda# File system options 681.52Sbouyeroptions QUOTA # legacy UFS quotas 691.52Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 701.4Ssoda#options FFS_EI # FFS Endian Independent support 711.4Ssodaoptions NFSSERVER # Network File System server 721.37Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 731.4Ssoda#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 741.4Ssoda # immutable) behave as system flags. 751.1Ssoda 761.1Ssoda# Networking options 771.4Ssoda#options GATEWAY # IP packet forwarding 781.4Ssodaoptions INET # IP + ICMP + TCP + UDP 791.4Ssodaoptions INET6 # IPV6 801.1Ssoda#options IPSEC # IP security 811.1Ssoda#options IPSEC_DEBUG # debug for IP security 821.4Ssoda#options MROUTING # IP multicast routing 831.26Smanu#options PIM # Protocol Independent Multicast 841.4Ssodaoptions NETATALK # AppleTalk networking protocols 851.4Ssodaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 861.4Ssodaoptions PPP_DEFLATE # Deflate compression support for PPP 871.4Ssodaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 881.4Ssodaoptions IPFILTER_LOG # ipmon(8) log support 891.42Schristosoptions IPFILTER_LOOKUP # ippool(8) support 901.14Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 911.4Ssoda 921.62Salnsn# JIT compiler for bpfilter 931.62Salnsn#options SLJIT 941.62Salnsn#options BPFJIT 951.62Salnsn 961.4Ssoda# These options enable verbose messages for several subsystems. 971.4Ssoda# Warning, these may compile large string tables into the kernel! 981.4Ssoda#options EISAVERBOSE # verbose EISA device autoconfig messages 991.4Ssoda#options PCIVERBOSE # verbose PCI device autoconfig messages 1001.5Scgd#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1011.4Ssodaoptions SCSIVERBOSE # human readable SCSI error messages 1021.9Sur 1031.9Sur# wscons terminal emulation 1041.9Suroptions WSEMUL_VT100 # VT100 emulation 1051.54Sabsoptions WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1061.1Ssoda 1071.2Ssoda# Kernel root file system and dump configuration. 1081.4Ssodaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1091.4Ssodaconfig netbsd root on ? type ? 1101.1Ssoda 1111.1Ssoda# 1121.4Ssoda# Device configuration 1131.1Ssoda# 1141.4Ssoda 1151.1Ssodamainbus0 at root 1161.1Ssodacpu* at mainbus0 1171.1Ssoda 1181.11Sur#### Jazz-Internal bus devices 1191.1Ssoda 1201.13Ssoda# PLATFORM_ACER_PICA_61 1211.13Ssoda# PLATFORM_MICROSOFT_JAZZ 1221.13Ssoda# PLATFORM_NEC_JC94 1231.13Ssoda# PLATFORM_NEC_R94 1241.13Ssoda# PLATFORM_NEC_R96 1251.13Ssoda# PLATFORM_NEC_RAX94 1261.13Ssoda# PLATFORM_NEC_RD94 1271.13Ssodajazzio* at mainbus0 # Jazz-Internal bus host bridge. 1281.13Ssoda 1291.13Ssodatimer0 at jazzio? 1301.13Ssodamcclock0 at jazzio? 1311.11Sur#pc0 at jazzio? 1321.11Sur#opms0 at jazzio? 1331.11Surpckbc0 at jazzio? # PC keyboard controller 1341.17Slukemoptions COM_FREQ_MAGNUM=8192000 # 8.192 MHz - NEC M403 1351.11Surcom0 at jazzio? 1361.11Surcom1 at jazzio? 1371.11Surlpt0 at jazzio? 1381.11Sursn0 at jazzio? 1391.1Ssoda 1401.11Surfdc0 at jazzio? 1411.1Ssodafd* at fdc? drive ? 1421.1Ssoda 1431.12Ssodaasc0 at jazzio? # NCR53C9x SCSI 1441.1Ssoda 1451.4Ssoda#### ISA bus devices 1461.4Ssoda 1471.13Ssoda# PLATFORM_ACER_PICA_61 1481.13Ssoda# PLATFORM_MICROSOFT_JAZZ 1491.13Ssoda# PLATFORM_NEC_R94 1501.13Ssoda# PLATFORM_NEC_R96 1511.13Ssodajazzisabr* at mainbus0 # Jazz-(E)ISA bus bridge. 1521.13Ssodaisa* at jazzisabr? 1531.4Ssoda 1541.4Ssodacom2 at isa? port 0x3f8 irq 4 1551.4Ssodacom3 at isa? port 0x2f8 irq 3 1561.24Stsutsui 1571.24Stsutsui# SCSI bus support 1581.24Stsutsuiscsibus* at scsi? 1591.4Ssoda 1601.4Ssoda#### SCSI bus devices 1611.4Ssoda 1621.1Ssodasd* at scsibus? target ? lun ? 1631.1Ssodast* at scsibus? target ? lun ? 1641.1Ssodacd* at scsibus? target ? lun ? 1651.1Ssodach* at scsibus? target ? lun ? 1661.1Ssodass* at scsibus? target ? lun ? 1671.1Ssodauk* at scsibus? target ? lun ? 1681.1Ssoda 1691.8Ssoda#### Workstation Console attachments 1701.8Ssoda 1711.8Ssodapckbd* at pckbc? # PC keyboard (kbd port) 1721.8Ssodawskbd* at pckbd? 1731.8Ssodapms* at pckbc? # PS/2-style mouse (aux port) 1741.8Ssodawsmouse* at pms? 1751.8Ssoda 1761.4Ssoda#### Pseudo devices 1771.1Ssoda 1781.4Ssoda# disk/mass storage pseudo-devices 1791.57Schristospseudo-device ccd # concatenated/striped disk devices 1801.58Schristos#pseudo-device raid # RAIDframe disk driver 1811.50Spooka#pseudo-device fss # file system snapshot device 1821.51Shannkenpseudo-device md # memory disk device (ramdisk) 1831.40Scubepseudo-device vnd # disk-like interface to files 1841.4Ssoda 1851.4Ssoda# network pseudo-devices 1861.39Srpaulopseudo-device bpfilter # Berkeley packet filter 1871.4Ssodapseudo-device ipfilter # IP filter (firewall) and NAT 1881.57Schristospseudo-device loop # network loopback 1891.40Scubepseudo-device ppp # Point-to-Point Protocol 1901.40Scubepseudo-device sl # Serial Line IP 1911.40Scube#pseudo-device strip # Starmode Radio IP (Metricom) 1921.40Scubepseudo-device tun # network tunneling over tty 1931.40Scube#pseudo-device gre # generic L3 over IP tunnel 1941.40Scubepseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 1951.40Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 1961.41Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 1971.12Ssodapseudo-device vlan # IEEE 802.1q encapsulation 1981.1Ssoda 1991.4Ssoda# miscellaneous pseudo-devices 2001.10Sjdolecekpseudo-device pty # pseudo-terminals 2011.59Schristos#pseudo-device sequencer # MIDI sequencer 2021.4Ssoda# rnd works; RND_COM does not on port arc yet. 2031.4Ssoda#options RND_COM # use "com" randomness as well (BROKEN) 2041.22Slukempseudo-device clockctl # user control of clock subsystem 2051.1Ssoda 2061.4Ssoda# a pseudo device needed for Coda # also needs CODA (above) 2071.58Schristos#pseudo-device vcoda # coda minicache <-> venus comm. 2081.1Ssoda 2091.4Ssoda# mouse & keyboard multiplexor pseudo-devices 2101.15Saugustss#pseudo-device wsmux 211