MMEYE revision 1.17
1#	$NetBSD: MMEYE,v 1.17 2002/07/08 22:49:01 jdolecek 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
17#options 	MMEYE_NO_CACHE
18options 	PCLOCK=33330000		# 33.33MHz
19options 	INITTODR_ALWAYS_USE_RTC
20
21# Standard system options
22#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
23#options 	INSECURE	# disable kernel security levels
24
25options 	HZ=50		# clock interrupt generates every 1/HZ sec
26#options 	NTP		# NTP phase/frequency locked loop
27
28options 	KTRACE		# system call tracing via ktrace(1)
29
30#options 	USERCONF	# userconf(4) support
31#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
32
33# Diagnostic/debugging support options
34#options 	DIAGNOSTIC	# cheap kernel consistency checks
35#options 	DEBUG		# expensive debugging checks/support
36#options 	DDB		# in-kernel debugger
37#makeoptions	DEBUG="-g"	# compile full symbol table
38#options 	SYSCALL_DEBUG
39
40# Compatibility options
41options 	COMPAT_14	# NetBSD 1.4,
42options 	COMPAT_43	# and 4.3BSD
43
44# Executable format options
45options 	EXEC_COFF	# COFF executables
46options 	EXEC_ELF32	# 32-bit ELF executables
47
48# File systems
49file-system 	FFS		# UFS
50file-system 	MFS		# memory file system
51file-system 	NFS		# Network File System client
52file-system 	PROCFS		# /proc
53
54# Networking options
55options 	INET		# IP + ICMP + TCP + UDP
56options 	NFS_BOOT_DHCP	# Support DHCP NFS root
57
58#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
59#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
60options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
61
62# Kernel root file system and dump configuration.
63#config		netbsd	root on ? type nfs
64config		netbsd	root on wd0a type ffs
65
66#
67# Device configuration
68#
69
70mainbus0 at root
71
72shb*	at mainbus?
73
74com0	at mainbus?
75com1	at mainbus?
76
77# SH PCMCIA controllers
78mmeyepcmcia0	at mainbus?
79mmeyepcmcia1	at mainbus?
80
81# PCMCIA bus support
82pcmcia*	at mmeyepcmcia? controller ? socket ?
83
84com*	at pcmcia? function ?		# Modems and serial cards
85wdc*	at pcmcia? function ?
86wd*	at wdc? drive ?			# the drives themselves
87
88ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
89mbe*	at pcmcia? function ?		# MB8696x based Ethernet
90ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
91sm*	at pcmcia? function ?		# Megahertz Ethernet
92
93pseudo-device	vnd		4	# disk-like interface to files
94#pseudo-device	bpfilter	8	# Berkeley packet filter
95#pseudo-device	ipfilter		# IP filter (firewall) and NAT
96pseudo-device	loop			# network loopback
97pseudo-device	pty			# pseudo-terminals
98pseudo-device	clockctl		# user control of clock subsystem
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