EB7500ATX revision 1.59
11.59Snat#	$NetBSD: EB7500ATX,v 1.59 2016/12/08 11:31:09 nat 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.1Schrisinclude		"arch/acorn32/conf/std.acorn32"
221.1Schris
231.5Schrisoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Schris
251.59Snat#ident		"EB7500ATX-$Revision: 1.59 $"
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.5Schrisoptions 	COMPAT_43	# 4.3BSD compatibility.
1001.57Sdholland#options 	COMPAT_09	# NetBSD 0.9,
1011.57Sdholland#options 	COMPAT_10	# NetBSD 1.0,
1021.57Sdholland#options 	COMPAT_11	# NetBSD 1.1,
1031.57Sdhollandoptions		COMPAT_15	# NetBSD 1.5,
1041.57Sdhollandoptions 	COMPAT_12	# NetBSD 1.2,
1051.57Sdhollandoptions 	COMPAT_13	# NetBSD 1.3,
1061.57Sdhollandoptions 	COMPAT_14	# NetBSD 1.4,
1071.57Sdhollandoptions 	COMPAT_16	# NetBSD 1.6,
1081.57Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
1091.57Sdhollandoptions 	COMPAT_30	# NetBSD 3.0, and
1101.57Sdhollandoptions 	COMPAT_40	# NetBSD 4.0 binary compatibility.
1111.1Schris#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1121.8Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1131.1Schris
1141.1Schris# Shared memory options
1151.1Schris
1161.1Schrisoptions 	SYSVMSG		# System V-like message queues
1171.1Schrisoptions 	SYSVSEM		# System V-like semaphores
1181.1Schris#options 	SEMMNI=10	# number of semaphore identifiers
1191.1Schris#options 	SEMMNS=60	# number of semaphores in system
1201.1Schris#options 	SEMUME=10	# max number of undo entries per process
1211.1Schris#options 	SEMMNU=30	# number of undo structures in system
1221.1Schrisoptions 	SYSVSHM		# System V-like memory sharing
1231.1Schris
1241.1Schris# Device options
1251.1Schris
1261.5Schrisoptions 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1271.5Schris#options 	MEMORY_DISK_ROOT_SIZE=4100	# Size in blocks
1281.1Schris#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1291.1Schris
1301.1Schris# Miscellaneous kernel options
1311.1Schrisoptions 	KTRACE		# system call tracing, a la ktrace(1)
1321.1Schrisoptions 	IRQSTATS	# manage IRQ statistics
1331.1Schris#options 	SCSIVERBOSE	# Verbose SCSI errors
1341.5Schrisoptions 	USERCONF	# userconf(4) support
1351.1Schris#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1361.6Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1371.56Sjoergmakeoptions	COPY_SYMTAB=1
1381.1Schris
1391.5Schris# Enable experimental buffer queue strategy for better responsiveness under 
1401.5Schris# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1411.15Stsutsui#options 	BUFQ_READPRIO
1421.15Stsutsui#options 	BUFQ_PRIOCSCAN
1431.5Schris
1441.1Schris# Development and Debugging options
1451.1Schris
1461.1Schris#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1471.1Schris#options 	PORTMASTER	# Enable PortMaster only options
1481.1Schrisoptions 	DIAGNOSTIC	# internal consistency checks
1491.1Schris#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1501.1Schrisoptions 	DDB		# in-kernel debugger
1511.5Schris#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1521.5Schris#makeoptions	DEBUG="-g"	# compile full symbol table
1531.1Schris
1541.1Schrisconfig		netbsd	root on ? type ?
1551.1Schrisoptions 	NFS_BOOT_DHCP
1561.1Schris
1571.1Schris# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
1581.1Schris# this really be fixed some day
1591.1Schris#options 	COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
1601.1Schris
1611.1Schris# The main bus device
1621.1Schrismainbus0 at root
1631.1Schris
1641.5Schris# The boot CPU
1651.1Schriscpu0 at mainbus?
1661.1Schris
1671.1Schris# The IOMD
1681.1Schrisiomd0	at mainbus?
1691.1Schris
1701.1Schris# system clock via IOMD
1711.1Schrisclock*	at iomd?
1721.1Schris
1731.1Schris# IIC bus device
1741.1Schris#iomdiic* at iomd?
1751.1Schris#iic* at iomdiic?
1761.1Schris
1771.1Schris# RTC device via IIC bus
1781.1Schris#pcfrtc*	at iic? addr 0x50
1791.1Schris
1801.1Schris# VIDC device
1811.1Schrisvidc0		at mainbus?
1821.1Schris
1831.1Schris# WSCONS
1841.1Schris# ws console uses DUMB, SUN or VT100 terminal emulation
1851.1Schris#options 	WSEMUL_NODUMB
1861.1Schris#options 	WSEMUL_SUN
1871.27Sbjh21options 	WSEMUL_VT100
1881.1Schris
1891.1Schris#options 	WSDISPLAY_COMPAT_RAWKBD
1901.48Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1911.1Schris
1921.1Schris#options 	FONT_BOLD8x16
1931.1Schris#options 	FONT_GALLANT12x22	# Very nice font
1941.1Schris#options 	FONT_LUCIDA16x29
1951.1Schris#options 	FONT_OMRON12x20		# looks funny
1961.1Schris#options 	FONT_QVSS8x15		# broken ?
1971.27Sbjh21options 	FONT_SONY12x25		# looks like VT220 font
1981.27Sbjh21options 	FONT_SONY8x16		# not tested
1991.1Schris#options 	FONT_VT220L8x8		# 8x8 font as in Arch. cons
2001.1Schris#options 	FONT_VT220L8x16		# 8x(2x8) font as in Arch. cons
2011.1Schris#options 	FONT_VT220L8x10		# not tested
2021.1Schris#options 	FONT_VT220L8x20		# not tested
2031.1Schris
2041.27Sbjh21vidcvideo0	at vidc?		# wscons driver for VIDC
2051.27Sbjh21wsdisplay*	at vidcvideo? console ?	# display itself
2061.1Schris
2071.3Sbjh21iomdkbc*	at iomd?		# IOMD keyboard/mouse interface
2081.3Sbjh21
2091.27Sbjh21pckbd*		at iomdkbc? slot ?	# PS/2 keyboard
2101.27Sbjh21options 	PCKBD_LAYOUT=KB_UK
2111.27Sbjh21wskbd*		at pckbd?
2121.3Sbjh21
2131.3Sbjh21pms*		at iomdkbc? slot ?	# PS/2 mouse
2141.3Sbjh21wsmouse*	at pms?
2151.3Sbjh21
2161.4Sbjh21#qms*		at iomd?		# ws quadmouse driver
2171.4Sbjh21#wsmouse*	at qms?			# wsmouse on ws quadmouse
2181.1Schris
2191.3Sbjh21pseudo-device	wsmux
2201.1Schris
2211.1Schris# Audio device
2221.1Schrisvidcaudio0	at vidc?
2231.1Schrisaudio*		at vidcaudio0
2241.1Schris
2251.59Snatoptions VAUDIOSPEAKER
2261.59Snatspkr0	at audio0		# PC speaker (synthesized)
2271.59Snat
2281.1Schrisrsbus0	at mainbus?
2291.1Schris
2301.14Smattwdc*	at rsbus? 		# eb7500atx build in ide
2311.1Schrisatabus* at ata?
2321.1Schriswd*	at atabus? drive ?
2331.1Schrisatapibus* at atapi?
2341.1Schris
2351.1Schris# Builtin cs8920M Network adaptor
2361.1Schriscs*	at rsbus?
2371.1Schris
2381.5Schris# Builtin DS1687 clock
2391.5Schris# Not functioning (yet) 
2401.5Schris#ds1687rtc*	at rsbus?
2411.5Schris
2421.37Stsutsuipseudo-device	loop			# network loopback
2431.23Srpaulopseudo-device	bpfilter		# packet filter
2441.24Scubepseudo-device	sl			# CSLIP
2451.24Scubepseudo-device	ppp			# PPP
2461.5Schrispseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2471.24Scubepseudo-device	tun			# network tunneling over tty
2481.10Scubepseudo-device	tap			# virtual Ethernet
2491.24Scube#pseudo-device	gre			# generic L3 over IP tunnel
2501.37Stsutsui#pseudo-device	ipfilter		# ip filter
2511.24Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2521.24Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2531.25Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2541.24Scube#pseudo-device	strip			# STarmode Radio IP (Metricon Ricochet)
2551.5Schrispseudo-device	vlan			# IEEE 802.1q encapsulation
2561.5Schrispseudo-device	bridge			# simple inter-network bridging
2571.5Schris#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2581.1Schrispseudo-device	pty			# pseudo-terminals
2591.24Scubepseudo-device	vnd			# disk-like interface to files
2601.52Schristospseudo-device	ccd			# concatenated disk devices
2611.52Schristos#pseudo-device	cgd			# cryptographic disk devices
2621.53Schristospseudo-device	raid			# RAIDframe disk driver
2631.5Schrisoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2641.1Schris# Options to enable various other RAIDframe RAID types.
2651.1Schris# options	RF_INCLUDE_EVENODD=1
2661.1Schris# options	RF_INCLUDE_RAID5_RS=1
2671.1Schris# options	RF_INCLUDE_PARITYLOGGING=1
2681.1Schris# options	RF_INCLUDE_CHAINDECLUSTER=1
2691.1Schris# options	RF_INCLUDE_INTERDECLUSTER=1
2701.1Schris# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2711.1Schris# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2721.40Spooka#pseudo-device	fss			# file system snapshot device
2731.41Shannkenpseudo-device	md			# Ramdisk driver
2741.1Schrispseudo-device	clockctl		# user control of clock subsystem
2751.5Schrispseudo-device	ksyms			# /dev/ksyms
2761.5Schris#pseudo-device	pf			# PF packet filter
2771.5Schris#pseudo-device	pflog			# PF log if
2781.39Spookapseudo-device	putter			# for puffs and pud
2791.28Sbjh21
2801.28Sbjh21# If the standard modes don't work for your monitor, you can specify
2811.28Sbjh21# a RISC-OS-format monitor definition file and a list of modes here.
2821.28Sbjh21
2831.28Sbjh21#makeoptions	MONITOR="Taxan875+LR"
2841.28Sbjh21#makeoptions	MONITOR="AKF60"
2851.28Sbjh21#makeoptions	MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
286