Home | History | Annotate | Line # | Download | only in conf
CQREEKSH3 revision 1.15
      1 #	$NetBSD: CQREEKSH3,v 1.15 2002/02/17 20:59:35 uch Exp $
      2 #
      3 #	GENERIC -- everything that's currently supported
      4 #
      5 
      6 # for big endian
      7 include "arch/evbsh3/conf/std.evbsh3.eb"
      8 # for little endian
      9 #include "arch/evbsh3/conf/std.evbsh3.el"
     10 
     11 # Enable the hooks used for initializing the root memory-disk.
     12 options 	MEMORY_DISK_HOOKS
     13 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     14 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     15 options 	MINIROOTSIZE=2400	# size of memory disk, in blocks
     16 
     17 options 	ROMIMAGE
     18 
     19 maxusers	32		# estimated number of users
     20 
     21 # CPU support.  At least one is REQUIRED.
     22 options		SH3
     23 options 	SH7708		# 100MHz
     24 options 	PCLOCK=15000000		# 15.000MHz
     25 options 	IOM_ROM_BEGIN=0x00000000
     26 options 	IOM_ROM_SIZE=0x00200000	# 2MB
     27 options 	IOM_RAM_BEGIN=0x8c000000
     28 options 	IOM_RAM_SIZE=0x00400000	# 4MB
     29 options 	LED_ADDR=0xa8000000
     30 
     31 options 	BSC_BCR1_VAL	=0x0010
     32 options 	BSC_BCR2_VAL	=0x3ddc
     33 options 	BSC_WCR1_VAL	=0x2aaa
     34 options 	BSC_WCR2_VAL	=0x0246
     35 options 	BSC_MCR_VAL	=0x0074
     36 options 	BSC_RTCSR_VAL	=0xa510
     37 options 	BSC_RTCNT_VAL	=0xa500	# XXX
     38 options 	BSC_RTCOR_VAL	=0xa53a
     39 options 	FRQCR_VAL	=0x0102
     40 
     41 # CPU-related options.
     42 #options 	MATH_EMULATE	# floating point emulation
     43 
     44 # This option allows you to force a serial console at the specified
     45 # I/O address.   see console(4) for details.
     46 #options 	CONSDEVNAME="\"com\""
     47 
     48 # Standard system options
     49 
     50 #options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
     51 #options 	INSECURE	# disable kernel security levels
     52 
     53 options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
     54 options 	HZ=50		# clock interrupt generates every 1/HZ sec
     55 #options 	NTP		# NTP phase/frequency locked loop
     56 
     57 #options 	KTRACE		# system call tracing via ktrace(1)
     58 
     59 options 	SYSVMSG		# System V-like message queues
     60 options 	SYSVSEM		# System V-like semaphores
     61 options 	SYSVSHM		# System V-like memory sharing
     62 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     63 
     64 #options 	LKM		# loadable kernel modules
     65 
     66 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     67 
     68 # Diagnostic/debugging support options
     69 #options 	DIAGNOSTIC	# cheap kernel consistency checks
     70 #options 	DEBUG		# expensive debugging checks/support
     71 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     72 #options 	DDB		# in-kernel debugger
     73 #options 	KGDB		# remote debugger
     74 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     75 #makeoptions	DEBUG="-g"	# compile full symbol table
     76 options 	SYSCALL_DEBUG
     77 
     78 # Compatibility options
     79 options 	COMPAT_13	# NetBSD 1.3,
     80 options 	COMPAT_14	# NetBSD 1.4,
     81 options 	COMPAT_43	# and 4.3BSD
     82 
     83 # Executable format options
     84 #options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
     85 options 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
     86 
     87 # File systems
     88 file-system 	FFS		# UFS
     89 #file-system 	EXT2FS		# second extended file system (linux)
     90 #file-system 	LFS		# log-structured file system
     91 file-system 	MFS		# memory file system
     92 #file-system 	NFS		# Network File System client
     93 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     94 #file-system 	MSDOSFS		# MS-DOS file system
     95 file-system 	FDESC		# /dev/fd
     96 file-system 	KERNFS		# /kern
     97 file-system 	NULLFS		# loopback file system
     98 #file-system 	PORTAL		# portal filesystem (still experimental)
     99 file-system 	PROCFS		# /proc
    100 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
    101 #file-system 	UNION		# union file system
    102 
    103 # File system options
    104 #options 	QUOTA		# UFS quotas
    105 #options 	NFSSERVER	# Network File System server
    106 #options 	FIFO		# FIFOs; RECOMMENDED
    107 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
    108 				# immutable) behave as system flags.
    109 
    110 # Networking options
    111 options 	GATEWAY		# packet forwarding
    112 options 	INET		# IP + ICMP + TCP + UDP
    113 options 	MROUTING	# IP multicast routing
    114 options 	NS		# XNS
    115 #options 	NSIP		# XNS tunneling over IP
    116 #options 	ISO,TPIP	# OSI
    117 #options 	EON		# OSI tunneling over IP
    118 #options 	CCITT,LLC,HDLC	# X.25
    119 #options 	NETATALK	# AppleTalk networking protocols
    120 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    121 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    122 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    123 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    124 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    125 
    126 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    127 
    128 # These options enable verbose messages for several subsystems.
    129 # Warning, these may compile large string tables into the kernel!
    130 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    131 
    132 # Kernel root file system and dump configuration.
    133 config		netbsd	root on ? type ?
    134 #config		netbsd	root on ? type nfs
    135 #config		netbsd	root on wd0a type ffs
    136 
    137 #
    138 # Device configuration
    139 #
    140 
    141 mainbus0 at root
    142 
    143 shb* at mainbus?
    144 
    145 # WatchDog Timer
    146 wdog0 at shb? port 0xffffff84
    147 
    148 # Serial Devices
    149 
    150 options 	SCICONSOLE,SCICN_SPEED=38400
    151 sci0 at shb? port 0xa4000008 irq 12
    152 
    153 # Miscellaneous mass storage devices
    154 
    155 
    156 # Network Interfaces
    157 
    158 
    159 # Pull in optional local configuration
    160 include	"arch/evbsh3/conf/GENERIC.local"
    161 
    162 
    163 # Pseudo-Devices
    164 
    165 # disk/mass storage pseudo-devices
    166 #pseudo-device	ccd		4	# concatenated/striped disk devices
    167 pseudo-device	md		1	# memory disk device (ramdisk)
    168 pseudo-device	vnd		4	# disk-like interface to files
    169 
    170 # network pseudo-devices
    171 #pseudo-device	bpfilter	8	# Berkeley packet filter
    172 #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    173 pseudo-device	loop			# network loopback
    174 pseudo-device	ppp		2	# Point-to-Point Protocol
    175 #pseudo-device	sl		2	# Serial Line IP
    176 #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    177 pseudo-device	tun		2	# network tunneling over tty
    178 
    179 # miscellaneous pseudo-devices
    180 pseudo-device	pty			# pseudo-terminals
    181 #pseudo-device	tb		1	# tablet line discipline
    182 
    183 # rnd is EXPERIMENTAL at this point.
    184 #pseudo-device	rnd			# /dev/random and in-kernel generator
    185 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    186