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