Home | History | Annotate | Line # | Download | only in conf
EB7500ATX revision 1.5
      1  1.5  chris #	$NetBSD: EB7500ATX,v 1.5 2004/07/04 13:35:08 chris Exp $
      2  1.1  chris #
      3  1.5  chris #	EB7500ATX --- NetBSD/acorn32 complete configuration
      4  1.1  chris #
      5  1.1  chris # This machine description file is used to generate the default NetBSD
      6  1.5  chris # kernel. This generic kernel does not include all options, subsystems
      7  1.1  chris # and device drivers, but should be useful for most applications.
      8  1.1  chris #
      9  1.1  chris # The machine description file can be customised for your specific
     10  1.1  chris # machine to reduce the kernel size and improve its performance.
     11  1.1  chris #
     12  1.1  chris # For further information on compiling NetBSD kernels, see the config(8)
     13  1.1  chris # man page.
     14  1.1  chris #
     15  1.1  chris # For further information on hardware support for this architecture, see
     16  1.1  chris # the intro(4) man page.  For further information about kernel options
     17  1.1  chris # for this architecture, see the options(4) man page.  For an explanation
     18  1.1  chris # of each device driver in this file see the section 4 man page for the
     19  1.1  chris # device.
     20  1.1  chris 
     21  1.1  chris include		"arch/acorn32/conf/std.acorn32"
     22  1.1  chris 
     23  1.5  chris options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.1  chris 
     25  1.5  chris #ident		"EB7500ATX-$Revision: 1.5 $"
     26  1.1  chris 
     27  1.1  chris # estimated number of users
     28  1.1  chris maxusers	32
     29  1.1  chris 
     30  1.1  chris # Standard system options
     31  1.1  chris 
     32  1.1  chris options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     33  1.1  chris #options 	NTP		# NTP phase/frequency locked loop
     34  1.1  chris 
     35  1.1  chris # CPU options
     36  1.1  chris options 	CPU_ARM7	# Support the ARM7 core
     37  1.1  chris 
     38  1.1  chris # FPA options
     39  1.1  chris #options 	ARMFPE		# ARM Ltd FPE
     40  1.1  chris 
     41  1.1  chris options		EB7500ATX	# Define in case needed
     42  1.1  chris 
     43  1.1  chris # File systems
     44  1.1  chris 
     45  1.1  chris file-system	FFS		# UFS
     46  1.1  chris #file-system	LFS		# log-structured file system
     47  1.1  chris file-system	MFS		# memory file system
     48  1.1  chris file-system	NFS		# Network file system
     49  1.5  chris file-system 	ADOSFS		# AmigaDOS-compatible file system
     50  1.5  chris file-system 	EXT2FS		# second extended file system (linux)
     51  1.1  chris file-system	CD9660		# ISO 9660 + Rock Ridge file system
     52  1.1  chris file-system	MSDOSFS		# MS-DOS file system
     53  1.1  chris file-system	FDESC		# /dev/fd
     54  1.1  chris file-system	FILECORE	# Acorn filecore file system
     55  1.1  chris file-system	KERNFS		# /kern
     56  1.1  chris file-system	NULLFS		# loopback file system
     57  1.1  chris file-system 	OVERLAY		# overlay filesystem
     58  1.1  chris file-system	PORTAL		# portal filesystem (still experimental)
     59  1.1  chris file-system	PROCFS		# /proc
     60  1.1  chris file-system	UMAPFS		# NULLFS + uid and gid remapping
     61  1.1  chris file-system	UNION		# union file system
     62  1.1  chris 
     63  1.1  chris # File system options
     64  1.1  chris options 	QUOTA		# UFS quotas
     65  1.1  chris #options 	FFS_EI		# FFS Endian Independant support
     66  1.1  chris options 	SOFTDEP		# FFS soft updates support.
     67  1.5  chris options 	NFSSERVER
     68  1.1  chris 
     69  1.1  chris # Networking options
     70  1.1  chris 
     71  1.5  chris options 	GATEWAY		# packet forwarding
     72  1.1  chris options 	INET		# IP + ICMP + TCP + UDP
     73  1.1  chris options 	INET6		# IPV6
     74  1.1  chris #options 	IPSEC		# IP security
     75  1.1  chris #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     76  1.1  chris #options 	IPSEC_DEBUG	# debug for IP security
     77  1.1  chris #options 	MROUTING	# IP multicast routing
     78  1.5  chris options 	NS		# XNS
     79  1.1  chris #options 	NSIP		# XNS tunneling over IP
     80  1.5  chris options 	ISO,TPIP	# OSI
     81  1.1  chris #options 	EON		# OSI tunneling over IP
     82  1.5  chris options 	CCITT,LLC,HDLC	# X.25
     83  1.5  chris options 	NETATALK	# AppleTalk networking
     84  1.5  chris options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     85  1.5  chris options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     86  1.5  chris options 	PPP_DEFLATE	# Deflate compression support for PPP
     87  1.5  chris options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     88  1.1  chris #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     89  1.1  chris 
     90  1.5  chris #options 	ALTQ		# Manipulate network interfaces' output queues
     91  1.5  chris #options 	ALTQ_BLUE	# Stochastic Fair Blue
     92  1.5  chris #options 	ALTQ_CBQ	# Class-Based Queueing
     93  1.5  chris #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
     94  1.5  chris #options 	ALTQ_FIFOQ	# First-In First-Out Queue
     95  1.5  chris #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
     96  1.5  chris #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
     97  1.5  chris #options 	ALTQ_LOCALQ	# Local queueing discipline
     98  1.5  chris #options 	ALTQ_PRIQ	# Priority Queueing
     99  1.5  chris #options 	ALTQ_RED	# Random Early Detection
    100  1.5  chris #options 	ALTQ_RIO	# RED with IN/OUT
    101  1.5  chris #options 	ALTQ_WFQ	# Weighted Fair Queueing
    102  1.5  chris 
    103  1.1  chris # Compatibility options
    104  1.1  chris 
    105  1.5  chris options 	COMPAT_43	# 4.3BSD compatibility.
    106  1.5  chris options 	COMPAT_16	# NetBSD 1.6 compatibility.
    107  1.5  chris options		COMPAT_15	# NetBSD 1.5 compatibility.
    108  1.5  chris options 	COMPAT_14	# NetBSD 1.4 compatibility.
    109  1.5  chris options 	COMPAT_13	# NetBSD 1.3 compatibility.
    110  1.5  chris options 	COMPAT_12	# NetBSD 1.2 compatibility.
    111  1.1  chris #options 	COMPAT_11	# NetBSD 1.1 compatibility.
    112  1.1  chris #options 	COMPAT_10	# NetBSD 1.0 compatibility.
    113  1.1  chris #options 	COMPAT_09	# NetBSD 0.9 compatibility.
    114  1.1  chris #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    115  1.1  chris 
    116  1.1  chris # Shared memory options
    117  1.1  chris 
    118  1.1  chris options 	SYSVMSG		# System V-like message queues
    119  1.1  chris options 	SYSVSEM		# System V-like semaphores
    120  1.1  chris #options 	SEMMNI=10	# number of semaphore identifiers
    121  1.1  chris #options 	SEMMNS=60	# number of semaphores in system
    122  1.1  chris #options 	SEMUME=10	# max number of undo entries per process
    123  1.1  chris #options 	SEMMNU=30	# number of undo structures in system
    124  1.1  chris options 	SYSVSHM		# System V-like memory sharing
    125  1.1  chris options 	SHMMAXPGS=1024	# 1024 pages is the default
    126  1.5  chris options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
    127  1.1  chris 
    128  1.1  chris # Device options
    129  1.1  chris 
    130  1.5  chris options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    131  1.5  chris #options 	MEMORY_DISK_ROOT_SIZE=4100	# Size in blocks
    132  1.1  chris #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    133  1.1  chris 
    134  1.1  chris # Miscellaneous kernel options
    135  1.1  chris options 	KTRACE		# system call tracing, a la ktrace(1)
    136  1.5  chris options 	SYSTRACE	# system call vetting via systrace(1)
    137  1.1  chris options 	IRQSTATS	# manage IRQ statistics
    138  1.1  chris options 	LKM		# loadable kernel modules
    139  1.1  chris options 	KMEMSTATS	# kernel memory statistics
    140  1.1  chris #options 	SCSIVERBOSE	# Verbose SCSI errors
    141  1.5  chris options 	USERCONF	# userconf(4) support
    142  1.1  chris #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    143  1.1  chris options		SYMTAB_SPACE=250000
    144  1.1  chris 
    145  1.5  chris # Enable experimental buffer queue strategy for better responsiveness under 
    146  1.5  chris # high disk I/O load. Use it with caution - it's not proven to be stable yet.
    147  1.5  chris #options 	NEW_BUFQ_STRATEGY
    148  1.5  chris 
    149  1.1  chris # Development and Debugging options
    150  1.1  chris 
    151  1.1  chris #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    152  1.1  chris #options 	PORTMASTER	# Enable PortMaster only options
    153  1.1  chris options 	DIAGNOSTIC	# internal consistency checks
    154  1.1  chris #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    155  1.1  chris #options 	IPKDB		# remote kernel debugging
    156  1.1  chris options 	DDB		# in-kernel debugger
    157  1.5  chris #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    158  1.5  chris #makeoptions	DEBUG="-g"	# compile full symbol table
    159  1.1  chris 
    160  1.1  chris config		netbsd	root on ? type ?
    161  1.1  chris options 	NFS_BOOT_DHCP
    162  1.1  chris 
    163  1.1  chris # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
    164  1.1  chris # this really be fixed some day
    165  1.1  chris #options 	COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600
    166  1.1  chris 
    167  1.1  chris # The main bus device
    168  1.1  chris mainbus0 at root
    169  1.1  chris 
    170  1.5  chris # The boot CPU
    171  1.1  chris cpu0 at mainbus?
    172  1.1  chris 
    173  1.1  chris # The IOMD
    174  1.1  chris iomd0	at mainbus?
    175  1.1  chris 
    176  1.1  chris # system clock via IOMD
    177  1.1  chris clock*	at iomd?
    178  1.1  chris 
    179  1.1  chris # IIC bus device
    180  1.1  chris #iomdiic* at iomd?
    181  1.1  chris #iic* at iomdiic?
    182  1.1  chris 
    183  1.1  chris # RTC device via IIC bus
    184  1.1  chris #pcfrtc*	at iic? addr 0x50
    185  1.1  chris 
    186  1.1  chris # VIDC device
    187  1.1  chris vidc0		at mainbus?
    188  1.1  chris 
    189  1.1  chris # WSCONS
    190  1.1  chris # ws console uses DUMB, SUN or VT100 terminal emulation
    191  1.1  chris #options 	WSEMUL_NODUMB
    192  1.1  chris #options 	WSEMUL_SUN
    193  1.1  chris #options 	WSEMUL_VT100
    194  1.1  chris 
    195  1.1  chris #options 	WSDISPLAY_COMPAT_RAWKBD
    196  1.1  chris 
    197  1.1  chris #options 	FONT_BOLD8x16
    198  1.1  chris #options 	FONT_GALLANT12x22	# Very nice font
    199  1.1  chris #options 	FONT_LUCIDA16x29
    200  1.1  chris #options 	FONT_OMRON12x20		# looks funny
    201  1.1  chris #options 	FONT_QVSS8x15		# broken ?
    202  1.1  chris #options 	FONT_SONY12x25		# looks like VT220 font
    203  1.1  chris #options 	FONT_SONY8x16		# not tested
    204  1.1  chris #options 	FONT_VT220L8x8		# 8x8 font as in Arch. cons
    205  1.1  chris #options 	FONT_VT220L8x16		# 8x(2x8) font as in Arch. cons
    206  1.1  chris #options 	FONT_VT220L8x10		# not tested
    207  1.1  chris #options 	FONT_VT220L8x20		# not tested
    208  1.1  chris 
    209  1.1  chris #vidcvideo0	at vidc?		# wscons driver for VIDC
    210  1.1  chris #wsdisplay*	at vidcvideo? console ?	# display itself
    211  1.1  chris 
    212  1.3  bjh21 iomdkbc*	at iomd?		# IOMD keyboard/mouse interface
    213  1.3  bjh21 
    214  1.3  bjh21 #pckbd*		at iomdkbc? slot ?	# PS/2 keyboard
    215  1.3  bjh21 #options 	PCKBD_LAYOUT=KB_UK
    216  1.3  bjh21 #wskbd*		at pckbd?
    217  1.3  bjh21 
    218  1.3  bjh21 pms*		at iomdkbc? slot ?	# PS/2 mouse
    219  1.3  bjh21 wsmouse*	at pms?
    220  1.3  bjh21 
    221  1.1  chris #rpckbd*		at iomd?		# based on old `kbd' driver
    222  1.1  chris #wskbd*		at rpckbd?		# wskbd on RiscPC keyboard
    223  1.1  chris 
    224  1.4  bjh21 #qms*		at iomd?		# ws quadmouse driver
    225  1.4  bjh21 #wsmouse*	at qms?			# wsmouse on ws quadmouse
    226  1.1  chris 
    227  1.3  bjh21 pseudo-device	wsmux
    228  1.1  chris 
    229  1.1  chris # The origional vidcconsole :
    230  1.1  chris # vidcconsole kbd at IOMD
    231  1.1  chris # vidcconsole PS2 mouse at IOMD
    232  1.1  chris vidcconsole0	at vidc?		# display + vt100 emulation
    233  1.1  chris kbd*		at iomd?		# PS/2 keyboard for vidcconsole
    234  1.1  chris 
    235  1.1  chris # generic VT console device
    236  1.1  chris vt0	at vidc?
    237  1.1  chris vt1	at vidc?
    238  1.1  chris vt2	at vidc?
    239  1.1  chris vt3	at vidc?
    240  1.1  chris vt4	at vidc?
    241  1.1  chris vt5	at vidc?
    242  1.1  chris 
    243  1.1  chris # Audio device
    244  1.1  chris vidcaudio0	at vidc?
    245  1.1  chris audio*		at vidcaudio0
    246  1.1  chris 
    247  1.1  chris rsbus0	at mainbus?
    248  1.1  chris 
    249  1.1  chris rside*	at rsbus? 		# eb7500atx build in ide
    250  1.1  chris atabus* at ata?
    251  1.1  chris wd*	at atabus? drive ?
    252  1.1  chris atapibus* at atapi?
    253  1.1  chris 
    254  1.1  chris # Builtin cs8920M Network adaptor
    255  1.1  chris cs*	at rsbus?
    256  1.1  chris 
    257  1.5  chris # Builtin DS1687 clock
    258  1.5  chris # Not functioning (yet) 
    259  1.5  chris #ds1687rtc*	at rsbus?
    260  1.5  chris 
    261  1.1  chris pseudo-device	loop	1		# network loopback
    262  1.1  chris pseudo-device	bpfilter 8		# packet filter
    263  1.1  chris pseudo-device	sl	2		# CSLIP
    264  1.1  chris pseudo-device	ppp	2		# PPP
    265  1.5  chris pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    266  1.1  chris pseudo-device	tun	2		# network tunneling over tty
    267  1.1  chris #pseudo-device	gre	2		# generic L3 over IP tunnel
    268  1.1  chris #pseudo-device	ipfilter 1		# ip filter
    269  1.1  chris pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
    270  1.1  chris #pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
    271  1.1  chris #pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
    272  1.1  chris #pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
    273  1.5  chris pseudo-device	vlan			# IEEE 802.1q encapsulation
    274  1.5  chris pseudo-device	bridge			# simple inter-network bridging
    275  1.5  chris #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    276  1.1  chris pseudo-device	pty			# pseudo-terminals
    277  1.1  chris pseudo-device	tb	1		# tablet line discipline
    278  1.1  chris pseudo-device	vnd	4		# disk-like interface to files
    279  1.5  chris pseudo-device	ccd	2		# concatenated disk devices
    280  1.5  chris #pseudo-device	cgd	4		# cryptographic disk devices
    281  1.5  chris pseudo-device	raid	8		# RAIDframe disk driver
    282  1.5  chris options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    283  1.1  chris # Options to enable various other RAIDframe RAID types.
    284  1.1  chris # options	RF_INCLUDE_EVENODD=1
    285  1.1  chris # options	RF_INCLUDE_RAID5_RS=1
    286  1.1  chris # options	RF_INCLUDE_PARITYLOGGING=1
    287  1.1  chris # options	RF_INCLUDE_CHAINDECLUSTER=1
    288  1.1  chris # options	RF_INCLUDE_INTERDECLUSTER=1
    289  1.1  chris # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    290  1.1  chris # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    291  1.5  chris pseudo-device	md	1		# Ramdisk driver
    292  1.1  chris pseudo-device	rnd			# /dev/random and in-kernel generator
    293  1.1  chris pseudo-device	clockctl		# user control of clock subsystem
    294  1.1  chris 
    295  1.1  chris makeoptions	MONITOR="Taxan875+LR"
    296  1.1  chris #makeoptions	MONITOR="AKF60"
    297  1.1  chris makeoptions	MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
    298  1.5  chris pseudo-device	ksyms			# /dev/ksyms
    299  1.5  chris #pseudo-device	pf			# PF packet filter
    300  1.5  chris #pseudo-device	pflog			# PF log if
    301