Revision 7fb4fdcf hw/sun4m.c

b/hw/sun4m.c
1213 1213
    "SS-5",
1214 1214
    "Sun4m platform, SPARCstation 5",
1215 1215
    ss5_init,
1216
    PROM_SIZE_MAX + 0x00100000,
1216 1217
};
1217 1218

  
1218 1219
QEMUMachine ss10_machine = {
1219 1220
    "SS-10",
1220 1221
    "Sun4m platform, SPARCstation 10",
1221 1222
    ss10_init,
1223
    PROM_SIZE_MAX + 0x00100000,
1222 1224
};
1223 1225

  
1224 1226
QEMUMachine ss600mp_machine = {
1225 1227
    "SS-600MP",
1226 1228
    "Sun4m platform, SPARCserver 600MP",
1227 1229
    ss600mp_init,
1230
    PROM_SIZE_MAX + 0x00100000,
1228 1231
};
1229 1232

  
1230 1233
QEMUMachine ss20_machine = {
1231 1234
    "SS-20",
1232 1235
    "Sun4m platform, SPARCstation 20",
1233 1236
    ss20_init,
1237
    PROM_SIZE_MAX + 0x00100000,
1234 1238
};
1235 1239

  
1236 1240
QEMUMachine ss2_machine = {
1237 1241
    "SS-2",
1238 1242
    "Sun4c platform, SPARCstation 2",
1239 1243
    ss2_init,
1244
    PROM_SIZE_MAX + 0x00100000,
1240 1245
};
1241 1246

  
1242 1247
QEMUMachine voyager_machine = {
1243 1248
    "Voyager",
1244 1249
    "Sun4m platform, SPARCstation Voyager",
1245 1250
    vger_init,
1251
    PROM_SIZE_MAX + 0x00100000,
1246 1252
};
1247 1253

  
1248 1254
QEMUMachine ss_lx_machine = {
1249 1255
    "LX",
1250 1256
    "Sun4m platform, SPARCstation LX",
1251 1257
    ss_lx_init,
1258
    PROM_SIZE_MAX + 0x00100000,
1252 1259
};
1253 1260

  
1254 1261
QEMUMachine ss4_machine = {
1255 1262
    "SS-4",
1256 1263
    "Sun4m platform, SPARCstation 4",
1257 1264
    ss4_init,
1265
    PROM_SIZE_MAX + 0x00100000,
1258 1266
};
1259 1267

  
1260 1268
QEMUMachine scls_machine = {
1261 1269
    "SPARCClassic",
1262 1270
    "Sun4m platform, SPARCClassic",
1263 1271
    scls_init,
1272
    PROM_SIZE_MAX + 0x00100000,
1264 1273
};
1265 1274

  
1266 1275
QEMUMachine sbook_machine = {
1267 1276
    "SPARCbook",
1268 1277
    "Sun4m platform, SPARCbook",
1269 1278
    sbook_init,
1279
    PROM_SIZE_MAX + 0x00100000,
1270 1280
};
1271 1281

  
1272 1282
static const struct sun4d_hwdef sun4d_hwdefs[] = {
......
1503 1513
    "SS-1000",
1504 1514
    "Sun4d platform, SPARCserver 1000",
1505 1515
    ss1000_init,
1516
    PROM_SIZE_MAX + 0x00100000,
1506 1517
};
1507 1518

  
1508 1519
QEMUMachine ss2000_machine = {
1509 1520
    "SS-2000",
1510 1521
    "Sun4d platform, SPARCcenter 2000",
1511 1522
    ss2000_init,
1523
    PROM_SIZE_MAX + 0x00100000,
1512 1524
};

Also available in: Unified diff