~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/arm/spitz.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
998
998
 
999
999
    mc->desc = "Sharp SL-C3000 (Spitz) PDA (PXA270)";
1000
1000
    mc->init = spitz_init;
 
1001
    mc->block_default_type = IF_IDE;
1001
1002
}
1002
1003
 
1003
1004
static const TypeInfo spitzpda_type = {
1012
1013
 
1013
1014
    mc->desc = "Sharp SL-C3100 (Borzoi) PDA (PXA270)";
1014
1015
    mc->init = borzoi_init;
 
1016
    mc->block_default_type = IF_IDE;
1015
1017
}
1016
1018
 
1017
1019
static const TypeInfo borzoipda_type = {
1026
1028
 
1027
1029
    mc->desc = "Sharp SL-C3200 (Terrier) PDA (PXA270)";
1028
1030
    mc->init = terrier_init;
 
1031
    mc->block_default_type = IF_IDE;
1029
1032
}
1030
1033
 
1031
1034
static const TypeInfo terrierpda_type = {