EB7500ATX revision 1.1
11.1Schris#	$NetBSD: EB7500ATX,v 1.1 2004/01/03 14:50:03 chris Exp $
21.1Schris#
31.1Schris#	EB7500ATX kernel
41.1Schris#
51.1Schris# This machine description file is used to generate the default NetBSD
61.1Schris# kernel. This wscons 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.1Schris#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Schris
251.1Schris#ident		"EB7500ATX-$Revision: 1.1 $"
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.1Schris# FPA options
391.1Schris#options 	ARMFPE		# ARM Ltd FPE
401.1Schris
411.1Schrisoptions		EB7500ATX	# Define in case needed
421.1Schris
431.1Schris# File systems
441.1Schris
451.1Schrisfile-system	FFS		# UFS
461.1Schris#file-system	LFS		# log-structured file system
471.1Schrisfile-system	MFS		# memory file system
481.1Schrisfile-system	NFS		# Network file system
491.1Schris#file-system 	ADOSFS		# AmigaDOS-compatible file system
501.1Schris#file-system 	EXT2FS		# second extended file system (linux)
511.1Schrisfile-system	CD9660		# ISO 9660 + Rock Ridge file system
521.1Schrisfile-system	MSDOSFS		# MS-DOS file system
531.1Schrisfile-system	FDESC		# /dev/fd
541.1Schrisfile-system	FILECORE	# Acorn filecore file system
551.1Schrisfile-system	KERNFS		# /kern
561.1Schrisfile-system	NULLFS		# loopback file system
571.1Schrisfile-system 	OVERLAY		# overlay filesystem
581.1Schrisfile-system	PORTAL		# portal filesystem (still experimental)
591.1Schrisfile-system	PROCFS		# /proc
601.1Schrisfile-system	UMAPFS		# NULLFS + uid and gid remapping
611.1Schrisfile-system	UNION		# union file system
621.1Schris
631.1Schris# File system options
641.1Schrisoptions 	QUOTA		# UFS quotas
651.1Schris#options 	FFS_EI		# FFS Endian Independant support
661.1Schrisoptions 	SOFTDEP		# FFS soft updates support.
671.1Schris#options 	NFSSERVER
681.1Schris
691.1Schris# Networking options
701.1Schris
711.1Schris#options 	GATEWAY		# packet forwarding
721.1Schrisoptions 	INET		# IP + ICMP + TCP + UDP
731.1Schrisoptions 	INET6		# IPV6
741.1Schris#options 	IPSEC		# IP security
751.1Schris#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
761.1Schris#options 	IPSEC_DEBUG	# debug for IP security
771.1Schris#options 	MROUTING	# IP multicast routing
781.1Schris#options 	NS		# XNS
791.1Schris#options 	NSIP		# XNS tunneling over IP
801.1Schris#options 	ISO,TPIP	# OSI
811.1Schris#options 	EON		# OSI tunneling over IP
821.1Schris#options 	CCITT,LLC,HDLC	# X.25
831.1Schris#options 	NETATALK	# AppleTalk networking
841.1Schris#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
851.1Schris#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
861.1Schris#options 	PPP_DEFLATE	# Deflate compression support for PPP
871.1Schris#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
881.1Schris#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
891.1Schris
901.1Schris# Compatibility options
911.1Schris
921.1Schris#options 	COMPAT_43	# 4.3BSD compatibility.
931.1Schrisoptions		COMPAT_16	# NetBSD 1.6 compatibility.
941.1Schris#options 	COMPAT_14	# NetBSD 1.4 compatibility.
951.1Schris#options 	COMPAT_13	# NetBSD 1.3 compatibility.
961.1Schris#options 	COMPAT_12	# NetBSD 1.2 compatibility.
971.1Schris#options 	COMPAT_11	# NetBSD 1.1 compatibility.
981.1Schris#options 	COMPAT_10	# NetBSD 1.0 compatibility.
991.1Schris#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1001.1Schris#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1011.1Schris
1021.1Schris# Shared memory options
1031.1Schris
1041.1Schrisoptions 	SYSVMSG		# System V-like message queues
1051.1Schrisoptions 	SYSVSEM		# System V-like semaphores
1061.1Schris#options 	SEMMNI=10	# number of semaphore identifiers
1071.1Schris#options 	SEMMNS=60	# number of semaphores in system
1081.1Schris#options 	SEMUME=10	# max number of undo entries per process
1091.1Schris#options 	SEMMNU=30	# number of undo structures in system
1101.1Schrisoptions 	SYSVSHM		# System V-like memory sharing
1111.1Schrisoptions 	SHMMAXPGS=1024	# 1024 pages is the default
1121.1Schris
1131.1Schris# Device options
1141.1Schris
1151.1Schris#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1161.1Schris#options 	MEMORY_DISK_ROOT_SIZE=3800	# Size in blocks
1171.1Schris#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1181.1Schris
1191.1Schris# Miscellaneous kernel options
1201.1Schrisoptions 	KTRACE		# system call tracing, a la ktrace(1)
1211.1Schrisoptions 	IRQSTATS	# manage IRQ statistics
1221.1Schrisoptions 	LKM		# loadable kernel modules
1231.1Schrisoptions 	KMEMSTATS	# kernel memory statistics
1241.1Schris#options 	SCSIVERBOSE	# Verbose SCSI errors
1251.1Schris#options 	USERCONF	# userconf(4) support
1261.1Schris#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1271.1Schrisoptions		SYMTAB_SPACE=250000
1281.1Schris
1291.1Schris# Development and Debugging options
1301.1Schris
1311.1Schris#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1321.1Schris#options 	PORTMASTER	# Enable PortMaster only options
1331.1Schrisoptions 	DIAGNOSTIC	# internal consistency checks
1341.1Schris#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1351.1Schris#options 	IPKDB		# remote kernel debugging
1361.1Schrisoptions 	DDB		# in-kernel debugger
1371.1Schrisoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1381.1Schrismakeoptions	DEBUG="-g"	# compile full symbol table
1391.1Schris
1401.1Schrisconfig		netbsd	root on ? type ?
1411.1Schrisoptions 	NFS_BOOT_DHCP
1421.1Schris
1431.1Schris# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
1441.1Schris# this really be fixed some day
1451.1Schris#options 	COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
1461.1Schris
1471.1Schris# The main bus device
1481.1Schrismainbus0 at root
1491.1Schris
1501.1Schris# The boot cpu
1511.1Schriscpu0 at mainbus?
1521.1Schris
1531.1Schris# The IOMD
1541.1Schrisiomd0	at mainbus?
1551.1Schris
1561.1Schris# system clock via IOMD
1571.1Schrisclock*	at iomd?
1581.1Schris
1591.1Schris# IIC bus device
1601.1Schris#iomdiic* at iomd?
1611.1Schris#iic* at iomdiic?
1621.1Schris
1631.1Schris# RTC device via IIC bus
1641.1Schris#pcfrtc*	at iic? addr 0x50
1651.1Schris
1661.1Schris# VIDC device
1671.1Schrisvidc0		at mainbus?
1681.1Schris
1691.1Schris# WSCONS
1701.1Schris# ws console uses DUMB, SUN or VT100 terminal emulation
1711.1Schris#options 	WSEMUL_NODUMB
1721.1Schris#options 	WSEMUL_SUN
1731.1Schris#options 	WSEMUL_VT100
1741.1Schris
1751.1Schris#options 	WSDISPLAY_COMPAT_RAWKBD
1761.1Schris
1771.1Schris#options 	FONT_BOLD8x16
1781.1Schris#options 	FONT_GALLANT12x22	# Very nice font
1791.1Schris#options 	FONT_LUCIDA16x29
1801.1Schris#options 	FONT_OMRON12x20		# looks funny
1811.1Schris#options 	FONT_QVSS8x15		# broken ?
1821.1Schris#options 	FONT_SONY12x25		# looks like VT220 font
1831.1Schris#options 	FONT_SONY8x16		# not tested
1841.1Schris#options 	FONT_VT220L8x8		# 8x8 font as in Arch. cons
1851.1Schris#options 	FONT_VT220L8x16		# 8x(2x8) font as in Arch. cons
1861.1Schris#options 	FONT_VT220L8x10		# not tested
1871.1Schris#options 	FONT_VT220L8x20		# not tested
1881.1Schris
1891.1Schris#vidcvideo0	at vidc?		# wscons driver for VIDC
1901.1Schris#wsdisplay*	at vidcvideo? console ?	# display itself
1911.1Schris
1921.1Schris#rpckbd*		at iomd?		# based on old `kbd' driver
1931.1Schris#wskbd*		at rpckbd?		# wskbd on RiscPC keyboard
1941.1Schris
1951.1Schris#wsqms*		at iomd?		# ws quadmouse driver
1961.1Schris#wsmouse*	at wsqms?		# wsmouse on ws quadmouse
1971.1Schris
1981.1Schris#pseudo-device	wsmux
1991.1Schris
2001.1Schris# The origional vidcconsole :
2011.1Schris# vidcconsole kbd at IOMD
2021.1Schris# vidcconsole PS2 mouse at IOMD
2031.1Schrisvidcconsole0	at vidc?		# display + vt100 emulation
2041.1Schriskbd*		at iomd?		# PS/2 keyboard for vidcconsole
2051.1Schris#qms*		at iomd?		# RiscPC mouse for vidcconsole
2061.1Schrisopms*		at iomd?		# A7000/NC? mouse for vidcconsole
2071.1Schris
2081.1Schris# generic VT console device
2091.1Schrisvt0	at vidc?
2101.1Schrisvt1	at vidc?
2111.1Schrisvt2	at vidc?
2121.1Schrisvt3	at vidc?
2131.1Schrisvt4	at vidc?
2141.1Schrisvt5	at vidc?
2151.1Schris
2161.1Schris# Crude sound device
2171.1Schris#beep0	at vidc?
2181.1Schris
2191.1Schris# Audio device
2201.1Schrisvidcaudio0	at vidc?
2211.1Schrisaudio*		at vidcaudio0
2221.1Schris
2231.1Schrisrsbus0	at mainbus?
2241.1Schris
2251.1Schrisrside*	at rsbus? 		# eb7500atx build in ide
2261.1Schrisatabus* at ata?
2271.1Schriswd*	at atabus? drive ?
2281.1Schrisatapibus* at atapi?
2291.1Schris
2301.1Schris# Builtin cs8920M Network adaptor
2311.1Schriscs*	at rsbus?
2321.1Schris
2331.1Schrispseudo-device	loop	1		# network loopback
2341.1Schrispseudo-device	bpfilter 8		# packet filter
2351.1Schrispseudo-device	sl	2		# CSLIP
2361.1Schrispseudo-device	ppp	2		# PPP
2371.1Schris#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2381.1Schrispseudo-device	tun	2		# network tunneling over tty
2391.1Schris#pseudo-device	gre	2		# generic L3 over IP tunnel
2401.1Schris#pseudo-device	ipfilter 1		# ip filter
2411.1Schrispseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
2421.1Schris#pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
2431.1Schris#pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
2441.1Schris#pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
2451.1Schris#pseudo-device	vlan			# IEEE 802.1q encapsulation
2461.1Schris#pseudo-device	bridge			# simple inter-network bridging
2471.1Schrispseudo-device	pty			# pseudo-terminals
2481.1Schrispseudo-device	tb	1		# tablet line discipline
2491.1Schrispseudo-device	vnd	4		# disk-like interface to files
2501.1Schris#pseudo-device	ccd	2		# concatenated disk devices
2511.1Schris#pseudo-device	raid	8		# RAIDframe disk driver
2521.1Schris#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2531.1Schris# Options to enable various other RAIDframe RAID types.
2541.1Schris# options	RF_INCLUDE_EVENODD=1
2551.1Schris# options	RF_INCLUDE_RAID5_RS=1
2561.1Schris# options	RF_INCLUDE_PARITYLOGGING=1
2571.1Schris# options	RF_INCLUDE_CHAINDECLUSTER=1
2581.1Schris# options	RF_INCLUDE_INTERDECLUSTER=1
2591.1Schris# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2601.1Schris# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2611.1Schris#pseudo-device	md	1		# Ramdisk driver
2621.1Schrispseudo-device	rnd			# /dev/random and in-kernel generator
2631.1Schrispseudo-device	clockctl		# user control of clock subsystem
2641.1Schrispseudo-device	ksyms
2651.1Schris
2661.1Schrismakeoptions	MONITOR="Taxan875+LR"
2671.1Schris#makeoptions	MONITOR="AKF60"
2681.1Schrismakeoptions	MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
269