GENERIC revision 1.15
11.15Sgmcgarry# 	$NetBSD: GENERIC,v 1.15 2002/04/12 08:10:46 gmcgarry Exp $
21.8Sreinoud#
31.8Sreinoud#	GENERIC --- NetBSD/acorn32 complete configuration
41.1Sreinoud#
51.4Sgmcgarry# This machine description file is used to generate the default NetBSD
61.4Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.4Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sreinoud#
91.4Sgmcgarry# The machine description file can be customised for your specific
101.4Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.4Sgmcgarry#
121.4Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.4Sgmcgarry# man page.
141.4Sgmcgarry#
151.4Sgmcgarry# For further information on hardware support for this architecture, see
161.4Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.4Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.4Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.4Sgmcgarry# device.
201.1Sreinoud
211.8Sreinoudinclude		"arch/acorn32/conf/std.acorn32"
221.1Sreinoud
231.15Sgmcgarry#ident		"GENERIC-$Revision: 1.15 $"
241.1Sreinoud
251.1Sreinoud# estimated number of users
261.1Sreinoudmaxusers	32
271.1Sreinoud
281.1Sreinoud# Standard system options
291.1Sreinoud
301.1Sreinoudoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
311.1Sreinoud#options 	NTP		# NTP phase/frequency locked loop
321.1Sreinoud
331.1Sreinoud# CPU options
341.1Sreinoudoptions 	CPU_SA110	# Support the SA110 core
351.1Sreinoudoptions 	CPU_ARM6	# Support the ARM6 core
361.1Sreinoudoptions 	CPU_ARM7	# Support the ARM7 core
371.10Sreinoud#options 	CPU_ARM8	# Support the ARM8 core
381.1Sreinoud#options 	ARM6_LATE_ABORT	# ARM6XX late abort support
391.1Sreinoud
401.10Sreinoud# For StrongARM only kernels
411.10Sreinoud#makeoptions	COPTS="-O2 -march=armv3m -mtune=strongarm"
421.1Sreinoud
431.1Sreinoud# FPA options
441.1Sreinoud#options 	ARMFPE		# ARM Ltd FPE
451.1Sreinoud
461.1Sreinoud# File systems
471.1Sreinoud
481.1Sreinoudfile-system	FFS		# UFS
491.1Sreinoud#file-system	LFS		# log-structured file system
501.1Sreinoudfile-system	MFS		# memory file system
511.1Sreinoudfile-system	NFS		# Network file system
521.1Sreinoudfile-system 	ADOSFS		# AmigaDOS-compatible file system
531.1Sreinoudfile-system 	EXT2FS		# second extended file system (linux)
541.1Sreinoudfile-system	CD9660		# ISO 9660 + Rock Ridge file system
551.1Sreinoudfile-system	MSDOSFS		# MS-DOS file system
561.1Sreinoudfile-system	FDESC		# /dev/fd
571.1Sreinoudfile-system	FILECORE	# Acorn filecore file system
581.1Sreinoudfile-system	KERNFS		# /kern
591.1Sreinoudfile-system	NULLFS		# loopback file system
601.1Sreinoudfile-system 	OVERLAY		# overlay filesystem
611.1Sreinoudfile-system	PORTAL		# portal filesystem (still experimental)
621.1Sreinoudfile-system	PROCFS		# /proc
631.1Sreinoudfile-system	UMAPFS		# NULLFS + uid and gid remapping
641.1Sreinoudfile-system	UNION		# union file system
651.1Sreinoud
661.1Sreinoud# File system options
671.1Sreinoudoptions 	QUOTA		# UFS quotas
681.1Sreinoud#options 	FFS_EI		# FFS Endian Independant support
691.2Slukemoptions 	SOFTDEP		# FFS soft updates support.
701.1Sreinoudoptions 	NFSSERVER
711.1Sreinoud
721.1Sreinoud# Networking options
731.1Sreinoud
741.1Sreinoudoptions 	GATEWAY		# packet forwarding
751.1Sreinoudoptions 	INET		# IP + ICMP + TCP + UDP
761.1Sreinoudoptions 	INET6		# IPV6
771.1Sreinoud#options 	IPSEC		# IP security
781.1Sreinoud#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
791.1Sreinoud#options 	IPSEC_DEBUG	# debug for IP security
801.1Sreinoud#options 	MROUTING	# IP multicast routing
811.1Sreinoudoptions 	NS		# XNS
821.1Sreinoud#options 	NSIP		# XNS tunneling over IP
831.1Sreinoudoptions 	ISO,TPIP	# OSI
841.1Sreinoud#options 	EON		# OSI tunneling over IP
851.1Sreinoudoptions 	CCITT,LLC,HDLC	# X.25
861.1Sreinoudoptions 	NETATALK	# AppleTalk networking
871.1Sreinoudoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
881.1Sreinoudoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
891.1Sreinoudoptions 	PPP_DEFLATE	# Deflate compression support for PPP
901.1Sreinoudoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
911.1Sreinoud#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
921.1Sreinoud
931.1Sreinoud# Compatibility options
941.1Sreinoud
951.1Sreinoudoptions 	COMPAT_43	# 4.3BSD compatibility.
961.8Sreinoudoptions		COMPAT_15	# NetBSD 1.5 compatibility.
971.1Sreinoudoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
981.1Sreinoudoptions 	COMPAT_13	# NetBSD 1.3 compatibility.
991.1Sreinoudoptions 	COMPAT_12	# NetBSD 1.2 compatibility.
1001.1Sreinoud#options 	COMPAT_11	# NetBSD 1.1 compatibility.
1011.1Sreinoud#options 	COMPAT_10	# NetBSD 1.0 compatibility.
1021.1Sreinoud#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1031.8Sreinoud#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1041.1Sreinoud
1051.1Sreinoud# Shared memory options
1061.1Sreinoud
1071.1Sreinoudoptions 	SYSVMSG		# System V-like message queues
1081.1Sreinoudoptions 	SYSVSEM		# System V-like semaphores
1091.2Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1101.2Slukem#options 	SEMMNS=60	# number of semaphores in system
1111.2Slukem#options 	SEMUME=10	# max number of undo entries per process
1121.2Slukem#options 	SEMMNU=30	# number of undo structures in system
1131.1Sreinoudoptions 	SYSVSHM		# System V-like memory sharing
1141.1Sreinoudoptions 	SHMMAXPGS=1024	# 1024 pages is the default
1151.1Sreinoud
1161.1Sreinoud# Device options
1171.1Sreinoud
1181.1Sreinoudoptions 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1191.13Slukem#options 	MEMORY_DISK_ROOT_SIZE=4100	# Size in blocks
1201.1Sreinoud#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1211.1Sreinoud
1221.1Sreinoud# Miscellaneous kernel options
1231.1Sreinoudoptions 	KTRACE		# system call tracing, a la ktrace(1)
1241.1Sreinoudoptions 	IRQSTATS	# manage IRQ statistics
1251.1Sreinoudoptions 	LKM		# loadable kernel modules
1261.1Sreinoudoptions 	KMEMSTATS	# kernel memory statistics
1271.1Sreinoud#options 	SCSIVERBOSE	# Verbose SCSI errors
1281.15Sgmcgarry#options 	USERCONF	# userconf(4) support
1291.9Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1301.1Sreinoud
1311.1Sreinoud# Development and Debugging options
1321.1Sreinoud
1331.1Sreinoud#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1341.1Sreinoud#options 	PORTMASTER	# Enable PortMaster only options
1351.1Sreinoudoptions 	DIAGNOSTIC	# internal consistency checks
1361.2Slukem#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1371.1Sreinoud#options 	IPKDB		# remote kernel debugging
1381.1Sreinoudoptions 	DDB		# in-kernel debugger
1391.1Sreinoud#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1401.1Sreinoud#makeoptions	DEBUG="-g"	# compile full symbol table
1411.1Sreinoud
1421.1Sreinoudconfig		netbsd	root on ? type ?
1431.1Sreinoud
1441.1Sreinoud# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
1451.1Sreinoud# this really be fixed some day
1461.2Slukem#options 	COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
1471.1Sreinoud
1481.1Sreinoud# The main bus device
1491.1Sreinoudmainbus0 at root
1501.1Sreinoud
1511.1Sreinoud# The boot cpu
1521.1Sreinoudcpu0 at mainbus?
1531.1Sreinoud
1541.1Sreinoud# The IOMD
1551.1Sreinoudiomd0	at mainbus?
1561.1Sreinoud
1571.1Sreinoud# system clock via IOMD
1581.1Sreinoudclock*	at iomd?
1591.1Sreinoud
1601.1Sreinoud# IIC bus device
1611.1Sreinoudiic*	at iomd?
1621.1Sreinoud
1631.1Sreinoud# RTC device via IIC bus
1641.1Sreinoudrtc*	at iic? addr 0xa0
1651.1Sreinoud
1661.1Sreinoud# time-of-day device via rtc device
1671.1Sreinoudtodclock0	at rtc?
1681.1Sreinoud
1691.1Sreinoud# VIDC device
1701.1Sreinoudvidc0		at mainbus?
1711.1Sreinoud
1721.10Sreinoud# WSCONS
1731.10Sreinoud# ws console uses DUMB, SUN or VT100 terminal emulation
1741.10Sreinoud#options 	WSEMUL_NODUMB
1751.10Sreinoud#options 	WSEMUL_SUN
1761.10Sreinoud#options 	WSEMUL_VT100
1771.10Sreinoud
1781.10Sreinoud#options 	WSDISPLAY_COMPAT_RAWKBD
1791.10Sreinoud
1801.10Sreinoud#options 	FONT_BOLD8x16
1811.10Sreinoud#options 	FONT_GALLANT12x22	# Very nice font
1821.10Sreinoud#options 	FONT_LUCIDA16x29
1831.10Sreinoud#options 	FONT_OMRON12x20		# looks funny
1841.10Sreinoud#options 	FONT_QVSS8x15		# broken ?
1851.10Sreinoud#options 	FONT_SONY12x25		# looks like VT220 font
1861.10Sreinoud#options 	FONT_SONY8x16		# not tested
1871.10Sreinoud#options 	FONT_VT220L8x8		# 8x8 font as in Arch. cons
1881.10Sreinoud#options 	FONT_VT220L8x16		# 8x(2x8) font as in Arch. cons
1891.10Sreinoud#options 	FONT_VT220L8x10		# not tested
1901.10Sreinoud#options 	FONT_VT220L8x20		# not tested
1911.10Sreinoud
1921.10Sreinoud#vidcvideo0	at vidc?		# wscons driver for VIDC
1931.10Sreinoud#wsdisplay*	at vidcvideo? console ?	# display itself
1941.10Sreinoud
1951.10Sreinoud#rpckbd*	at iomd?		# based on old `kbd' driver
1961.10Sreinoud#wskbd*		at rpckbd?		# wskbd on RiscPC keyboard
1971.10Sreinoud
1981.10Sreinoud#wsqms*		at iomd?		# ws quadmouse driver
1991.10Sreinoud#wsmouse*	at wsqms?		# wsmouse on ws quadmouse
2001.10Sreinoud
2011.10Sreinoud#pseudo-device	wsmux
2021.10Sreinoud
2031.10Sreinoud# The origional vidcconsole :
2041.10Sreinoud# vidcconsole kbd at IOMD
2051.10Sreinoud# vidcconsole PS2 mouse at IOMD
2061.10Sreinoudvidcconsole0	at vidc?		# display + vt100 emulation
2071.10Sreinoudkbd*		at iomd?		# PS/2 keyboard for vidcconsole
2081.10Sreinoudqms*		at iomd?		# RiscPC mouse for vidcconsole
2091.10Sreinoudopms*		at iomd?		# A7000/NC? mouse for vidcconsole
2101.1Sreinoud
2111.1Sreinoud# generic VT console device
2121.2Slukemvt0	at vidc?
2131.2Slukemvt1	at vidc?
2141.2Slukemvt2	at vidc?
2151.2Slukemvt3	at vidc?
2161.2Slukemvt4	at vidc?
2171.2Slukemvt5	at vidc?
2181.1Sreinoud
2191.1Sreinoud# Peripheral IO Controller
2201.1Sreinoudpioc0	at mainbus? base 0x00210000
2211.1Sreinoud
2221.1Sreinoud# IDE disk controller
2231.1Sreinoudwdc0	at pioc? offset 0x01f0 irq 9
2241.1Sreinoud#wdc*	at pioc? offset 0x0170 irq -1
2251.1Sreinoudwd*	at wdc? channel ? drive ?
2261.1Sreinoudatapibus* at wdc? channel ?
2271.1Sreinoudcd*	at atapibus? drive ?
2281.1Sreinoudsd*	at atapibus? drive ?
2291.1Sreinoud
2301.1Sreinoud# Floppy disk controller
2311.2Slukemfdc*	at pioc? offset 0x03f0 irq 12 dack 0x2000
2321.2Slukemfdc*	at pioc? offset 0x0370 irq -1 dack 0x2000
2331.2Slukemfd0	at fdc? drive ?
2341.1Sreinoud
2351.1Sreinoud# Serial ports
2361.2Slukemcom*	at pioc? offset 0x03f8 irq 10
2371.2Slukem#com*	at pioc? offset 0x02f8 irq -1
2381.2Slukem#com*	at pioc? offset 0x0338 irq -1
2391.2Slukem#com*	at pioc? offset 0x0238 irq -1
2401.1Sreinoud
2411.1Sreinoud# Parallel ports
2421.2Slukemlpt*	at pioc? offset 0x0278 irq 0
2431.2Slukem#lpt*	at pioc? offset 0x0378 irq -1
2441.2Slukem#lpt*	at pioc? offset 0x03bc irq -1
2451.1Sreinoud
2461.1Sreinoud# Crude sound device
2471.1Sreinoudbeep0	at vidc?
2481.1Sreinoud
2491.1Sreinoud# Audio device
2501.1Sreinoudvidcaudio0	at vidc?
2511.1Sreinoudaudio*		at vidcaudio0
2521.1Sreinoud
2531.1Sreinoud# System beep
2541.1Sreinoudsysbeep0	at vidc?
2551.1Sreinoud
2561.1Sreinoud# Podule bus device
2571.1Sreinoudpodulebus0	at root
2581.1Sreinoud
2591.1Sreinoudasc*	at podulebus?			# Acorn SCSI card
2601.1Sreinoudscsibus* at asc?
2611.1Sreinoud
2621.1Sreinoudcosc*	at podulebus?			# MCS Connect32 SCSI II card
2631.1Sreinoudscsibus* at cosc?
2641.1Sreinoud
2651.1Sreinoudptsc*	at podulebus?			# Power-Tec SCSI II card
2661.1Sreinoudscsibus* at ptsc?
2671.1Sreinoud
2681.5Scjep#csc*	at podulebus?			# Cumana SCSI II card
2691.5Scjep#scsibus* at csc?			# Not currently working
2701.1Sreinoud
2711.1Sreinoudoak*	at podulebus?			# Oak SCSI I card
2721.1Sreinoudscsibus* at oak?
2731.1Sreinoud
2741.1Sreinoudcsa*	at podulebus?			# Cumana SCSI I adpater
2751.1Sreinoudscsibus* at csa?
2761.1Sreinoud
2771.8Sreinoudhcsc*	at podulebus0 slot ?		# HCCS 8-bit SCSI interface
2781.1Sreinoudscsibus* at hcsc?
2791.1Sreinoud
2801.1Sreinoudsd*	at scsibus? target ? lun ?	# SCSI disk drives
2811.1Sreinoudst*	at scsibus? target ? lun ?	# SCSI tape drives
2821.1Sreinoudcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2831.1Sreinoudch*	at scsibus? target ? lun ?	# SCSI auto-changers
2841.1Sreinouduk*	at scsibus? target ? lun ?	# SCSI unknown device
2851.1Sreinoudss*	at scsibus? target ? lun ?	# SCSI scanner
2861.1Sreinoud
2871.1Sreinouddtide*	at podulebus?			# D.T. Software IDE card
2881.1Sreinoudwd*	at dtide? channel ? drive ?
2891.1Sreinoudatapibus* at dtide? channel ?
2901.1Sreinoud
2911.1Sreinoudhcide*	at podulebus?			# HCCS IDE card
2921.1Sreinoudwd*	at hcide? channel ? drive ?
2931.1Sreinoudatapibus* at hcide? channel ?
2941.1Sreinoud
2951.1Sreinoudicside*	at podulebus?			# ICS IDE card
2961.1Sreinoudwd*	at icside? channel ? drive ?
2971.1Sreinoudatapibus* at icside? channel ?
2981.1Sreinoud
2991.1Sreinoudrapide*	at podulebus?			# Yellowstone RapIDE card
3001.1Sreinoudwd*	at rapide? channel ? drive ?
3011.1Sreinoudatapibus* at rapide? channel ?
3021.1Sreinoud
3031.1Sreinoudsimide*	at podulebus?			# Simtec IDE card
3041.1Sreinoudwd*	at simide? channel ? drive ?
3051.1Sreinoudatapibus* at simide? channel ?
3061.1Sreinoud
3071.1Sreinoudamps*	at podulebus?			# Atomwide Multi-Port Serial card
3081.1Sreinoudcom*	at amps?
3091.1Sreinoud
3101.1Sreinoudie*	at podulebus?			# Ether1 podules
3111.1Sreinoudea*	at podulebus?			# Ether3 podules
3121.1Sreinoudeb0	at podulebus?			# EtherB network slot cards
3131.1Sreinoudne*	at podulebus?			# NE2000 clone cards
3141.1Sreinoud
3151.2Slukempseudo-device	loop	1		# network loopback
3161.2Slukempseudo-device	bpfilter 8		# packet filter
3171.2Slukempseudo-device	sl	2		# CSLIP
3181.1Sreinoudpseudo-device	ppp	2		# PPP
3191.6Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3201.1Sreinoudpseudo-device	tun	2		# network tunneling over tty
3211.8Sreinoud#pseudo-device	gre	2		# generic L3 over IP tunnel
3221.1Sreinoud#pseudo-device	ipfilter 1		# ip filter
3231.1Sreinoudpseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
3241.1Sreinoud#pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
3251.1Sreinoud#pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
3261.1Sreinoud#pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
3271.1Sreinoudpseudo-device	vlan			# IEEE 802.1q encapsulation
3281.3Satatatpseudo-device	bridge			# simple inter-network bridging
3291.1Sreinoudpseudo-device	pty			# pseudo-terminals
3301.1Sreinoudpseudo-device	tb	1		# tablet line discipline
3311.2Slukempseudo-device	vnd	4		# disk-like interface to files
3321.1Sreinoudpseudo-device	ccd	2		# concatenated disk devices
3331.7Sosterpseudo-device	raid	8		# RAIDframe disk driver
3341.7Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3351.7Soster# Options to enable various other RAIDframe RAID types.
3361.7Soster# options	RF_INCLUDE_EVENODD=1
3371.7Soster# options	RF_INCLUDE_RAID5_RS=1
3381.7Soster# options	RF_INCLUDE_PARITYLOGGING=1
3391.7Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3401.7Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3411.7Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3421.7Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3431.1Sreinoudpseudo-device	md	1		# Ramdisk driver
3441.1Sreinoudpseudo-device	rnd			# /dev/random and in-kernel generator
3451.1Sreinoud
3461.2Slukemmakeoptions	MONITOR="Taxan875+LR"
3471.2Slukem#makeoptions	MONITOR="AKF60"
3481.2Slukemmakeoptions	MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
349