MMEYE_WLF revision 1.1.2.2 1 1.1.2.2 bouyer # $NetBSD: MMEYE_WLF,v 1.1.2.2 2011/03/05 15:09:53 bouyer Exp $
2 1.1.2.2 bouyer #
3 1.1.2.2 bouyer # MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel
4 1.1.2.2 bouyer #
5 1.1.2.2 bouyer # This machine description file is used to generate the default NetBSD
6 1.1.2.2 bouyer # kernel. The generic kernel does not include all options, subsystems
7 1.1.2.2 bouyer # and device drivers, but should be useful for most applications.
8 1.1.2.2 bouyer #
9 1.1.2.2 bouyer # The machine description file can be customised for your specific
10 1.1.2.2 bouyer # machine to reduce the kernel size and improve its performance.
11 1.1.2.2 bouyer #
12 1.1.2.2 bouyer # For further information on compiling NetBSD kernels, see the config(8)
13 1.1.2.2 bouyer # man page.
14 1.1.2.2 bouyer #
15 1.1.2.2 bouyer # For further information on hardware support for this architecture, see
16 1.1.2.2 bouyer # the intro(4) man page. For further information about kernel options
17 1.1.2.2 bouyer # for this architecture, see the options(4) man page. For an explanation
18 1.1.2.2 bouyer # of each device driver in this file see the section 4 man page for the
19 1.1.2.2 bouyer # device.
20 1.1.2.2 bouyer
21 1.1.2.2 bouyer include "arch/mmeye/conf/std.mmeye"
22 1.1.2.2 bouyer
23 1.1.2.2 bouyer #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.1.2.2 bouyer
25 1.1.2.2 bouyer #ident "GENERIC-$Revision: 1.1.2.2 $"
26 1.1.2.2 bouyer
27 1.1.2.2 bouyer maxusers 16 # estimated number of users
28 1.1.2.2 bouyer
29 1.1.2.2 bouyer # CPU support
30 1.1.2.2 bouyer options SH4
31 1.1.2.2 bouyer options SH7750R
32 1.1.2.2 bouyer options MMEYE
33 1.1.2.2 bouyer options MMEYE_NEW_INT=0xb2000000
34 1.1.2.2 bouyer options MMEYE_EPC_WDT
35 1.1.2.2 bouyer options PCLOCK=60000000 # 60.00MHz
36 1.1.2.2 bouyer
37 1.1.2.2 bouyer options IOM_RAM_SIZE=0x04000000 # 64MB
38 1.1.2.2 bouyer options IOM_RAM_BEGIN=0x08000000 # Area2
39 1.1.2.2 bouyer makeoptions DEFTEXTADDR="0x88010000"
40 1.1.2.2 bouyer
41 1.1.2.2 bouyer # Standard system options
42 1.1.2.2 bouyer #options INSECURE # disable kernel security levels
43 1.1.2.2 bouyer
44 1.1.2.2 bouyer options HZ=50 # clock interrupt generates every 1/HZ sec
45 1.1.2.2 bouyer options NTP # NTP phase/frequency locked loop
46 1.1.2.2 bouyer options KTRACE # system call tracing via ktrace(1)
47 1.1.2.2 bouyer
48 1.1.2.2 bouyer options SYSVMSG # System V-like message queues
49 1.1.2.2 bouyer options SYSVSEM # System V-like semaphores
50 1.1.2.2 bouyer options SYSVSHM # System V-like memory sharing
51 1.1.2.2 bouyer options P1003_1B_SEMAPHORE # p1003.1b semaphore support
52 1.1.2.2 bouyer
53 1.1.2.2 bouyer options MODULAR # new style module(7) framework
54 1.1.2.2 bouyer
55 1.1.2.2 bouyer options USERCONF # userconf(4) support
56 1.1.2.2 bouyer #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
57 1.1.2.2 bouyer options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
58 1.1.2.2 bouyer
59 1.1.2.2 bouyer # Diagnostic/debugging support options
60 1.1.2.2 bouyer #options DIAGNOSTIC # cheap kernel consistency checks
61 1.1.2.2 bouyer #options DEBUG # expensive debugging checks/support
62 1.1.2.2 bouyer #options KMEMSTATS # kernel memory statistics (vmstat -m)
63 1.1.2.2 bouyer #options DDB # in-kernel debugger
64 1.1.2.2 bouyer #options SYSCALL_DEBUG
65 1.1.2.2 bouyer #makeoptions DEBUG="-g" # compile full symbol table
66 1.1.2.2 bouyer
67 1.1.2.2 bouyer # Compatibility options
68 1.1.2.2 bouyer options COMPAT_14 # NetBSD 1.4,
69 1.1.2.2 bouyer options COMPAT_15 # NetBSD 1.5,
70 1.1.2.2 bouyer options COMPAT_16 # NetBSD 1.6,
71 1.1.2.2 bouyer options COMPAT_20 # NetBSD 2.0,
72 1.1.2.2 bouyer options COMPAT_30 # NetBSD 3.0,
73 1.1.2.2 bouyer options COMPAT_40 # NetBSD 4.0 compatibility.
74 1.1.2.2 bouyer options COMPAT_50 # NetBSD 5.0 compatibility.
75 1.1.2.2 bouyer options COMPAT_43 # and 4.3BSD
76 1.1.2.2 bouyer #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
77 1.1.2.2 bouyer options BSDDISKLABEL_EI # endian independent disklabel support
78 1.1.2.2 bouyer options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
79 1.1.2.2 bouyer options COMPAT_MMEYE_OLDLABEL_BROKEN # Also checksum broken support
80 1.1.2.2 bouyer options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
81 1.1.2.2 bouyer
82 1.1.2.2 bouyer # Executable format options
83 1.1.2.2 bouyer options EXEC_COFF # COFF executables
84 1.1.2.2 bouyer
85 1.1.2.2 bouyer # File systems
86 1.1.2.2 bouyer file-system FFS # UFS
87 1.1.2.2 bouyer #file-system EXT2FS # second extended file system (linux)
88 1.1.2.2 bouyer #file-system LFS # log-structured file system
89 1.1.2.2 bouyer file-system MFS # memory file system
90 1.1.2.2 bouyer file-system NFS # Network File System client
91 1.1.2.2 bouyer #file-system CD9660 # ISO 9660 + Rock Ridge file system
92 1.1.2.2 bouyer #file-system MSDOSFS # MS-DOS file system
93 1.1.2.2 bouyer file-system FDESC # /dev/fd
94 1.1.2.2 bouyer file-system KERNFS # /kern
95 1.1.2.2 bouyer file-system NULLFS # loopback file system
96 1.1.2.2 bouyer file-system OVERLAY # overlay file system
97 1.1.2.2 bouyer file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
98 1.1.2.2 bouyer file-system PROCFS # /proc
99 1.1.2.2 bouyer file-system UMAPFS # NULLFS + uid and gid remapping
100 1.1.2.2 bouyer file-system UNION # union file system
101 1.1.2.2 bouyer file-system CODA # Coda File System; also needs vcoda (below)
102 1.1.2.2 bouyer file-system PTYFS # /dev/pts/N support
103 1.1.2.2 bouyer file-system TMPFS # Efficient memory file-system
104 1.1.2.2 bouyer #file-system UDF # experimental - OSTA UDF CD/DVD file-system
105 1.1.2.2 bouyer
106 1.1.2.2 bouyer # File system options
107 1.1.2.2 bouyer #options QUOTA # UFS quotas
108 1.1.2.2 bouyer #options FFS_EI # FFS Endian Independant support
109 1.1.2.2 bouyer options WAPBL # File system journaling support - Experimental
110 1.1.2.2 bouyer #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
111 1.1.2.2 bouyer options NFSSERVER # Network File System server
112 1.1.2.2 bouyer #options FFS_NO_SNAPSHOT # No FFS snapshot support
113 1.1.2.2 bouyer #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
114 1.1.2.2 bouyer # immutable) behave as system flags.
115 1.1.2.2 bouyer
116 1.1.2.2 bouyer # Networking options
117 1.1.2.2 bouyer #options GATEWAY # packet forwarding
118 1.1.2.2 bouyer options INET # IP + ICMP + TCP + UDP
119 1.1.2.2 bouyer options INET6 # IPV6
120 1.1.2.2 bouyer #options IPSEC # IP security
121 1.1.2.2 bouyer #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
122 1.1.2.2 bouyer #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
123 1.1.2.2 bouyer #options IPSEC_DEBUG # debug for IP security
124 1.1.2.2 bouyer #options MROUTING # IP multicast routing
125 1.1.2.2 bouyer #options PIM # Protocol Independent Multicast
126 1.1.2.2 bouyer #options ISO,TPIP # OSI
127 1.1.2.2 bouyer #options EON # OSI tunneling over IP
128 1.1.2.2 bouyer #options NETATALK # AppleTalk networking protocols
129 1.1.2.2 bouyer #options PPP_BSDCOMP # BSD-Compress compression support for PPP
130 1.1.2.2 bouyer #options PPP_DEFLATE # Deflate compression support for PPP
131 1.1.2.2 bouyer #options PPP_FILTER # Active filter support for PPP (requires bpf)
132 1.1.2.2 bouyer #options PFIL_HOOKS # pfil(9) packet filter hooks
133 1.1.2.2 bouyer #options IPFILTER_LOG # ipmon(8) log support
134 1.1.2.2 bouyer #options IPFILTER_LOOKUP # ippool(8) support
135 1.1.2.2 bouyer options IPFILTER_COMPAT # Compat for IP-Filter
136 1.1.2.2 bouyer #options IPFILTER_DEFAULT_BLOCK # block all packets by default
137 1.1.2.2 bouyer #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
138 1.1.2.2 bouyer
139 1.1.2.2 bouyer #options ALTQ # Manipulate network interfaces' output queues
140 1.1.2.2 bouyer #options ALTQ_BLUE # Stochastic Fair Blue
141 1.1.2.2 bouyer #options ALTQ_CBQ # Class-Based Queueing
142 1.1.2.2 bouyer #options ALTQ_CDNR # Diffserv Traffic Conditioner
143 1.1.2.2 bouyer #options ALTQ_FIFOQ # First-In First-Out Queue
144 1.1.2.2 bouyer #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
145 1.1.2.2 bouyer #options ALTQ_HFSC # Hierarchical Fair Service Curve
146 1.1.2.2 bouyer #options ALTQ_LOCALQ # Local queueing discipline
147 1.1.2.2 bouyer #options ALTQ_PRIQ # Priority Queueing
148 1.1.2.2 bouyer #options ALTQ_RED # Random Early Detection
149 1.1.2.2 bouyer #options ALTQ_RIO # RED with IN/OUT
150 1.1.2.2 bouyer #options ALTQ_WFQ # Weighted Fair Queueing
151 1.1.2.2 bouyer
152 1.1.2.2 bouyer options NFS_BOOT_DHCP # Support DHCP NFS root
153 1.1.2.2 bouyer
154 1.1.2.2 bouyer # These options enable verbose messages for several subsystems.
155 1.1.2.2 bouyer # Warning, these may compile large string tables into the kernel!
156 1.1.2.2 bouyer #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
157 1.1.2.2 bouyer
158 1.1.2.2 bouyer # Kernel root file system and dump configuration.
159 1.1.2.2 bouyer config netbsd root on ? type ?
160 1.1.2.2 bouyer
161 1.1.2.2 bouyer #
162 1.1.2.2 bouyer # Device configuration
163 1.1.2.2 bouyer #
164 1.1.2.2 bouyer
165 1.1.2.2 bouyer mainbus0 at root
166 1.1.2.2 bouyer
167 1.1.2.2 bouyer cpu* at mainbus?
168 1.1.2.2 bouyer shb* at mainbus?
169 1.1.2.2 bouyer options SCIFCONSOLE
170 1.1.2.2 bouyer options SCIFCN_SPEED=19200
171 1.1.2.2 bouyer scif0 at shb?
172 1.1.2.2 bouyer sci0 at shb?
173 1.1.2.2 bouyer
174 1.1.2.2 bouyer rtciic0 at mainbus? addr1 0xb100000e
175 1.1.2.2 bouyer iic* at rtciic?
176 1.1.2.2 bouyer rs5c372rtc* at iic? addr 0x32
177 1.1.2.2 bouyer
178 1.1.2.2 bouyer #ac97x at mainbus? addr1 0xb3000000-0xb300000f irq1 1 # AD1881A
179 1.1.2.2 bouyer audio* at audiobus?
180 1.1.2.2 bouyer
181 1.1.2.2 bouyer # SH4 Area5/6 PCMCIA space devices
182 1.1.2.2 bouyer ne0 at mainbus? addr1 0x14000000 irq1 13
183 1.1.2.2 bouyer com0 at mainbus? addr1 0x15000000 irq1 5
184 1.1.2.2 bouyer com1 at mainbus? addr1 0x15000008 irq1 4
185 1.1.2.2 bouyer wdc0 at mainbus? addr1 0x16000000 irq1 12
186 1.1.2.2 bouyer wdc1 at mainbus? addr1 0x17000000 irq1 14
187 1.1.2.2 bouyer
188 1.1.2.2 bouyer # SH PCMCIA controllers
189 1.1.2.2 bouyer mmeyepcmcia0 at mainbus? addr1 0xb0000002 addr2 0x18000000 irq2 3
190 1.1.2.2 bouyer #mmeyepcmcia0 at mainbus? addr1 0xb0000002 addr2 0x19000000 irq2 2
191 1.1.2.2 bouyer #mmeyepcmcia0 at mainbus? addr1 0xb0000002 addr2 0x1a000000 irq2 10
192 1.1.2.2 bouyer
193 1.1.2.2 bouyer # PCMCIA bus support
194 1.1.2.2 bouyer pcmcia* at mmeyepcmcia? controller ? socket ?
195 1.1.2.2 bouyer
196 1.1.2.2 bouyer com* at pcmcia? function ? # Modems and serial cards
197 1.1.2.2 bouyer wdc* at pcmcia? function ?
198 1.1.2.2 bouyer wi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11)
199 1.1.2.2 bouyer
200 1.1.2.2 bouyer atabus* at ata?
201 1.1.2.2 bouyer wd* at atabus? drive ? # the drives themselves
202 1.1.2.2 bouyer
203 1.1.2.2 bouyer # Bluetooth Device Hub
204 1.1.2.2 bouyer bthub* at bcsp?
205 1.1.2.2 bouyer bthub* at btuart?
206 1.1.2.2 bouyer
207 1.1.2.2 bouyer # Bluetooth Audio support
208 1.1.2.2 bouyer btsco* at bthub?
209 1.1.2.2 bouyer
210 1.1.2.2 bouyer # Pseudo-Devices
211 1.1.2.2 bouyer
212 1.1.2.2 bouyer #
213 1.1.2.2 bouyer # accept filters
214 1.1.2.2 bouyer pseudo-device accf_data # "dataready" accept filter
215 1.1.2.2 bouyer pseudo-device accf_http # "httpready" accept filter
216 1.1.2.2 bouyer
217 1.1.2.2 bouyer pseudo-device ccd 4 # concatenated/striped disk devices
218 1.1.2.2 bouyer #pseudo-device cgd 4 # cryptographic disk devices
219 1.1.2.2 bouyer #pseudo-device raid 8 # RAIDframe disk driver
220 1.1.2.2 bouyer #options RAID_AUTOCONFIG # auto-configuration of RAID components
221 1.1.2.2 bouyer # Options to enable various other RAIDframe RAID types.
222 1.1.2.2 bouyer # options RF_INCLUDE_EVENODD=1
223 1.1.2.2 bouyer # options RF_INCLUDE_RAID5_RS=1
224 1.1.2.2 bouyer # options RF_INCLUDE_PARITYLOGGING=1
225 1.1.2.2 bouyer # options RF_INCLUDE_CHAINDECLUSTER=1
226 1.1.2.2 bouyer # options RF_INCLUDE_INTERDECLUSTER=1
227 1.1.2.2 bouyer # options RF_INCLUDE_PARITY_DECLUSTERING=1
228 1.1.2.2 bouyer # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
229 1.1.2.2 bouyer pseudo-device fss # file system snapshot device
230 1.1.2.2 bouyer pseudo-device vnd # disk-like interface to files
231 1.1.2.2 bouyer #options VND_COMPRESSION # compressed vnd(4)
232 1.1.2.2 bouyer pseudo-device bpfilter # Berkeley packet filter
233 1.1.2.2 bouyer #pseudo-device carp # Common Address Redundancy Protocol
234 1.1.2.2 bouyer pseudo-device ipfilter # IP filter (firewall) and NAT
235 1.1.2.2 bouyer pseudo-device loop # network loopback
236 1.1.2.2 bouyer pseudo-device ppp # Point-to-Point Protocol
237 1.1.2.2 bouyer pseudo-device pppoe # PPP over Ethernet (RFC 2516)
238 1.1.2.2 bouyer pseudo-device sl # Serial Line IP
239 1.1.2.2 bouyer pseudo-device strip # Starmode Radio IP (Metricom)
240 1.1.2.2 bouyer pseudo-device tun # network tunneling over tty
241 1.1.2.2 bouyer pseudo-device tap # virtual Ethernet
242 1.1.2.2 bouyer pseudo-device gre # generic L3 over IP tunnel
243 1.1.2.2 bouyer pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
244 1.1.2.2 bouyer #pseudo-device faith # IPv[46] tcp relay translation i/f
245 1.1.2.2 bouyer pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
246 1.1.2.2 bouyer pseudo-device vlan # IEEE 802.1q encapsulation
247 1.1.2.2 bouyer pseudo-device bridge # simple inter-network bridging
248 1.1.2.2 bouyer #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
249 1.1.2.2 bouyer #pseudo-device agr # IEEE 802.3ad link aggregation
250 1.1.2.2 bouyer pseudo-device pty # pseudo-terminals
251 1.1.2.2 bouyer pseudo-device rnd # /dev/random and in-kernel generator
252 1.1.2.2 bouyer pseudo-device vcoda 4 # coda minicache <-> venus comm.
253 1.1.2.2 bouyer #pseudo-device md # memory disk device (ramdisk)
254 1.1.2.2 bouyer pseudo-device clockctl # user control of clock subsystem
255 1.1.2.2 bouyer pseudo-device ksyms # /dev/ksyms
256 1.1.2.2 bouyer #pseudo-device pf # PF packet filter
257 1.1.2.2 bouyer #pseudo-device pflog # PF log if
258 1.1.2.2 bouyer pseudo-device putter # for puffs and pud
259 1.1.2.2 bouyer pseudo-device bcsp # BlueCore Serial Protocol
260 1.1.2.2 bouyer pseudo-device btuart # Bluetooth HCI UART (H4)
261 1.1.2.2 bouyer
262 1.1.2.2 bouyer # Enable the hooks used for initializing the root memory-disk.
263 1.1.2.2 bouyer #options MEMORY_DISK_HOOKS
264 1.1.2.2 bouyer #options MEMORY_DISK_IS_ROOT # force root on memory disk
265 1.1.2.2 bouyer #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
266 1.1.2.2 bouyer #options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks
267 1.1.2.2 bouyer
268 1.1.2.2 bouyer # Veriexec
269 1.1.2.2 bouyer #
270 1.1.2.2 bouyer # a pseudo device needed for veriexec
271 1.1.2.2 bouyer #pseudo-device veriexec 1
272 1.1.2.2 bouyer #
273 1.1.2.2 bouyer # Uncomment the fingerprint methods below that are desired. Note that
274 1.1.2.2 bouyer # removing fingerprint methods will have almost no impact on the kernel
275 1.1.2.2 bouyer # code size.
276 1.1.2.2 bouyer #
277 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_RMD160
278 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_SHA256
279 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_SHA384
280 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_SHA512
281 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_SHA1
282 1.1.2.2 bouyer #options VERIFIED_EXEC_FP_MD5
283