MMEYE revision 1.12
1#	$NetBSD: MMEYE,v 1.12 2002/04/02 05:30:44 lukem Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include "arch/mmeye/conf/std.mmeye"
7
8maxusers	16		# estimated number of users
9
10# CPU support
11options		SH3
12options 	SH7708R		# 100MHz
13options 	MMEYE
14options 	MMEYE_NEW_INT
15#options 	MMEYE_NO_CACHE
16options 	PCLOCK=33330000		# 33.33MHz
17options 	INITTODR_ALWAYS_USE_RTC
18
19# Standard system options
20#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
21#options 	INSECURE	# disable kernel security levels
22
23options 	HZ=50		# clock interrupt generates every 1/HZ sec
24#options 	NTP		# NTP phase/frequency locked loop
25
26options 	KTRACE		# system call tracing via ktrace(1)
27
28#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
29
30# Diagnostic/debugging support options
31#options 	DIAGNOSTIC	# cheap kernel consistency checks
32#options 	DEBUG		# expensive debugging checks/support
33#options 	DDB		# in-kernel debugger
34#makeoptions	DEBUG="-g"	# compile full symbol table
35#options 	SYSCALL_DEBUG
36
37# Compatibility options
38options 	COMPAT_13	# NetBSD 1.3
39options 	COMPAT_14	# NetBSD 1.4,
40options 	COMPAT_43	# and 4.3BSD
41
42# Executable format options
43options 	EXEC_COFF	# COFF executables
44options 	EXEC_ELF32	# 32-bit ELF executables
45
46# File systems
47file-system 	FFS		# UFS
48file-system 	MFS		# memory file system
49file-system 	NFS		# Network File System client
50file-system 	PROCFS		# /proc
51
52# Networking options
53options 	INET		# IP + ICMP + TCP + UDP
54options 	NFS_BOOT_DHCP	# Support DHCP NFS root
55
56#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
57#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
58options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
59
60# Kernel root file system and dump configuration.
61#config		netbsd	root on ? type nfs
62config		netbsd	root on wd0a type ffs
63
64#
65# Device configuration
66#
67
68mainbus0 at root
69
70shb*	at mainbus?
71
72# WatchDog Timer
73wdog0 at shb? port 0xffffff84
74
75com0	at shb? port 0xa4000000 irq 11
76com1	at shb? port 0xa4000008 irq 12
77
78# SH PCMCIA controllers
79shpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
80shpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
81
82# PCMCIA bus support
83pcmcia*	at shpcic? controller ? socket ?
84
85com*	at pcmcia? function ?		# Modems and serial cards
86wdc*	at pcmcia? function ?
87wd*	at wdc? drive ?			# the drives themselves
88
89ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
90mbe*	at pcmcia? function ?		# MB8696x based Ethernet
91ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
92sm*	at pcmcia? function ?		# Megahertz Ethernet
93
94pseudo-device	vnd		4	# disk-like interface to files
95#pseudo-device	bpfilter	8	# Berkeley packet filter
96#pseudo-device	ipfilter		# IP filter (firewall) and NAT
97pseudo-device	loop			# network loopback
98pseudo-device	pty			# pseudo-terminals
99
100# Enable the hooks used for initializing the root memory-disk.
101#options 	MEMORY_DISK_HOOKS
102#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
103#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
104#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
105
106#pseudo-device	md		1	# memory disk device (ramdisk)
107