xref: /netbsd-src/sys/arch/evbmips/conf/RB433UAH (revision c78676accca07215237e546e46e3c7eee6d5716d)
1*c78676acSchristos#	$NetBSD: RB433UAH,v 1.24 2024/01/29 18:27:11 christos Exp $
281d18a2fSmatt
381d18a2fSmattinclude 	"arch/evbmips/conf/std.atheros"
481d18a2fSmatt
581d18a2fSmatt#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
681d18a2fSmatt
7*c78676acSchristos#ident 		"RB433UAH-$Revision: 1.24 $"
881d18a2fSmatt
981d18a2fSmattmaxusers	32
1081d18a2fSmatt
1181d18a2fSmatt#makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
1281d18a2fSmatt
1381d18a2fSmattoptions 	MIPS32R2
1481d18a2fSmattmakeoptions	CPUFLAGS+="-mips32r2"
1581d18a2fSmattoptions 	NOFPU		# No FPU
1681d18a2fSmattoptions 	FPEMUL		# emulate FPU insn
1781d18a2fSmattoptions		WISOC_AR7100	# WiSoC select
1881d18a2fSmatt
1981d18a2fSmatt# Options for necessary to use MD
2081d18a2fSmatt#options 	MEMORY_DISK_HOOKS
2181d18a2fSmatt#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
2281d18a2fSmatt#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
2381d18a2fSmatt#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
2481d18a2fSmatt#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
2581d18a2fSmatt#options 	MEMORY_DISK_ROOT_SIZE=7300
2681d18a2fSmatt
2781d18a2fSmatt# Size reduction options
2881d18a2fSmatt#options 	VNODE_OP_NOINLINE
2981d18a2fSmatt#options 	PIPE_SOCKETPAIR
3081d18a2fSmattoptions		SOSEND_NO_LOAN
3181d18a2fSmatt
3281d18a2fSmatt# Standard system options
3381d18a2fSmattoptions 	KTRACE		# system call tracing support
3481d18a2fSmatt#options 	SYSVMSG		# System V message queues
3581d18a2fSmatt#options 	SYSVSEM		# System V semaphores
3681d18a2fSmatt#options 	SYSVSHM		# System V shared memory
3781d18a2fSmattoptions 	NTP		# network time protocol
3881d18a2fSmatt
3981d18a2fSmatt# Debugging options
4081d18a2fSmattoptions 	DIAGNOSTIC	# extra kernel sanity checking
411b3723caSmaya#options 	DEBUG		# extra kernel debugging support
4281d18a2fSmatt#options 	USERCONF	# userconf(4) support
4381d18a2fSmatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
4481d18a2fSmattoptions 	DDB		# kernel dynamic debugger
4581d18a2fSmattoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
4681d18a2fSmattmakeoptions 	DEBUG="-g"	# compile full symbol table
47a2616411Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
4881d18a2fSmatt
4981d18a2fSmatt# Compatibility options
5095772a88Smrg
5195772a88Smrginclude         "conf/compat_netbsd50.config"
5295772a88Smrg
5381d18a2fSmatt#options 	EXEC_ECOFF	# exec ECOFF binaries
5481d18a2fSmatt#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
5581d18a2fSmatt
5681d18a2fSmatt# File systems
5781d18a2fSmattfile-system	FFS		# Berkeley Fast Filesystem
5881d18a2fSmattfile-system	MFS		# memory-based filesystem
5981d18a2fSmatt#file-system 	EXT2FS		# second extended file system (linux)
6081d18a2fSmattfile-system	NFS		# Sun NFS-compatible filesystem client
6181d18a2fSmatt#file-system	KERNFS		# kernel data-structure filesystem
6281d18a2fSmatt#file-system	NULLFS		# NULL layered filesystem
6381d18a2fSmatt#file-system 	OVERLAY		# overlay file system
6481d18a2fSmatt#file-system	FDESC		# user file descriptor filesystem
6581d18a2fSmatt#file-system	UMAPFS		# uid/gid remapping filesystem
6681d18a2fSmatt#file-system	LFS		# Log-based filesystem (still experimental)
6781d18a2fSmatt#file-system	PROCFS		# /proc
6881d18a2fSmatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
6981d18a2fSmatt#file-system	UNION		# union file system
7081d18a2fSmatt#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
7181d18a2fSmatt#file-system 	CODA		# Coda File System; also needs vcoda (below)
7281d18a2fSmatt#file-system	PTYFS		# /dev/pts/N support
7381d18a2fSmatt
7481d18a2fSmatt# File system options
75c7ae7f02Ssimonb#options 	FFS_EI		# FFS Endian Independent support
76c7ae7f02Ssimonboptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
7781d18a2fSmatt#options 	QUOTA		# legacy UFS quotas
7881d18a2fSmatt#options 	QUOTA2		# new, in-filesystem UFS quotas
79c7ae7f02Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
80c7ae7f02Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
817bbf82b7Sdhollandoptions 	WAPBL		# File system journaling support
82c7ae7f02Ssimonb#options 	NFSSERVER	# Network File System server
8381d18a2fSmatt
844c21244eSsevan# Alternate buffer queue strategies for better responsiveness under high
854c21244eSsevan# disk I/O load.
864c21244eSsevan#options 	BUFQ_READPRIO
874c21244eSsevanoptions 	BUFQ_PRIOCSCAN
884c21244eSsevan
8981d18a2fSmatt# Networking options
9081d18a2fSmatt#options 	GATEWAY		# IP packet forwarding
9181d18a2fSmattoptions 	INET		# Internet protocols
9281d18a2fSmatt#options 	INET6		# IPV6
9381d18a2fSmatt#options 	IPSEC		# IP security
9481d18a2fSmatt#options 	IPSEC_DEBUG	# debug for IP security
9581d18a2fSmatt#options 	MROUTING	# packet forwarding of multicast packets
9681d18a2fSmatt#options 	PIM		# Protocol Independent Multicast
9781d18a2fSmatt#options 	NETATALK	# AppleTalk (over Ethernet) protocol
9881d18a2fSmatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
9981d18a2fSmatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
10081d18a2fSmatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
10181d18a2fSmatt
102e25150d4Salnsn# JIT compiler for bpfilter
103e25150d4Salnsn#options	SLJIT
104e25150d4Salnsn#options	BPFJIT
105e25150d4Salnsn
10681d18a2fSmatt# These options enable verbose messages for several subsystems.
10781d18a2fSmatt# Warning, these may compile large string tables into the kernel!
10881d18a2fSmattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
10981d18a2fSmatt
11081d18a2fSmatt# Bitmask for enabling the PCI IDE channels in the southbridge.
11181d18a2fSmatt# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
11281d18a2fSmatt#
113ca765360Sandvar# Do this if your firmware (usually PMON and YAMON) doesn't enable the IDE
11481d18a2fSmatt# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
11581d18a2fSmatt#options 	PCI_NETBSD_ENABLE_IDE=0x1
11681d18a2fSmatt
11781d18a2fSmattoptions 	NFS_BOOT_BOOTP
11881d18a2fSmatt#options 	NFS_BOOT_DHCP
11981d18a2fSmatt#options 	NFS_V2_ONLY
12081d18a2fSmatt
12181d18a2fSmattconfig		netbsd	root on ? type ?
12281d18a2fSmatt
12381d18a2fSmattmainbus0 	at root
12481d18a2fSmattcpu0 		at mainbus?
12581d18a2fSmattwdog0		at mainbus?
12681d18a2fSmattarbus0		at mainbus?
12781d18a2fSmatt
12881d18a2fSmattcom*		at arbus? addr ?
12981d18a2fSmattarpci*		at arbus? addr ?
13081d18a2fSmattpci*		at arpci?
13181d18a2fSmattohci*		at arbus? addr ?
13281d18a2fSmattusb*		at ohci?
13381d18a2fSmattuhub*		at usb?
13481d18a2fSmattuhub*		at uhub? port ?
13581d18a2fSmattumass*		at uhub? port ? configuration ? interface ?
13681d18a2fSmattscsibus*	at umass? channel ?
13781d18a2fSmattsd*		at scsibus? target ? lun ?
13881d18a2fSmatt#ae*		at arbus? addr ?
13981d18a2fSmatt#ath*		at arbus? addr ?
14081d18a2fSmatt#athflash*	at arbus? addr ?
14181d18a2fSmatt#argpio* 	at arbus? addr ?
14281d18a2fSmatt#gpio*		at argpio?
14381d18a2fSmatt
14481d18a2fSmatt# no RTC!  so fake with a stub (required to prevent evbmips panic)
14581d18a2fSmatt
14681d18a2fSmatt
14781d18a2fSmatt# MII/PHY support
14881d18a2fSmatt#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
14981d18a2fSmatt#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
15081d18a2fSmatt#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
15181d18a2fSmatt#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
15281d18a2fSmatt#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
15381d18a2fSmatt#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
15481d18a2fSmatt#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
15581d18a2fSmatt#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
15681d18a2fSmatt#nsphy*		at mii? phy ?		# NS83840 PHYs
15781d18a2fSmatt#nsphyter*	at mii? phy ?		# NS83843 PHYs
15881d18a2fSmatt#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
15981d18a2fSmatt#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
16081d18a2fSmatt#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
16181d18a2fSmatt#tlphy*		at mii? phy ?		# ThunderLAN PHYs
16281d18a2fSmatt#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
16381d18a2fSmatt#rlphy*		at mii? phy ?		# RealTek PHYs
16481d18a2fSmatt#ukphy*		at mii? phy ?		# generic unknown PHYs
16581d18a2fSmatt
16681d18a2fSmatt
16781d18a2fSmatt# Pseudo-devices
16881d18a2fSmatt
16981d18a2fSmatt# Disk/mass storage pseudo-devices
170dc14ae83Schristos#pseudo-device	ccd				# concatenated disk devices
1711cc8b68dSchristos#pseudo-device	raid				# RAIDframe disk driver
17281d18a2fSmatt#pseudo-device	fss				# file system snapshot device
17381d18a2fSmatt#pseudo-device	md				# memory disk device (ramdisk)
17481d18a2fSmatt#pseudo-device	vnd				# disk-like interface to files
17581d18a2fSmatt
17681d18a2fSmatt# Network pseudo-devices
17781d18a2fSmattpseudo-device	bpfilter			# Berkeley packet filter
17875d6e670Ssevanpseudo-device 	carp				# Common Address Redundancy Protocol
179f71d13bdSmaxv#pseudo-device	npf			# NPF packet filter
18081d18a2fSmattpseudo-device	loop				# network loopback
18181d18a2fSmatt#pseudo-device	ppp				# Point-to-Point Protocol
18281d18a2fSmatt#pseudo-device	sl				# Serial Line IP
18381d18a2fSmatt#pseudo-device	tun				# network tunneling over tty
18481d18a2fSmatt#pseudo-device	tap				# virtual Ethernet
18581d18a2fSmatt#pseudo-device	gre				# generic L3 over IP tunnel
1861cc8b68dSchristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
18781d18a2fSmatt#pseudo-device	gif				# RFC1933 tunnel
18881d18a2fSmatt#pseudo-device	faith				# IPv[46] tcp relay translation
18981d18a2fSmatt#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
19081d18a2fSmatt#pseudo-device	vlan				# IEEE 802.1q encapsulation
19181d18a2fSmatt#pseudo-device	bridge				# simple inter-network bridging
19298f3a8d4Sroy#pseudo-device	vether				# Virtual Ethernet for bridge
19381d18a2fSmatt
19481d18a2fSmatt# Miscellaneous pseudo-devices
19581d18a2fSmattpseudo-device	pty				# pseudo-terminals
19681d18a2fSmattpseudo-device	clockctl			# user control of clock subsystem
19781d18a2fSmattpseudo-device	ksyms				# /dev/ksyms
19881d18a2fSmatt
19981d18a2fSmatt# A pseudo device needed for Coda		# also needs CODA (above)
2001cc8b68dSchristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
20175d6e670Ssevan
20275d6e670Ssevaninclude "dev/veriexec.config"
203