Home | History | Annotate | Line # | Download | only in conf
platid.def revision 1.1
      1 /*	$NetBSD: platid.def,v 1.1 2001/02/04 05:19:14 takemura Exp $	*/
      2 
      3 /*-
      4  * Copyright (c) 1999-2001
      5  *         Shin Takemura and PocketBSD Project. All rights reserved.
      6  *
      7  * Redistribution and use in source and binary forms, with or without
      8  * modification, are permitted provided that the following conditions
      9  * are met:
     10  * 1. Redistributions of source code must retain the above copyright
     11  *    notice, this list of conditions and the following disclaimer.
     12  * 2. Redistributions in binary form must reproduce the above copyright
     13  *    notice, this list of conditions and the following disclaimer in the
     14  *    documentation and/or other materials provided with the distribution.
     15  * 3. All advertising materials mentioning features or use of this software
     16  *    must display the following acknowledgement:
     17  *        This product includes software developed by the NetBSD
     18  *        Foundation, Inc. and its contributors.
     19  * 4. Neither the name of The NetBSD Foundation nor the names of its
     20  *    contributors may be used to endorse or promote products derived
     21  *    from this software without specific prior written permission.
     22  *
     23  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     24  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     25  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     26  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     27  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     28  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     29  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     30  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     31  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     32  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     33  * POSSIBILITY OF SUCH DAMAGE.
     34  */
     35 
     36 /*
     37  *  CPU definitions
     38  */
     39 CPU:
     40 
     41 #ifdef hpcmips
     42 MIPS {
     43   VR {
     44     41XX {
     45       4102
     46       4111
     47       4121
     48     }
     49   }
     50   TX {
     51     3900 {
     52       3911 3912
     53     }
     54     3920 {
     55       3922
     56     }
     57   }
     58 }
     59 #endif /* hpcmips */
     60 
     61 #ifdef hpcsh
     62 SH {
     63 	3 {
     64 		7709
     65 		7709A
     66 	}
     67 	4 {
     68 		7750
     69 	}
     70 }
     71 #endif /* hpcsh */
     72 
     73 /*
     74  *  MACHINE definitions
     75  */
     76 MACHINE:
     77 
     78 #ifdef hpcmips
     79 NEC {
     80   MCCS " MC-CS" {
     81     1X " series" {
     82       CPU=MIPS_VR_4102 11 -"11" 12 -"12" 13 -"13"
     83     }
     84   }
     85   MCR " MC-R" {
     86     CPU=MIPS_VR_41XX
     87     3XX "300 series" {
     88       CPU=MIPS_VR_4111 300 -"300"
     89       CPU=MIPS_VR_4121 320 -"320"
     90       CPU=MIPS_VR_4111 forDoCoMo --" MobileGearII for DoCoMo"
     91       CPU=MIPS_VR_4102 mpro700 --" MobilePro 700"
     92       CPU=MIPS_VR_4121 330 -"330"
     93     }
     94     5XX "500 series" {
     95       CPU=MIPS_VR_4111 500 -"500"
     96       CPU=MIPS_VR_4121 510 -"510" 520 -"520" 520A --" MobilePro 770"
     97       CPU=MIPS_VR_4111 500A --" MobilePro 750c"
     98       CPU=MIPS_VR_4121 530 -"530" 430 -"430" 530A --" MobilePro 780"
     99                        sigmarion ---"DoCoMo sigmarion"
    100     }
    101     7XX "700 series" {
    102       CPU=MIPS_VR_4121 700 -"700" 700A --" MobilePro 800"
    103                        730 -"730" 730A --" MobilePro 880"
    104     }
    105   }
    106 }
    107 
    108 Everex {
    109   Freestyle {
    110     CPU=MIPS_VR_41XX
    111     AXX {
    112       CPU=MIPS_VR_4102 A10
    113       CPU=MIPS_VR_4111 A15 A20
    114     }
    115   }
    116 }
    117 
    118 CASIO {
    119   CassiopeiaE " Cassiopeia" {
    120     EXX {
    121       CPU=MIPS_VR_4111 E10 E11 E15
    122                        E55 -" E-55"
    123                        forDoCoMo -" for DoCoMo"
    124                        E65 -" E-65"
    125     }
    126     EXXX {
    127       CPU=MIPS_VR_4121 E100 E105 E500 E507
    128     }
    129   }
    130 }
    131 
    132 Sharp {
    133   Tripad {
    134     PV {
    135       CPU=MIPS_VR_4111 PV6000
    136     }
    137   }
    138   Telios {
    139     HC {
    140       CPU=MIPS_TX_3922 HCAJ1 --" HC-AJ1/AJ2"
    141       CPU=MIPS_TX_3922 HCVJ1C_JP --" HC-VJ1C (Japanese)"
    142     }
    143   }
    144   Mobilon {
    145     HC {
    146       CPU=MIPS_TX_3912 HC4100
    147       CPU=MIPS_TX_3912 HC4500
    148       CPU=MIPS_TX_3912 HC1200
    149     }
    150   }
    151 }
    152 
    153 Fujitsu {
    154   INTERTOP {
    155     ITXXX {
    156       CPU=MIPS_VR_4121 IT300 IT310
    157     }
    158   }
    159 }
    160 
    161 Philips {
    162   Nino {
    163     3XX {
    164       CPU=MIPS_TX_3912 312
    165     }
    166   }
    167 }
    168 
    169 Compaq {
    170   C {
    171     8XX {
    172       CPU=MIPS_TX_3912 810
    173     }
    174     201X {
    175       CPU=MIPS_TX_3912 2010 2015
    176     }
    177   }
    178   AERO {
    179     15XX {
    180       CPU=MIPS_VR_4111 1530
    181     }
    182     21XX {
    183       CPU=MIPS_VR_4111 2110 2130 2140
    184     }
    185   }
    186   PRESARIO {
    187     21X {
    188       CPU=MIPS_VR_4111 213
    189     }
    190   }
    191 }
    192 
    193 Victor {
    194   InterLink {
    195     MP {
    196       CPU=MIPS_TX_3922 MPC101
    197     }
    198   }
    199 }
    200 
    201 IBM {
    202   WorkPad {
    203     z50 {
    204       CPU=MIPS_VR_4121 26011AU -" z50 2601 1AU"
    205     }
    206   }
    207 }
    208 
    209 VADEM {
    210   CLIO {
    211     C {
    212       CPU=MIPS_VR_4111 C1000 "-1000"
    213       CPU=MIPS_VR_4121 C1050 "-1050"
    214     }
    215   }
    216 }
    217 #endif /* hpcmips */
    218 
    219 #ifdef hpcsh
    220 HP {
    221 	LX {
    222 		CPU=SH_3_7709
    223 			620 --" HP620LX"
    224 			620JP --" HP620LX (Japanese)"
    225 	}
    226 	JORNADA " Jornada" {
    227 		6XX {
    228 			CPU=SH_3_7709A
    229 			680
    230 			680JP -"680 (Japanese)"
    231 			690
    232 			690JP -"690 (Japanese)"
    233 		}
    234 	}
    235 }
    236 
    237 LGE {
    238 	Phenom "Phenom" {
    239 		CPU=SH_3_7709
    240 			H220C	-" H-220C"
    241 	}
    242 }
    243 #endif /* hpcsh */
    244