4 include "arch/evbmips/conf/std.rmixl"
6 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8 #ident "XLS6ATX_7A-$Revision: 1.2 $"
13 # MEMSIZE can be used to limit memory size obtained from firmware or DRAM BARs
15 options MEMSIZE=0x10000000 # 256MB
17 options NOFPU # No FPU
18 options SOFTFLOAT # emulate FPU insn
20 # Options for necessary to use MD
21 # options MEMORY_DISK_HOOKS
22 # options MEMORY_DISK_IS_ROOT # force root on memory disk
23 # options MEMORY_DISK_SERVER=0 # no userspace memory disk support
24 # options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
25 # options MEMORY_DISK_ROOT_SIZE=8224 # size of memory disk, in blocks
26 # options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks
28 # Standard system options
29 options KTRACE # system call tracing support
30 options SYSVMSG # System V message queues
31 options SYSVSEM # System V semaphores
32 options SYSVSHM # System V shared memory
33 #options SHMMAXPGS=1024 # 1024 pages is the default
34 #options LKM # loadable kernel modules
35 options NTP # network time protocol
38 options DIAGNOSTIC # extra kernel sanity checking
39 options DEBUG # extra kernel debugging support
40 #options KMEMSTATS # kernel memory statistics (vmstat -m)
41 options USERCONF # userconf(4) support
42 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
43 options DDB # kernel dynamic debugger
44 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
45 makeoptions DEBUG="-g" # compile full symbol table
46 options SYMTAB_SPACE=0x60000 # size for embedded symbol table
47 #options DDB_COMMANDONENTER="trace;show registers"
48 options DB_MAX_LINE=-1
50 # Compatibility options
51 #options COMPAT_43 # compatibility with 4.3BSD binaries
52 #options COMPAT_09 # NetBSD 0.9 binary compatibility
53 #options COMPAT_10 # NetBSD 1.0 binary compatibility
54 #options COMPAT_11 # NetBSD 1.1 binary compatibility
55 #options COMPAT_12 # NetBSD 1.2 binary compatibility
56 #options COMPAT_13 # NetBSD 1.3 binary compatibility
57 #options COMPAT_14 # NetBSD 1.4 binary compatibility
58 #options COMPAT_15 # NetBSD 1.5 binary compatibility
59 options COMPAT_16 # NetBSD 1.6 binary compatibility
60 options COMPAT_20 # NetBSD 2.0 binary compatibility
61 options COMPAT_30 # NetBSD 3.0 compatibility.
62 options COMPAT_40 # NetBSD 4.0 compatibility.
63 #options EXEC_ECOFF # exec ECOFF binaries
64 #options COMPAT_ULTRIX # binary compatibility with Ultrix
65 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
68 file-system FFS # Berkeley Fast Filesystem
69 file-system MFS # memory-based filesystem
70 #file-system EXT2FS # second extended file system (linux)
71 file-system NFS # Sun NFS-compatible filesystem client
72 #file-system KERNFS # kernel data-structure filesystem
73 #file-system NULLFS # NULL layered filesystem
74 #file-system OVERLAY # overlay file system
75 #file-system FDESC # user file descriptor filesystem
76 #file-system UMAPFS # uid/gid remapping filesystem
77 #file-system LFS # Log-based filesystem (still experimental)
78 #file-system PORTAL # portal filesystem (still experimental)
79 #file-system PROCFS # /proc
80 #file-system CD9660 # ISO 9660 + Rock Ridge file system
81 #file-system UNION # union file system
82 #file-system MSDOSFS # MS-DOS FAT filesystem(s).
83 #file-system CODA # Coda File System; also needs vcoda (below)
84 #file-system PTYFS # /dev/pts/N support
87 #options NFSSERVER # Sun NFS-compatible filesystem server
88 #options QUOTA # FFS quotas
89 #options FFS_EI # FFS Endian Independant support
90 #options SOFTDEP # FFS soft updates support.
91 options WAPBL # File system journaling support - Experimental
92 options FFS_NO_SNAPSHOT # No FFS snapshot support
93 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
94 # immutable) behave as system flags.
97 #options GATEWAY # IP packet forwarding
98 options INET # Internet protocols
100 #options IPSEC # IP security
101 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
102 #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
103 #options IPSEC_DEBUG # debug for IP security
104 #options MROUTING # packet forwarding of multicast packets
105 #options PIM # Protocol Independent Multicast
106 #options ISO,TPIP # OSI networking
107 #options EON # OSI tunneling over IP
108 #options NETATALK # AppleTalk (over Ethernet) protocol
109 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
110 #options PPP_DEFLATE # Deflate compression support for PPP
111 #options PPP_FILTER # Active filter support for PPP (requires bpf)
112 #options PFIL_HOOKS # pfil(9) packet filter hooks
113 #options IPFILTER_LOG # ipmon(8) log support
114 #options IPFILTER_LOOKUP # ippool(8) support
116 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
117 #options TCP_COMPAT_42
119 # These options enable verbose messages for several subsystems.
120 # Warning, these may compile large string tables into the kernel!
121 #options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus
122 options PCIVERBOSE # verbose PCI device autoconfig messages
123 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
124 #options SCSIVERBOSE # human readable SCSI error messages
125 options MIIVERBOSE # verbose PHY autoconfig messages
127 # Bitmask for enabling the PCI IDE channels in the southbridge.
128 # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
130 # Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
131 # channels for you (thus causing the NetBSD `pciide' driver to ignore them).
132 options PCI_NETBSD_ENABLE_IDE=0x1
134 options NFS_BOOT_DHCP
136 config netbsd root on ? type ?
137 config netbsd-wm0 root on wm0 type nfs
138 config netbsd-msk0 root on msk0 type nfs
139 ##config netbsd-md0 root on md0 type ffs
145 com0 at obio0 addr 0x14000 mult 4 intr 9
151 wm* at pci? dev ? function ? # Intel i82546EB Gig-E
152 skc* at pci? dev ? function ?
154 mskc* at pci? dev ? function ?
156 makphy* at mii? phy ? # Marvell 88E1000 PHYs
157 ukphy* at mii? phy ? # unknown PHY
161 # Disk/mass storage pseudo-devices
162 #pseudo-device ccd 4 # concatenated disk devices
163 #pseudo-device raid 4 # RAIDframe disk driver
164 #options RAID_AUTOCONFIG # auto-configuration of RAID
165 #pseudo-device fss 4 # file system snapshot device
166 #pseudo-device md 1 # memory disk device (ramdisk)
167 pseudo-device vnd # disk-like interface to files
169 # Network pseudo-devices
170 pseudo-device bpfilter # Berkeley packet filter
171 pseudo-device ipfilter # IP filter (firewall) and NAT
172 pseudo-device loop # network loopback
173 #pseudo-device ppp # Point-to-Point Protocol
174 #pseudo-device sl # Serial Line IP
175 #pseudo-device strip # Starmode Radio IP (Metricom)
176 #pseudo-device tun # network tunneling over tty
177 #pseudo-device tap # virtual Ethernet
178 #pseudo-device gre # generic L3 over IP tunnel
179 #pseudo-device ipip 2 # RFC 2003 IP Encapsulation
180 #pseudo-device gif # RFC1933 tunnel
181 #pseudo-device faith # IPv[46] tcp relay translation
182 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
183 #pseudo-device vlan # IEEE 802.1q encapsulation
184 #pseudo-device bridge # simple inter-network bridging
186 # Miscellaneous pseudo-devices
187 pseudo-device pty # pseudo-terminals
188 #pseudo-device sequencer 1 # MIDI sequencer
189 pseudo-device rnd # /dev/random & kernel generator
190 pseudo-device clockctl # user control of clock subsystem
191 pseudo-device ksyms # /dev/ksyms
193 # A pseudo device needed for Coda # also needs CODA (above)
194 #pseudo-device vcoda 4 # coda minicache <-> venus comm.