Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.3
      1 #	$NetBSD: GENERIC,v 1.3 2002/04/02 05:30:49 lukem Exp $
      2 #
      3 # Generic Shark configuration.
      4 #
      5 
      6 include	"arch/shark/conf/std.shark"
      7 
      8 #ident		"GENERIC-$Revision: 1.3 $"
      9 
     10 # estimated number of users
     11 maxusers	32
     12 
     13 # Standard system options
     14 
     15 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     16 options 	HZ=64
     17 #options 	NTP		# NTP phase/frequency locked loop
     18 options 	NMBCLUSTERS=1024 # XXX, temporarily required
     19 #options 	BOOT_QUIETLY	# twiddle instead of normal boot msg output
     20 
     21 # CPU options
     22 
     23 options 	CPU_SA110	# Support the SA110 core
     24 
     25 # Architecture options
     26 
     27 options 	SHARK		# We are a Shark
     28 options 	NSIO		# We are using the National Semi SuperIO
     29 makeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
     30 
     31 # compatibility with old version of OFW, which may have incorrect
     32 # properties and/or may set up devices incorrectly.
     33 options 	COMPAT_OLD_OFW
     34 
     35 # FPA options
     36 
     37 #options 	ARMFPE		# ARM Ltd FPE
     38 
     39 # File systems
     40 
     41 file-system	FFS		# UFS
     42 #file-system	LFS		# log-structured file system
     43 file-system	MFS		# memory file system
     44 file-system	NFS		# Network file system
     45 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     46 #file-system 	EXT2FS		# second extended file system (linux)
     47 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     48 file-system	MSDOSFS		# MS-DOS file system
     49 #file-system	FDESC		# /dev/fd
     50 #file-system	FILECORE	# Acorn filecore file system
     51 file-system	KERNFS		# /kern
     52 #file-system	NULLFS		# loopback file system
     53 #file-system 	OVERLAY		# overlay filesystem
     54 #file-system	PORTAL		# portal filesystem (still experimental)
     55 #file-system	PROCFS		# /proc
     56 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     57 #file-system	UNION		# union file system
     58 #file-system	CODA		# Coda file system (needs vcoda below)
     59 
     60 # File system options
     61 #options 	QUOTA		# UFS quotas
     62 #options 	FFS_EI		# FFS Endian Independant support
     63 options 	SOFTDEP		# FFS soft updates support.
     64 #options 	NFSSERVER
     65 
     66 # Networking options
     67 
     68 #options 	GATEWAY		# packet forwarding
     69 options 	INET		# IP + ICMP + TCP + UDP
     70 options 	INET6		# IPV6
     71 #options 	IPSEC		# IP security
     72 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     73 #options 	IPSEC_DEBUG	# debug for IP security
     74 #options 	MROUTING	# IP multicast routing
     75 #options 	NS		# XNS
     76 #options 	NSIP		# XNS tunneling over IP
     77 #options 	ISO,TPIP	# OSI
     78 #options 	EON		# OSI tunneling over IP
     79 #options 	CCITT,LLC,HDLC	# X.25
     80 #options 	NETATALK	# AppleTalk networking
     81 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks (Required
     82 				# if you enable the pseudo-device ipl).
     83 
     84 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     85 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     86 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     87 options 	NFS_BOOT_DHCP	# use NetBSD standard DHCP/NFS boot code
     88 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     89 
     90 # Compatibility options
     91 
     92 options 	COMPAT_43	# 4.3BSD compatibility.
     93 options 	COMPAT_14	# NetBSD 1.4 compatibility.
     94 options 	COMPAT_13	# NetBSD 1.3 compatibility.
     95 options 	COMPAT_12	# NetBSD 1.2 compatibility.
     96 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     97 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     98 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     99 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    100 
    101 # Shared memory options
    102 
    103 options 	SYSVMSG		# System V-like message queues
    104 options 	SYSVSEM		# System V-like semaphores
    105 options 	SYSVSHM		# System V-like memory sharing
    106 #options 	SHMMAXPGS=1024	# 1024 pages is the default
    107 
    108 # Device options
    109 
    110 options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    111 #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    112 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    113 
    114 options 	XSERVER			# also need INSECURE for now
    115 options 	INSECURE		# disable kernel securelevel
    116 
    117 # Use the following to force the serial to always be the console
    118 # device.  19200 is what the serial gets set up as by the firmware
    119 # when it hasn't fallen back from PC.  If it has fallen back then
    120 # the speed will be set at 9600.
    121 #options 	COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200
    122 
    123 # Miscellaneous kernel options
    124 options 	KTRACE		# system call tracing, a la ktrace(1)
    125 options 	IRQSTATS	# manage IRQ statistics, XXX temp required
    126 #options 	LKM		# loadable kernel modules
    127 options 	KMEMSTATS	# kernel memory statistics, XXX temp required
    128 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    129 
    130 # Development and Debugging options
    131 
    132 #options 	ARM700BUGTRACK	# track the ARM700 swi bug
    133 #options 	PORTMASTER	# Enable PortMaster only options
    134 options 	DIAGNOSTIC	# internal consistency checks
    135 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    136 #options 	IPKDB		# remote kernel debugging
    137 options 	DDB		# in-kernel debugger
    138 #options 	DDB_ONPANIC=0	# don't run DDB at panictime
    139 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    140 #options 	KERNEL_DEBUG	# compile in kernel debuging capability
    141 #makeoptions	DEBUG="-g"	# compile full symbol table
    142 
    143 config		netbsd		root on ? type ?
    144 
    145 # The main bus device
    146 mainbus0 at root
    147 
    148 # The boot cpu
    149 cpu0 at mainbus?
    150 
    151 # Open Firmware devices
    152 ofbus*		at root
    153 ofbus*		at ofbus?
    154 #ofdisk* 	at ofbus?
    155 #ofnet*		at ofbus?	# don't use with cs0
    156 #ofcons* 	at ofbus?	# don't use with pc0
    157 ofrtc*		at ofisa?
    158 ofrom*		at ofbus?
    159 
    160 ofisa*		at ofbus?
    161 ofbus*		at ofisa?
    162 
    163 # IDE/ATA disk
    164 wdc*		at ofisa?
    165 wd*		at wdc? drive ?
    166 
    167 atapibus*	at wdc?
    168 cd*		at atapibus? drive?
    169 sd*		at atapibus? drive?
    170 
    171 # PCCONS@OFW
    172 ofisapc*	at ofbus?
    173 pc*		at ofisapc?
    174 #options 	FRENCH_KBD
    175 #options 	FINNISH_KBD
    176 #options 	GERMAN_KBD
    177 #options 	NORWEGIAN_KBD
    178 
    179 # PS/2 Mouse
    180 opms0		at spckbd? irq 12
    181 
    182 # CS8900 Ethernet@OFW
    183 cs*		at ofisa?
    184 
    185 # Serial @OFW
    186 com*		at ofisa?
    187 
    188 # Parallel @OFW
    189 lpt*		at ofisa?
    190 
    191 # Smart Card
    192 ofisascr*	at ofisa?
    193 scr*		at ofisascr?
    194 
    195 # ESS Sound@OFW
    196 ess*		at ofisa?
    197 audio*		at ess?
    198 opl*		at ess?
    199 midi*		at opl?
    200 
    201 # Joystick @OFW
    202 joy*		at ofisa?
    203 
    204 pseudo-device	loop	1		# network loopback
    205 pseudo-device	bpfilter 8		# packet filter
    206 #pseudo-device	sl	2		# CSLIP
    207 #pseudo-device	ppp	2		# PPP
    208 #pseudo-device	tun	2		# network tunneling over tty
    209 #pseudo-device	ipfilter 1		# ip filter
    210 pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
    211 #pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
    212 #pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
    213 #pseudo-device	strip	4		# STarmode Radio IP (Metricon Ricochet)
    214 pseudo-device	pty			# pseudo-terminals
    215 #pseudo-device	tb	1		# tablet line discipline
    216 pseudo-device	vnd	4		# disk-like interface to files
    217 #pseudo-device	ccd	2		# concatenated disk devices
    218 pseudo-device	rnd			# /dev/random and /dev/urandom
    219 
    220 #pseudo-device	md	1		# Ramdisk driver
    221 #pseudo-device	profiler 1		# fiq based profiling device
    222 pseudo-device	sequencer 1		# MIDI sequencer
    223 pseudo-device	openfirm		# /dev/openfirm
    224 #pseudo-device	vcoda	4		# coda kernel <-> cachemanager
    225