11.73Sroy#	$NetBSD: EB7500ATX,v 1.73 2020/09/27 13:48:49 roy Exp $
21.1Schris#
31.5Schris#	EB7500ATX --- NetBSD/acorn32 complete configuration
41.1Schris#
51.1Schris# This machine description file is used to generate the default NetBSD
61.5Schris# kernel. This generic kernel does not include all options, subsystems
71.1Schris# and device drivers, but should be useful for most applications.
81.1Schris#
91.1Schris# The machine description file can be customised for your specific
101.1Schris# machine to reduce the kernel size and improve its performance.
111.1Schris#
121.1Schris# For further information on compiling NetBSD kernels, see the config(8)
131.1Schris# man page.
141.1Schris#
151.1Schris# For further information on hardware support for this architecture, see
161.1Schris# the intro(4) man page.  For further information about kernel options
171.1Schris# for this architecture, see the options(4) man page.  For an explanation
181.1Schris# of each device driver in this file see the section 4 man page for the
191.1Schris# device.
201.1Schris
211.63Smrginclude 	"arch/acorn32/conf/std.acorn32"
221.1Schris
231.5Schrisoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Schris
251.73Sroy#ident		"EB7500ATX-$Revision: 1.73 $"
261.1Schris
271.1Schris# estimated number of users
281.1Schrismaxusers	32
291.1Schris
301.1Schris# Standard system options
311.1Schris
321.1Schrisoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
331.1Schris#options 	NTP		# NTP phase/frequency locked loop
341.1Schris
351.1Schris# CPU options
361.1Schrisoptions 	CPU_ARM7	# Support the ARM7 core
371.1Schris
381.1Schrisoptions		EB7500ATX	# Define in case needed
391.1Schris
401.1Schris# File systems
411.1Schris
421.1Schrisfile-system	FFS		# UFS
431.1Schris#file-system	LFS		# log-structured file system
441.1Schrisfile-system	MFS		# memory file system
451.1Schrisfile-system	NFS		# Network file system
461.5Schrisfile-system 	ADOSFS		# AmigaDOS-compatible file system
471.5Schrisfile-system 	EXT2FS		# second extended file system (linux)
481.1Schrisfile-system	CD9660		# ISO 9660 + Rock Ridge file system
491.1Schrisfile-system	MSDOSFS		# MS-DOS file system
501.1Schrisfile-system	FDESC		# /dev/fd
511.1Schrisfile-system	FILECORE	# Acorn filecore file system
521.1Schrisfile-system	KERNFS		# /kern
531.1Schrisfile-system	NULLFS		# loopback file system
541.1Schrisfile-system 	OVERLAY		# overlay filesystem
551.39Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
561.1Schrisfile-system	PROCFS		# /proc
571.1Schrisfile-system	UMAPFS		# NULLFS + uid and gid remapping
581.1Schrisfile-system	UNION		# union file system
591.20Schristosfile-system	PTYFS		# /dev/pts/N support
601.1Schris
611.1Schris# File system options
621.42Sbouyeroptions 	QUOTA		# legacy UFS quotas
631.42Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
641.44Swiz#options 	FFS_EI		# FFS Endian Independent support
651.46Sdhollandoptions 	WAPBL		# File system journaling support
661.5Schrisoptions 	NFSSERVER
671.21Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
681.1Schris
691.1Schris# Networking options
701.1Schris
711.5Schrisoptions 	GATEWAY		# packet forwarding
721.1Schrisoptions 	INET		# IP + ICMP + TCP + UDP
731.1Schrisoptions 	INET6		# IPV6
741.1Schris#options 	IPSEC		# IP security
751.1Schris#options 	IPSEC_DEBUG	# debug for IP security
761.1Schris#options 	MROUTING	# IP multicast routing
771.7Smanu#options 	PIM		# Protocol Independent Multicast
781.5Schrisoptions 	NETATALK	# AppleTalk networking
791.5Schrisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
801.5Schrisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
811.5Schrisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
821.1Schris#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
831.1Schris
841.5Schris#options 	ALTQ		# Manipulate network interfaces' output queues
851.5Schris#options 	ALTQ_BLUE	# Stochastic Fair Blue
861.5Schris#options 	ALTQ_CBQ	# Class-Based Queueing
871.5Schris#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
881.5Schris#options 	ALTQ_FIFOQ	# First-In First-Out Queue
891.5Schris#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
901.5Schris#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
911.5Schris#options 	ALTQ_LOCALQ	# Local queueing discipline
921.5Schris#options 	ALTQ_PRIQ	# Priority Queueing
931.5Schris#options 	ALTQ_RED	# Random Early Detection
941.5Schris#options 	ALTQ_RIO	# RED with IN/OUT
951.5Schris#options 	ALTQ_WFQ	# Weighted Fair Queueing
961.5Schris
971.1Schris# Compatibility options
981.1Schris
991.63Smrginclude 	"conf/compat_netbsd12.config"
1001.1Schris
1011.1Schris# Shared memory options
1021.1Schris
1031.1Schrisoptions 	SYSVMSG		# System V-like message queues
1041.1Schrisoptions 	SYSVSEM		# System V-like semaphores
1051.1Schris#options 	SEMMNI=10	# number of semaphore identifiers
1061.1Schris#options 	SEMMNS=60	# number of semaphores in system
1071.1Schris#options 	SEMUME=10	# max number of undo entries per process
1081.1Schris#options 	SEMMNU=30	# number of undo structures in system
1091.1Schrisoptions 	SYSVSHM		# System V-like memory sharing
1101.1Schris
1111.1Schris# Device options
1121.1Schris
1131.5Schrisoptions 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1141.5Schris#options 	MEMORY_DISK_ROOT_SIZE=4100	# Size in blocks
1151.1Schris#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1161.1Schris
1171.1Schris# Miscellaneous kernel options
1181.1Schrisoptions 	KTRACE		# system call tracing, a la ktrace(1)
1191.1Schrisoptions 	IRQSTATS	# manage IRQ statistics
1201.1Schris#options 	SCSIVERBOSE	# Verbose SCSI errors
1211.5Schrisoptions 	USERCONF	# userconf(4) support
1221.1Schris#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1231.6Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1241.56Sjoergmakeoptions	COPY_SYMTAB=1
1251.1Schris
1261.64Ssevan# Alternate buffer queue strategies for better responsiveness under high
1271.64Ssevan# disk I/O load.
1281.15Stsutsui#options 	BUFQ_READPRIO
1291.15Stsutsui#options 	BUFQ_PRIOCSCAN
1301.5Schris
1311.1Schris# Development and Debugging options
1321.1Schris
1331.1Schris#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1341.1Schris#options 	PORTMASTER	# Enable PortMaster only options
1351.1Schrisoptions 	DIAGNOSTIC	# internal consistency checks
1361.71Sskrll#options 	UVMHIST		# kernhist for uvm/pmap subsystems
1371.1Schrisoptions 	DDB		# in-kernel debugger
1381.5Schris#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1391.5Schris#makeoptions	DEBUG="-g"	# compile full symbol table
1401.1Schris
1411.1Schrisconfig		netbsd	root on ? type ?
1421.1Schrisoptions 	NFS_BOOT_DHCP
1431.1Schris
1441.1Schris# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
1451.1Schris# this really be fixed some day
1461.1Schris#options 	COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
1471.1Schris
1481.1Schris# The main bus device
1491.1Schrismainbus0 at root
1501.1Schris
1511.5Schris# The boot CPU
1521.1Schriscpu0 at mainbus?
1531.1Schris
1541.1Schris# The IOMD
1551.1Schrisiomd0	at mainbus?
1561.1Schris
1571.1Schris# system clock via IOMD
1581.1Schrisclock*	at iomd?
1591.1Schris
1601.1Schris# IIC bus device
1611.1Schris#iomdiic* at iomd?
1621.66Sthorpej#iic* at iomdiic?
1631.1Schris
1641.1Schris# RTC device via IIC bus
1651.66Sthorpej#pcfrtc*	at iic? addr 0x50
1661.1Schris
1671.1Schris# VIDC device
1681.1Schrisvidc0		at mainbus?
1691.1Schris
1701.1Schris# WSCONS
1711.1Schris# ws console uses DUMB, SUN or VT100 terminal emulation
1721.1Schris#options 	WSEMUL_NODUMB
1731.1Schris#options 	WSEMUL_SUN
1741.27Sbjh21options 	WSEMUL_VT100
1751.1Schris
1761.1Schris#options 	WSDISPLAY_COMPAT_RAWKBD
1771.48Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1781.1Schris
1791.1Schris#options 	FONT_BOLD8x16
1801.1Schris#options 	FONT_GALLANT12x22	# Very nice font
1811.1Schris#options 	FONT_LUCIDA16x29
1821.1Schris#options 	FONT_OMRON12x20		# looks funny
1831.1Schris#options 	FONT_QVSS8x15		# broken ?
1841.27Sbjh21options 	FONT_SONY12x25		# looks like VT220 font
1851.27Sbjh21options 	FONT_SONY8x16		# not tested
1861.1Schris#options 	FONT_VT220L8x8		# 8x8 font as in Arch. cons
1871.1Schris#options 	FONT_VT220L8x16		# 8x(2x8) font as in Arch. cons
1881.1Schris#options 	FONT_VT220L8x10		# not tested
1891.1Schris#options 	FONT_VT220L8x20		# not tested
1901.1Schris
1911.27Sbjh21vidcvideo0	at vidc?		# wscons driver for VIDC
1921.27Sbjh21wsdisplay*	at vidcvideo? console ?	# display itself
1931.1Schris
1941.3Sbjh21iomdkbc*	at iomd?		# IOMD keyboard/mouse interface
1951.3Sbjh21
1961.27Sbjh21pckbd*		at iomdkbc? slot ?	# PS/2 keyboard
1971.27Sbjh21options 	PCKBD_LAYOUT=KB_UK
1981.27Sbjh21wskbd*		at pckbd?
1991.3Sbjh21
2001.3Sbjh21pms*		at iomdkbc? slot ?	# PS/2 mouse
2011.3Sbjh21wsmouse*	at pms?
2021.3Sbjh21
2031.4Sbjh21#qms*		at iomd?		# ws quadmouse driver
2041.4Sbjh21#wsmouse*	at qms?			# wsmouse on ws quadmouse
2051.1Schris
2061.3Sbjh21pseudo-device	wsmux
2071.1Schris
2081.1Schris# Audio device
2091.1Schrisvidcaudio0	at vidc?
2101.1Schrisaudio*		at vidcaudio0
2111.1Schris
2121.61Schristosspkr*	at audio?		# PC speaker (synthesized)
2131.59Snat
2141.1Schrisrsbus0	at mainbus?
2151.1Schris
2161.14Smattwdc*	at rsbus? 		# eb7500atx build in ide
2171.1Schrisatabus* at ata?
2181.1Schriswd*	at atabus? drive ?
2191.1Schrisatapibus* at atapi?
2201.1Schris
2211.1Schris# Builtin cs8920M Network adaptor
2221.1Schriscs*	at rsbus?
2231.1Schris
2241.5Schris# Builtin DS1687 clock
2251.70Sskrll# Not functioning (yet)
2261.5Schris#ds1687rtc*	at rsbus?
2271.5Schris
2281.37Stsutsuipseudo-device	loop			# network loopback
2291.23Srpaulopseudo-device	bpfilter		# packet filter
2301.24Scubepseudo-device	sl			# CSLIP
2311.24Scubepseudo-device	ppp			# PPP
2321.5Schrispseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2331.24Scubepseudo-device	tun			# network tunneling over tty
2341.10Scubepseudo-device	tap			# virtual Ethernet
2351.24Scube#pseudo-device	gre			# generic L3 over IP tunnel
2361.67Smaxv#pseudo-device	npf			# NPF packet filter
2371.24Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2381.24Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2391.25Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2401.5Schrispseudo-device	vlan			# IEEE 802.1q encapsulation
2411.5Schrispseudo-device	bridge			# simple inter-network bridging
2421.73Sroypseudo-device	vether			# Virtual Ethernet for bridge
2431.1Schrispseudo-device	pty			# pseudo-terminals
2441.24Scubepseudo-device	vnd			# disk-like interface to files
2451.52Schristospseudo-device	ccd			# concatenated disk devices
2461.52Schristos#pseudo-device	cgd			# cryptographic disk devices
2471.53Schristospseudo-device	raid			# RAIDframe disk driver
2481.5Schrisoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2491.1Schris# Options to enable various other RAIDframe RAID types.
2501.1Schris# options	RF_INCLUDE_EVENODD=1
2511.1Schris# options	RF_INCLUDE_RAID5_RS=1
2521.1Schris# options	RF_INCLUDE_PARITYLOGGING=1
2531.1Schris# options	RF_INCLUDE_CHAINDECLUSTER=1
2541.1Schris# options	RF_INCLUDE_INTERDECLUSTER=1
2551.1Schris# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2561.1Schris# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2571.40Spooka#pseudo-device	fss			# file system snapshot device
2581.41Shannkenpseudo-device	md			# Ramdisk driver
2591.1Schrispseudo-device	clockctl		# user control of clock subsystem
2601.68Sisakipseudo-device	drvctl			# user control of drive subsystem
2611.5Schrispseudo-device	ksyms			# /dev/ksyms
2621.39Spookapseudo-device	putter			# for puffs and pud
2631.28Sbjh21
2641.28Sbjh21# If the standard modes don't work for your monitor, you can specify
2651.28Sbjh21# a RISC-OS-format monitor definition file and a list of modes here.
2661.28Sbjh21
2671.28Sbjh21#makeoptions	MONITOR="Taxan875+LR"
2681.28Sbjh21#makeoptions	MONITOR="AKF60"
2691.28Sbjh21#makeoptions	MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
270