Thu Jan 29 21:18:23 2009 UTC ()
Added XScale PXA270.


(nonaka)
diff -r1.23 -r1.24 src/sys/arch/hpc/conf/platid.def

cvs diff -r1.23 -r1.24 src/sys/arch/hpc/conf/platid.def (expand / switch to unified diff)

--- src/sys/arch/hpc/conf/platid.def 2008/05/10 15:31:04 1.23
+++ src/sys/arch/hpc/conf/platid.def 2009/01/29 21:18:23 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: platid.def,v 1.23 2008/05/10 15:31:04 martin Exp $ */ 1/* $NetBSD: platid.def,v 1.24 2009/01/29 21:18:23 nonaka Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 1999-2001 4 * Copyright (c) 1999-2001
5 * Shin Takemura and PocketBSD Project. All rights reserved. 5 * Shin Takemura and PocketBSD Project. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright 12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the 13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution. 14 * documentation and/or other materials provided with the distribution.
@@ -73,26 +73,27 @@ SH { @@ -73,26 +73,27 @@ SH {
73 7750 73 7750
74 } 74 }
75} 75}
76#endif /* hpcsh */ 76#endif /* hpcsh */
77 77
78#ifdef hpcarm 78#ifdef hpcarm
79ARM { 79ARM {
80 STRONGARM { 80 STRONGARM {
81 SA1100 81 SA1100
82 SA1110 82 SA1110
83 } 83 }
84 XSCALE { 84 XSCALE {
85 PXA250 85 PXA250
 86 PXA270
86 } 87 }
87} 88}
88#endif /* hpcarm */ 89#endif /* hpcarm */
89 90
90/* 91/*
91 * MACHINE definitions 92 * MACHINE definitions
92 */ 93 */
93MACHINE: 94MACHINE:
94 95
95#ifdef hpcmips 96#ifdef hpcmips
96NEC { 97NEC {
97 MCCS " MC-CS" { 98 MCCS " MC-CS" {
98 1X " series" { 99 1X " series" {