XLSATX revision 1.27
1# $NetBSD: XLSATX,v 1.27 2018/10/23 19:58:52 jdolecek Exp $ 2 3include "arch/evbmips/conf/std.rmixl" 4 5#ident "XLSATX-$Revision: 1.27 $" 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# Networking options 85#options GATEWAY # IP packet forwarding 86options INET # Internet protocols 87options INET6 # IPV6 88#options IPSEC # IP security 89#options IPSEC_DEBUG # debug for IP security 90#options MROUTING # packet forwarding of multicast packets 91#options PIM # Protocol Independent Multicast 92#options NETATALK # AppleTalk (over Ethernet) protocol 93#options PPP_BSDCOMP # BSD-Compress compression support for PPP 94#options PPP_DEFLATE # Deflate compression support for PPP 95#options PPP_FILTER # Active filter support for PPP (requires bpf) 96 97# JIT compiler for bpfilter 98#options SLJIT 99#options BPFJIT 100 101# These options enable verbose messages for several subsystems. 102# Warning, these may compile large string tables into the kernel! 103#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 104options PCIVERBOSE # verbose PCI device autoconfig messages 105#options PCI_CONFIG_DUMP # verbosely dump PCI config space 106#options SCSIVERBOSE # human readable SCSI error messages 107options MIIVERBOSE # verbose PHY autoconfig messages 108 109# Bitmask for enabling the PCI IDE channels in the southbridge. 110# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 111# 112# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 113# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 114options PCI_NETBSD_ENABLE_IDE=0x1 115 116options NFS_BOOT_DHCP 117 118config netbsd root on ? type ? 119config netbsd-wm0 root on wm0 type nfs 120config netbsd-msk0 root on msk0 type nfs 121config netbsd-sd0a root on sd0a type ffs 122 123 124mainbus0 at root 125cpunode* at mainbus? node ? 126cpucore* at cpunode? core ? 127cpu* at cpucore? thread ? 128obio0 at cpunode? 129com0 at obio0 addr 0x14000 intr 9 130com1 at obio0 addr 0x15000 intr 10 131options COM_REGMAP 132rmixl_gpio0 at obio0 addr 0x18000 intr 14 133gpio* at rmixl_gpio? 134rmixl_iobus0 at obio0 addr 0x19000 135rmixl_nand* at rmixl_iobus? addr 0x01800000 136#rmixl_nand* at rmixl_iobus? cs 2 137nand* at rmixl_nand? 138flash* at nand? 139#rmixl_pcic* at rmixl_iobus? cs 6 addr 0x01000000 140#pcmcia* at rmixl_pcic 141rmixl_pcix0 at obio0 142pci* at rmixl_pcix0 143rmixl_pcie0 at obio0 144pci* at rmixl_pcie0 145ppb* at pci? 146pci* at ppb? 147wm* at pci? dev ? function ? # Intel i82546EB Gig-E 148skc* at pci? dev ? function ? 149sk* at skc? 150mskc* at pci? dev ? function ? 151msk* at mskc? 152makphy* at mii? phy ? # Marvell 88E1000 PHYs 153ukphy* at mii? phy ? # unknown PHY 154rmixl_usbi0 at obio0 addr 0x25000 intr 31 155ohci0 at rmixl_usbi0 addr 0x24400 size 0x400 intr 0 156ohci1 at rmixl_usbi0 addr 0x24800 size 0x400 intr 1 157ehci0 at rmixl_usbi0 addr 0x24000 size 0x400 intr 2 158siisata* at pci? dev ? function ? 159atabus* at ata? 160wd* at atabus? drive ? flags 0x0000 161 162# USB 163usb* at ohci? 164usb* at ehci? 165uhub* at usb? 166uhub* at uhub? port ? 167umass* at uhub? port ? configuration ? interface ? 168scsibus* at umass? channel ? 169sd* at scsibus? target ? lun ? 170 171 172# Pseudo-devices 173 174# Disk/mass storage pseudo-devices 175#pseudo-device ccd # concatenated disk devices 176#pseudo-device raid # RAIDframe disk driver 177#options RAID_AUTOCONFIG # auto-configuration of RAID 178#pseudo-device fss # file system snapshot device 179pseudo-device vnd # disk-like interface to files 180 181# Network pseudo-devices 182pseudo-device bpfilter # Berkeley packet filter 183pseudo-device npf # NPF packet filter 184pseudo-device loop # network loopback 185#pseudo-device ppp # Point-to-Point Protocol 186#pseudo-device sl # Serial Line IP 187#pseudo-device strip # Starmode Radio IP (Metricom) 188#pseudo-device tun # network tunneling over tty 189#pseudo-device tap # virtual Ethernet 190#pseudo-device gre # generic L3 over IP tunnel 191#pseudo-device ipip # RFC 2003 IP Encapsulation 192#pseudo-device gif # RFC1933 tunnel 193#pseudo-device faith # IPv[46] tcp relay translation 194#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 195#pseudo-device vlan # IEEE 802.1q encapsulation 196#pseudo-device bridge # simple inter-network bridging 197pseudo-device kttcp # kernel ttcp 198 199# Miscellaneous pseudo-devices 200pseudo-device pty # pseudo-terminals 201#pseudo-device sequencer # MIDI sequencer 202pseudo-device clockctl # user control of clock subsystem 203pseudo-device ksyms # /dev/ksyms 204 205# A pseudo device needed for Coda # also needs CODA (above) 206#pseudo-device vcoda # coda minicache <-> venus comm. 207