1# $NetBSD: XLSATX,v 1.29 2019/04/26 21:40:29 sevan Exp $ 2 3include "arch/evbmips/conf/std.rmixl" 4 5#ident "XLSATX-$Revision: 1.29 $" 6 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8 9maxusers 32 10 11# 12# MEMSIZE can be used to limit memory amount used 13# 14#options MEMSIZE=0x10000000 # 256MB 15 16# 17# MEMLIMIT can be used to limit memory address used 18# 19defparam opt_memsize.h MEMLIMIT 20#options MEMLIMIT=0x10000000 # 256MB 21 22options NOFPU # No FPU 23#options FPEMUL # emulate FPU insn 24 25# Standard system options 26options KTRACE # system call tracing support 27options SYSVMSG # System V message queues 28options SYSVSEM # System V semaphores 29options SYSVSHM # System V shared memory 30#options SHMMAXPGS=1024 # 1024 pages is the default 31#options LKM # loadable kernel modules 32options NTP # network time protocol 33 34# Debugging options 35options DIAGNOSTIC # extra kernel sanity checking 36#options DEBUG # extra kernel debugging support 37options MSGBUFSIZE=65536 # kernel dmesg buffer 38options USERCONF # userconf(4) support 39#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 40options DDB # kernel dynamic debugger 41options DDB_HISTORY_SIZE=100 # enable history editing in DDB 42makeoptions DEBUG="-g" # compile full symbol table 43makeoptions COPY_SYMTAB=1 # size for embedded symbol table 44#options DDB_COMMANDONENTER="trace;show registers" 45options DB_MAX_LINE=-1 46 47# Compatibility options 48 49include "conf/compat_netbsd50.config" 50 51#options EXEC_ECOFF # exec ECOFF binaries 52#options COMPAT_ULTRIX # binary compatibility with Ultrix 53 54# File systems 55file-system FFS # Berkeley Fast Filesystem 56file-system MFS # memory-based filesystem 57#file-system EXT2FS # second extended file system (linux) 58file-system NFS # Sun NFS-compatible filesystem client 59file-system KERNFS # kernel data-structure filesystem 60#file-system NULLFS # NULL layered filesystem 61#file-system OVERLAY # overlay file system 62#file-system FDESC # user file descriptor filesystem 63#file-system UMAPFS # uid/gid remapping filesystem 64#file-system LFS # Log-based filesystem (still experimental) 65#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 66file-system PROCFS # /proc 67#file-system CD9660 # ISO 9660 + Rock Ridge file system 68file-system TMPFS # Efficient memory file system 69#file-system UNION # union file system 70#file-system MSDOSFS # MS-DOS FAT filesystem(s). 71#file-system CODA # Coda File System; also needs vcoda (below) 72file-system PTYFS # /dev/pts/N support 73 74# File system options 75#options NFSSERVER # Sun NFS-compatible filesystem server 76#options QUOTA # FFS quotas 77#options FFS_EI # FFS Endian Independent support 78#options SOFTDEP # FFS soft updates support. 79options WAPBL # File system journaling support 80options FFS_NO_SNAPSHOT # No FFS snapshot support 81#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 82 # immutable) behave as system flags. 83 84# Alternate buffer queue strategies for better responsiveness under high 85# disk I/O load. 86#options BUFQ_READPRIO 87options BUFQ_PRIOCSCAN 88 89# Networking options 90#options GATEWAY # IP packet forwarding 91options INET # Internet protocols 92options INET6 # IPV6 93#options IPSEC # IP security 94#options IPSEC_DEBUG # debug for IP security 95#options MROUTING # packet forwarding of multicast packets 96#options PIM # Protocol Independent Multicast 97#options NETATALK # AppleTalk (over Ethernet) protocol 98#options PPP_BSDCOMP # BSD-Compress compression support for PPP 99#options PPP_DEFLATE # Deflate compression support for PPP 100#options PPP_FILTER # Active filter support for PPP (requires bpf) 101 102# JIT compiler for bpfilter 103#options SLJIT 104#options BPFJIT 105 106# These options enable verbose messages for several subsystems. 107# Warning, these may compile large string tables into the kernel! 108#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 109options PCIVERBOSE # verbose PCI device autoconfig messages 110#options PCI_CONFIG_DUMP # verbosely dump PCI config space 111#options SCSIVERBOSE # human readable SCSI error messages 112options MIIVERBOSE # verbose PHY autoconfig messages 113 114# Bitmask for enabling the PCI IDE channels in the southbridge. 115# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 116# 117# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 118# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 119options PCI_NETBSD_ENABLE_IDE=0x1 120 121options NFS_BOOT_DHCP 122 123config netbsd root on ? type ? 124config netbsd-wm0 root on wm0 type nfs 125config netbsd-msk0 root on msk0 type nfs 126config netbsd-sd0a root on sd0a type ffs 127 128 129mainbus0 at root 130cpunode* at mainbus? node ? 131cpucore* at cpunode? core ? 132cpu* at cpucore? thread ? 133obio0 at cpunode? 134com0 at obio0 addr 0x14000 intr 9 135com1 at obio0 addr 0x15000 intr 10 136options COM_REGMAP 137rmixl_gpio0 at obio0 addr 0x18000 intr 14 138gpio* at rmixl_gpio? 139rmixl_iobus0 at obio0 addr 0x19000 140rmixl_nand* at rmixl_iobus? addr 0x01800000 141#rmixl_nand* at rmixl_iobus? cs 2 142nand* at rmixl_nand? 143flash* at nand? 144#rmixl_pcic* at rmixl_iobus? cs 6 addr 0x01000000 145#pcmcia* at rmixl_pcic 146rmixl_pcix0 at obio0 147pci* at rmixl_pcix0 148rmixl_pcie0 at obio0 149pci* at rmixl_pcie0 150ppb* at pci? 151pci* at ppb? 152wm* at pci? dev ? function ? # Intel i82546EB Gig-E 153skc* at pci? dev ? function ? 154sk* at skc? 155mskc* at pci? dev ? function ? 156msk* at mskc? 157makphy* at mii? phy ? # Marvell 88E1000 PHYs 158ukphy* at mii? phy ? # unknown PHY 159rmixl_usbi0 at obio0 addr 0x25000 intr 31 160ohci0 at rmixl_usbi0 addr 0x24400 size 0x400 intr 0 161ohci1 at rmixl_usbi0 addr 0x24800 size 0x400 intr 1 162ehci0 at rmixl_usbi0 addr 0x24000 size 0x400 intr 2 163siisata* at pci? dev ? function ? 164atabus* at ata? 165wd* at atabus? drive ? flags 0x0000 166 167# USB 168usb* at ohci? 169usb* at ehci? 170uhub* at usb? 171uhub* at uhub? port ? 172umass* at uhub? port ? configuration ? interface ? 173scsibus* at umass? channel ? 174sd* at scsibus? target ? lun ? 175 176 177# Pseudo-devices 178 179# Disk/mass storage pseudo-devices 180#pseudo-device ccd # concatenated disk devices 181#pseudo-device raid # RAIDframe disk driver 182#options RAID_AUTOCONFIG # auto-configuration of RAID 183#pseudo-device fss # file system snapshot device 184pseudo-device vnd # disk-like interface to files 185 186# Network pseudo-devices 187pseudo-device bpfilter # Berkeley packet filter 188pseudo-device carp # Common Address Redundancy Protocol 189pseudo-device npf # NPF packet filter 190pseudo-device loop # network loopback 191#pseudo-device ppp # Point-to-Point Protocol 192#pseudo-device sl # Serial Line IP 193#pseudo-device strip # Starmode Radio IP (Metricom) 194#pseudo-device tun # network tunneling over tty 195#pseudo-device tap # virtual Ethernet 196#pseudo-device gre # generic L3 over IP tunnel 197#pseudo-device ipip # RFC 2003 IP Encapsulation 198#pseudo-device gif # RFC1933 tunnel 199#pseudo-device faith # IPv[46] tcp relay translation 200#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 201#pseudo-device vlan # IEEE 802.1q encapsulation 202#pseudo-device bridge # simple inter-network bridging 203pseudo-device kttcp # kernel ttcp 204 205# Miscellaneous pseudo-devices 206pseudo-device pty # pseudo-terminals 207#pseudo-device sequencer # MIDI sequencer 208pseudo-device clockctl # user control of clock subsystem 209pseudo-device ksyms # /dev/ksyms 210 211# A pseudo device needed for Coda # also needs CODA (above) 212#pseudo-device vcoda # coda minicache <-> venus comm. 213 214include "dev/veriexec.config" 215