xref: /netbsd/sys/arch/mmeye/conf/MMEYE (revision bf9ec67e)
1#	$NetBSD: MMEYE,v 1.14 2002/04/25 15:06:32 atatat 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_13	# NetBSD 1.3
42options 	COMPAT_14	# NetBSD 1.4,
43options 	COMPAT_43	# and 4.3BSD
44
45# Executable format options
46options 	EXEC_COFF	# COFF executables
47options 	EXEC_ELF32	# 32-bit ELF executables
48
49# File systems
50file-system 	FFS		# UFS
51file-system 	MFS		# memory file system
52file-system 	NFS		# Network File System client
53file-system 	PROCFS		# /proc
54
55# Networking options
56options 	INET		# IP + ICMP + TCP + UDP
57options 	NFS_BOOT_DHCP	# Support DHCP NFS root
58
59#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
60#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
61options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
62
63# Kernel root file system and dump configuration.
64#config		netbsd	root on ? type nfs
65config		netbsd	root on wd0a type ffs
66
67#
68# Device configuration
69#
70
71mainbus0 at root
72
73shb*	at mainbus?
74
75# WatchDog Timer
76wdog0 at shb? port 0xffffff84
77
78com0	at shb? port 0xa4000000 irq 11
79com1	at shb? port 0xa4000008 irq 12
80
81# SH PCMCIA controllers
82shpcic0	at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
83shpcic1	at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
84
85# PCMCIA bus support
86pcmcia*	at shpcic? controller ? socket ?
87
88com*	at pcmcia? function ?		# Modems and serial cards
89wdc*	at pcmcia? function ?
90wd*	at wdc? drive ?			# the drives themselves
91
92ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
93mbe*	at pcmcia? function ?		# MB8696x based Ethernet
94ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
95sm*	at pcmcia? function ?		# Megahertz Ethernet
96
97pseudo-device	vnd		4	# disk-like interface to files
98#pseudo-device	bpfilter	8	# Berkeley packet filter
99#pseudo-device	ipfilter		# IP filter (firewall) and NAT
100pseudo-device	loop			# network loopback
101pseudo-device	pty			# pseudo-terminals
102
103# Enable the hooks used for initializing the root memory-disk.
104#options 	MEMORY_DISK_HOOKS
105#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
106#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
107#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
108
109#pseudo-device	md		1	# memory disk device (ramdisk)
110