/[gxemul]/trunk/src/machines/machine_sandpoint.c
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/machines/machine_sandpoint.c

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

revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 46 by dpavlin, Wed Oct 10 21:07:01 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_pmppc.c,v 1.10 2007/01/29 19:03:16 debug Exp $   *  $Id: machine_pmppc.c,v 1.12 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: Artesyn's PM/PPC board
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 48  MACHINE_SETUP(pmppc) Line 50  MACHINE_SETUP(pmppc)
50          char tmpstr[300];          char tmpstr[300];
51    
52          /*          /*
53           *  NetBSD/pmppc (http://www.netbsd.org/Ports/pmppc/)           *  NetBSD/pmppc (http://www.netbsd.org/ports/pmppc/)
54           */           */
55          machine->machine_name = "Artesyn's PM/PPC board";          machine->machine_name = "D-Link DSM-G600 PPC board";
56    
57          /*  Bogus default speed = 33 MHz  */          /*  Bogus default speed = 133 MHz  */
58          if (machine->emulated_hz == 0)          if (machine->emulated_hz == 0)
59                  machine->emulated_hz = 33000000;                  machine->emulated_hz = 133000000;
60    
61          /*  PM/PPC specific motherboard registers:  */          /*  PM/PPC specific motherboard registers:  */
62          device_add(machine, "pmppc");          device_add(machine, "pmppc");

Legend:
Removed from v.34  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.26