1#	$NetBSD: MMEYE,v 1.40 2010/11/23 11:14:02 hannken Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include "arch/mmeye/conf/std.mmeye"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	16		# estimated number of users
11
12# CPU support
13options		SH3
14options 	SH7708R		# 100MHz
15options 	MMEYE
16options 	MMEYE_NEW_INT=0xb000000e
17#options 	MMEYE_NO_CACHE
18options 	PCLOCK=33330000		# 33.33MHz
19options 	INITTODR_ALWAYS_USE_RTC
20
21options 	IOM_RAM_SIZE=0x01000000	# 16MB
22options 	IOM_RAM_BEGIN=0x0c000000
23makeoptions	DEFTEXTADDR="0x8c010000"
24
25# Standard system options
26#options 	INSECURE	# disable kernel security levels
27
28options 	HZ=50		# clock interrupt generates every 1/HZ sec
29#options 	NTP		# NTP phase/frequency locked loop
30
31options 	KTRACE		# system call tracing via ktrace(1)
32
33options 	USERCONF	# userconf(4) support
34#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
35#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
36
37# Diagnostic/debugging support options
38#options 	DIAGNOSTIC	# cheap kernel consistency checks
39#options 	DEBUG		# expensive debugging checks/support
40#options 	DDB		# in-kernel debugger
41#makeoptions	DEBUG="-g"	# compile full symbol table
42#options 	SYSCALL_DEBUG
43
44# Compatibility options
45options 	COMPAT_14	# NetBSD 1.4,
46options 	COMPAT_15	# NetBSD 1.5,
47options 	COMPAT_16	# NetBSD 1.6,
48options 	COMPAT_20	# NetBSD 2.0,
49options 	COMPAT_30	# NetBSD 3.0,
50options 	COMPAT_40	# NetBSD 4.0 compatibility.
51options 	COMPAT_43	# and 4.3BSD
52options 	BSDDISKLABEL_EI	# endian independent disklabel support
53options 	COMPAT_MMEYE_OLDLABEL	# old mmeye's disklabel support
54options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
55
56# Executable format options
57options 	EXEC_COFF	# COFF executables
58
59# File systems
60file-system 	FFS		# UFS
61file-system 	MFS		# memory file system
62file-system 	NFS		# Network File System client
63file-system 	PROCFS		# /proc
64#file-system	PTYFS		# /dev/pts/N support
65options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
66
67# Networking options
68options 	INET		# IP + ICMP + TCP + UDP
69options 	NFS_BOOT_DHCP	# Support DHCP NFS root
70
71options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
72
73# Kernel root file system and dump configuration.
74#config		netbsd	root on ? type nfs
75config		netbsd	root on wd0a type ffs
76
77#
78# Device configuration
79#
80
81mainbus0 at root
82
83shb*	at mainbus?
84
85rtc*	at shb?
86
87com0	at mainbus? addr1 0xa4000000 irq1 11
88com1	at mainbus? addr1 0xa4000008 irq1 12
89
90# SH PCMCIA controllers
91mmeyepcmcia0 at mainbus? addr1 0xb000000a addr2 0xb8000000 irq1 3 irq2 10
92mmeyepcmcia1 at mainbus? addr1 0xb000000c addr2 0xb9000000 irq1 4 irq2 9
93
94# PCMCIA bus support
95pcmcia*	at mmeyepcmcia? controller ? socket ?
96
97com*	at pcmcia? function ?		# Modems and serial cards
98wdc*	at pcmcia? function ?
99atabus* at ata?
100wd*	at atabus? drive ?
101
102ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
103mbe*	at pcmcia? function ?		# MB8696x based Ethernet
104ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
105sm*	at pcmcia? function ?		# Megahertz Ethernet
106
107pseudo-device	vnd			# disk-like interface to files
108#pseudo-device	fss			# file system snapshot device
109#pseudo-device	bpfilter		# Berkeley packet filter
110#pseudo-device	ipfilter		# IP filter (firewall) and NAT
111pseudo-device	loop			# network loopback
112pseudo-device	pty			# pseudo-terminals
113pseudo-device	clockctl		# user control of clock subsystem
114
115# Enable the hooks used for initializing the root memory-disk.
116#options 	MEMORY_DISK_HOOKS
117#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
118#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
119#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
120
121#pseudo-device	md			# memory disk device (ramdisk)
122