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