/[gxemul]/trunk/src/include/machine.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/machine.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 8 by dpavlin, Mon Oct 8 16:18:19 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: machine.h,v 1.53 2005/06/02 17:11:36 debug Exp $   *  $Id: machine.h,v 1.54 2005/06/12 12:31:55 debug Exp $
32   */   */
33    
34  #include <sys/types.h>  #include <sys/types.h>
# Line 238  struct machine { Line 238  struct machine {
238  #define MACHINE_MESHCUBE        1008  #define MACHINE_MESHCUBE        1008
239  #define MACHINE_NETGEAR         1009  #define MACHINE_NETGEAR         1009
240  #define MACHINE_SONYNEWS        1010  #define MACHINE_SONYNEWS        1010
241    #define MACHINE_EVBMIPS         1011
242    
243  /*  PPC:  */  /*  PPC:  */
244  #define MACHINE_BAREPPC         2000  #define MACHINE_BAREPPC         2000
# Line 296  struct machine { Line 297  struct machine {
297  #define DEC_PROM_TCINFO                 0xffffffffbfc2c000ULL  #define DEC_PROM_TCINFO                 0xffffffffbfc2c000ULL
298  #define DEC_MEMMAP_ADDR                 0xffffffffbfc30000ULL  #define DEC_MEMMAP_ADDR                 0xffffffffbfc30000ULL
299    
   
300  /*  HPCmips:  */  /*  HPCmips:  */
 /*  Machine types:  */  
301  #define MACHINE_HPCMIPS_CASIO_BE300             1  #define MACHINE_HPCMIPS_CASIO_BE300             1
302  #define MACHINE_HPCMIPS_CASIO_E105              2  #define MACHINE_HPCMIPS_CASIO_E105              2
303  #define MACHINE_HPCMIPS_NEC_MOBILEPRO_770       3  #define MACHINE_HPCMIPS_NEC_MOBILEPRO_770       3
# Line 323  struct machine { Line 322  struct machine {
322  #define MACHINE_ARC_JAZZ_M700           7  #define MACHINE_ARC_JAZZ_M700           7
323  #define MACHINE_ARC_NEC_R96             8  #define MACHINE_ARC_NEC_R96             8
324    
325    /*  EVBMIPS:  */
326    #define MACHINE_EVBMIPS_MALTA           1
327    #define MACHINE_EVBMIPS_PB1000          2
328    
329  /*  MacPPC:  TODO: Real model names  */  /*  MacPPC:  TODO: Real model names  */
330  #define MACHINE_MACPPC_G4               1  #define MACHINE_MACPPC_G4               1
331  #define MACHINE_MACPPC_G5               2  #define MACHINE_MACPPC_G5               2

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26