platid.def revision 1.13 1 1.13 sato /* $NetBSD: platid.def,v 1.13 2001/09/04 08:46:39 sato Exp $ */
2 1.1 takemura
3 1.1 takemura /*-
4 1.1 takemura * Copyright (c) 1999-2001
5 1.1 takemura * Shin Takemura and PocketBSD Project. All rights reserved.
6 1.1 takemura *
7 1.1 takemura * Redistribution and use in source and binary forms, with or without
8 1.1 takemura * modification, are permitted provided that the following conditions
9 1.1 takemura * are met:
10 1.1 takemura * 1. Redistributions of source code must retain the above copyright
11 1.1 takemura * notice, this list of conditions and the following disclaimer.
12 1.1 takemura * 2. Redistributions in binary form must reproduce the above copyright
13 1.1 takemura * notice, this list of conditions and the following disclaimer in the
14 1.1 takemura * documentation and/or other materials provided with the distribution.
15 1.1 takemura * 3. All advertising materials mentioning features or use of this software
16 1.1 takemura * must display the following acknowledgement:
17 1.1 takemura * This product includes software developed by the NetBSD
18 1.1 takemura * Foundation, Inc. and its contributors.
19 1.1 takemura * 4. Neither the name of The NetBSD Foundation nor the names of its
20 1.1 takemura * contributors may be used to endorse or promote products derived
21 1.1 takemura * from this software without specific prior written permission.
22 1.1 takemura *
23 1.1 takemura * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
24 1.1 takemura * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
25 1.1 takemura * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 1.1 takemura * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
27 1.1 takemura * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28 1.1 takemura * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29 1.1 takemura * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30 1.1 takemura * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 1.1 takemura * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32 1.1 takemura * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 1.1 takemura * POSSIBILITY OF SUCH DAMAGE.
34 1.1 takemura */
35 1.1 takemura
36 1.1 takemura /*
37 1.1 takemura * CPU definitions
38 1.1 takemura */
39 1.1 takemura CPU:
40 1.1 takemura
41 1.1 takemura #ifdef hpcmips
42 1.1 takemura MIPS {
43 1.1 takemura VR {
44 1.1 takemura 41XX {
45 1.1 takemura 4102
46 1.1 takemura 4111
47 1.1 takemura 4121
48 1.7 sato 4181
49 1.7 sato 4122
50 1.13 sato 4131
51 1.13 sato 4181A
52 1.1 takemura }
53 1.1 takemura }
54 1.1 takemura TX {
55 1.1 takemura 3900 {
56 1.1 takemura 3911 3912
57 1.1 takemura }
58 1.1 takemura 3920 {
59 1.13 sato 3922 3927
60 1.1 takemura }
61 1.1 takemura }
62 1.1 takemura }
63 1.1 takemura #endif /* hpcmips */
64 1.1 takemura
65 1.1 takemura #ifdef hpcsh
66 1.1 takemura SH {
67 1.1 takemura 3 {
68 1.1 takemura 7709
69 1.1 takemura 7709A
70 1.1 takemura }
71 1.1 takemura 4 {
72 1.1 takemura 7750
73 1.1 takemura }
74 1.1 takemura }
75 1.1 takemura #endif /* hpcsh */
76 1.1 takemura
77 1.2 uch #ifdef hpcarm
78 1.2 uch ARM {
79 1.2 uch STRONGARM {
80 1.2 uch SA1100
81 1.2 uch SA1110
82 1.2 uch }
83 1.2 uch }
84 1.2 uch #endif /* hpcarm */
85 1.2 uch
86 1.1 takemura /*
87 1.1 takemura * MACHINE definitions
88 1.1 takemura */
89 1.1 takemura MACHINE:
90 1.1 takemura
91 1.1 takemura #ifdef hpcmips
92 1.1 takemura NEC {
93 1.1 takemura MCCS " MC-CS" {
94 1.1 takemura 1X " series" {
95 1.1 takemura CPU=MIPS_VR_4102 11 -"11" 12 -"12" 13 -"13"
96 1.1 takemura }
97 1.1 takemura }
98 1.1 takemura MCR " MC-R" {
99 1.1 takemura CPU=MIPS_VR_41XX
100 1.1 takemura 3XX "300 series" {
101 1.1 takemura CPU=MIPS_VR_4111 300 -"300"
102 1.1 takemura CPU=MIPS_VR_4121 320 -"320"
103 1.1 takemura CPU=MIPS_VR_4111 forDoCoMo --" MobileGearII for DoCoMo"
104 1.1 takemura CPU=MIPS_VR_4102 mpro700 --" MobilePro 700"
105 1.1 takemura CPU=MIPS_VR_4121 330 -"330"
106 1.1 takemura }
107 1.1 takemura 5XX "500 series" {
108 1.1 takemura CPU=MIPS_VR_4111 500 -"500"
109 1.1 takemura CPU=MIPS_VR_4121 510 -"510" 520 -"520" 520A --" MobilePro 770"
110 1.1 takemura CPU=MIPS_VR_4111 500A --" MobilePro 750c"
111 1.1 takemura CPU=MIPS_VR_4121 530 -"530" 430 -"430" 530A --" MobilePro 780"
112 1.1 takemura sigmarion ---"DoCoMo sigmarion"
113 1.13 sato 550 -"550" 450 -"450"
114 1.13 sato CPU=MIPS_VR_4131 sigmarion2 ---"DoCoMo sigmarionII"
115 1.1 takemura }
116 1.1 takemura 7XX "700 series" {
117 1.1 takemura CPU=MIPS_VR_4121 700 -"700" 700A --" MobilePro 800"
118 1.1 takemura 730 -"730" 730A --" MobilePro 880"
119 1.1 takemura }
120 1.1 takemura }
121 1.1 takemura }
122 1.4 takemura #endif /* hpcmips */
123 1.1 takemura
124 1.4 takemura #ifdef hpcmips
125 1.1 takemura Everex {
126 1.1 takemura Freestyle {
127 1.1 takemura CPU=MIPS_VR_41XX
128 1.1 takemura AXX {
129 1.1 takemura CPU=MIPS_VR_4102 A10
130 1.1 takemura CPU=MIPS_VR_4111 A15 A20
131 1.1 takemura }
132 1.1 takemura }
133 1.1 takemura }
134 1.4 takemura #endif /* hpcmips */
135 1.1 takemura
136 1.6 uch CASIO {
137 1.4 takemura #ifdef hpcmips
138 1.1 takemura CassiopeiaE " Cassiopeia" {
139 1.1 takemura EXX {
140 1.1 takemura CPU=MIPS_VR_4111 E10 E11 E15
141 1.1 takemura E55 -" E-55"
142 1.1 takemura forDoCoMo -" for DoCoMo"
143 1.1 takemura E65 -" E-65"
144 1.1 takemura }
145 1.1 takemura EXXX {
146 1.1 takemura CPU=MIPS_VR_4121 E100 E105 E500 E507
147 1.1 takemura }
148 1.5 takemura }
149 1.5 takemura PocketPostPet {
150 1.5 takemura CPU=MIPS_VR_4121
151 1.5 takemura PocketPostPet -" PocketPostPet"
152 1.1 takemura }
153 1.6 uch #endif /* hpcmips */
154 1.6 uch #ifdef hpcsh
155 1.6 uch CassiopeiaA " Cassiopeia" {
156 1.6 uch AXX {
157 1.6 uch CPU=SH_3_7709
158 1.6 uch A55V -" A-55V"
159 1.6 uch }
160 1.6 uch }
161 1.6 uch #endif /* hpcsh */
162 1.1 takemura }
163 1.1 takemura
164 1.4 takemura #ifdef hpcmips
165 1.1 takemura Sharp {
166 1.1 takemura Tripad {
167 1.1 takemura PV {
168 1.1 takemura CPU=MIPS_VR_4111 PV6000
169 1.1 takemura }
170 1.1 takemura }
171 1.1 takemura Telios {
172 1.1 takemura HC {
173 1.1 takemura CPU=MIPS_TX_3922 HCAJ1 --" HC-AJ1/AJ2"
174 1.1 takemura CPU=MIPS_TX_3922 HCVJ1C_JP --" HC-VJ1C (Japanese)"
175 1.1 takemura }
176 1.1 takemura }
177 1.1 takemura Mobilon {
178 1.1 takemura HC {
179 1.1 takemura CPU=MIPS_TX_3912 HC4100
180 1.1 takemura CPU=MIPS_TX_3912 HC4500
181 1.1 takemura CPU=MIPS_TX_3912 HC1200
182 1.1 takemura }
183 1.1 takemura }
184 1.1 takemura }
185 1.4 takemura #endif /* hpcmips */
186 1.1 takemura
187 1.4 takemura #ifdef hpcmips
188 1.1 takemura Fujitsu {
189 1.1 takemura INTERTOP {
190 1.1 takemura ITXXX {
191 1.1 takemura CPU=MIPS_VR_4121 IT300 IT310
192 1.8 takemura }
193 1.8 takemura }
194 1.8 takemura PenCentra {
195 1.8 takemura CPU=MIPS_VR_4121 130 {
196 1.8 takemura 130TM 130RF
197 1.8 takemura }
198 1.8 takemura CPU=MIPS_TX_3922 200 {
199 1.8 takemura 200CTM 200CRF
200 1.1 takemura }
201 1.1 takemura }
202 1.1 takemura }
203 1.4 takemura #endif /* hpcmips */
204 1.1 takemura
205 1.4 takemura #ifdef hpcmips
206 1.1 takemura Philips {
207 1.1 takemura Nino {
208 1.1 takemura 3XX {
209 1.1 takemura CPU=MIPS_TX_3912 312
210 1.1 takemura }
211 1.1 takemura }
212 1.1 takemura }
213 1.4 takemura #endif /* hpcmips */
214 1.1 takemura
215 1.1 takemura Compaq {
216 1.4 takemura #ifdef hpcmips
217 1.1 takemura C {
218 1.1 takemura 8XX {
219 1.1 takemura CPU=MIPS_TX_3912 810
220 1.1 takemura }
221 1.1 takemura 201X {
222 1.1 takemura CPU=MIPS_TX_3912 2010 2015
223 1.1 takemura }
224 1.1 takemura }
225 1.1 takemura AERO {
226 1.1 takemura 15XX {
227 1.1 takemura CPU=MIPS_VR_4111 1530
228 1.1 takemura }
229 1.1 takemura 21XX {
230 1.1 takemura CPU=MIPS_VR_4111 2110 2130 2140
231 1.1 takemura }
232 1.1 takemura }
233 1.1 takemura PRESARIO {
234 1.1 takemura 21X {
235 1.1 takemura CPU=MIPS_VR_4111 213
236 1.1 takemura }
237 1.1 takemura }
238 1.4 takemura #endif /* hpcmips */
239 1.4 takemura #ifdef hpcarm
240 1.4 takemura IPAQ " iPAQ" {
241 1.12 ichiro H31XX {
242 1.11 ichiro CPU=ARM_STRONGARM_SA1110
243 1.11 ichiro H3100
244 1.11 ichiro }
245 1.12 ichiro H36XX {
246 1.11 ichiro CPU=ARM_STRONGARM_SA1110
247 1.11 ichiro H3600
248 1.11 ichiro H3660
249 1.11 ichiro }
250 1.4 takemura }
251 1.4 takemura #endif /* hpcarm */
252 1.1 takemura }
253 1.1 takemura
254 1.4 takemura #ifdef hpcmips
255 1.1 takemura Victor {
256 1.1 takemura InterLink {
257 1.1 takemura MP {
258 1.1 takemura CPU=MIPS_TX_3922 MPC101
259 1.13 sato CPU=MIPS_VR_4122 MPC303 MPC304
260 1.1 takemura }
261 1.1 takemura }
262 1.1 takemura }
263 1.4 takemura #endif /* hpcmips */
264 1.1 takemura
265 1.4 takemura #ifdef hpcmips
266 1.1 takemura IBM {
267 1.1 takemura WorkPad {
268 1.1 takemura z50 {
269 1.1 takemura CPU=MIPS_VR_4121 26011AU -" z50 2601 1AU"
270 1.1 takemura }
271 1.1 takemura }
272 1.1 takemura }
273 1.4 takemura #endif /* hpcmips */
274 1.1 takemura
275 1.4 takemura #ifdef hpcmips
276 1.1 takemura VADEM {
277 1.1 takemura CLIO {
278 1.1 takemura C {
279 1.1 takemura CPU=MIPS_VR_4111 C1000 "-1000"
280 1.1 takemura CPU=MIPS_VR_4121 C1050 "-1050"
281 1.1 takemura }
282 1.1 takemura }
283 1.1 takemura }
284 1.1 takemura #endif /* hpcmips */
285 1.1 takemura
286 1.4 takemura HP {
287 1.1 takemura #ifdef hpcsh
288 1.1 takemura LX {
289 1.1 takemura CPU=SH_3_7709
290 1.2 uch 620 --"HP620LX"
291 1.2 uch 620JP --"HP620LX (Japanese)"
292 1.1 takemura }
293 1.4 takemura #endif /* hpcsh */
294 1.1 takemura JORNADA " Jornada" {
295 1.4 takemura #ifdef hpcsh
296 1.1 takemura 6XX {
297 1.1 takemura CPU=SH_3_7709A
298 1.1 takemura 680
299 1.2 uch 680JP -" 680 (Japanese)"
300 1.6 uch 680HU -" 680 (Hungarian)"
301 1.6 uch 680DE -" 680 (German)"
302 1.1 takemura 690
303 1.2 uch 690JP -" 690 (Japanese)"
304 1.6 uch 690HU -" 690 (Hungarian)"
305 1.6 uch 690DE -" 690 (German)"
306 1.1 takemura }
307 1.4 takemura #endif /* hpcsh */
308 1.4 takemura #ifdef hpcarm
309 1.4 takemura 7XX {
310 1.4 takemura CPU=ARM_STRONGARM_SA1110
311 1.4 takemura 720
312 1.4 takemura 720JP -" 720 (Japanese)"
313 1.4 takemura }
314 1.4 takemura 8XX {
315 1.4 takemura CPU=ARM_STRONGARM_SA1100
316 1.4 takemura 820
317 1.4 takemura 820JP -" 820 (Japanese)"
318 1.4 takemura }
319 1.4 takemura #endif /* hpcarm */
320 1.1 takemura }
321 1.1 takemura }
322 1.1 takemura
323 1.4 takemura #ifdef hpcsh
324 1.2 uch HITACHI {
325 1.2 uch PERSONA {
326 1.2 uch CPU=SH_3_7709
327 1.2 uch HPW230JC
328 1.6 uch HPW50PAD
329 1.6 uch CPU=SH_4_7750
330 1.6 uch HPW650PA
331 1.2 uch }
332 1.2 uch }
333 1.4 takemura #endif /* hpcsh */
334 1.2 uch
335 1.4 takemura #ifdef hpcsh
336 1.1 takemura LGE {
337 1.13 sato Phenom " Phenom" {
338 1.1 takemura CPU=SH_3_7709
339 1.1 takemura H220C -" H-220C"
340 1.1 takemura }
341 1.1 takemura }
342 1.1 takemura #endif /* hpcsh */
343 1.13 sato
344 1.13 sato #ifdef hpcmips
345 1.13 sato LASER5 {
346 1.13 sato L " L-" {
347 1.13 sato CPU=MIPS_VR_4181
348 1.13 sato CARD "CARD+"
349 1.13 sato CPU=MIPS_VR_4122
350 1.13 sato BOARD "BOARD"
351 1.13 sato }
352 1.13 sato }
353 1.13 sato #endif /* hpcmips */
354 1.13 sato
355 1.13 sato #ifdef hpcmips
356 1.13 sato AGENDA {
357 1.13 sato VR " VR" {
358 1.13 sato CPU=MIPS_VR_4181
359 1.13 sato VR3 -" VR3+"
360 1.13 sato }
361 1.13 sato }
362 1.13 sato #endif /* hpcmips */
363