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

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

revision 49 by dpavlin, Wed Oct 10 21:07:01 2007 UTC revision 50 by dpavlin, Wed Oct 10 23:34:39 2007 UTC
# Line 52  MACHINE_SETUP(pmppc) Line 52  MACHINE_SETUP(pmppc)
52          /*          /*
53           *  NetBSD/pmppc (http://www.netbsd.org/ports/pmppc/)           *  NetBSD/pmppc (http://www.netbsd.org/ports/pmppc/)
54           */           */
55          machine->machine_name = "D-Link DSM-G600 PPC board";          machine->machine_name = "Artesyn's PM/PPC board";
56    
57          /*  Bogus default speed = 133 MHz  */          /*  Bogus default speed = 33 MHz  */
58          if (machine->emulated_hz == 0)          if (machine->emulated_hz == 0)
59                  machine->emulated_hz = 133000000;                  machine->emulated_hz = 33000000;
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.49  
changed lines
  Added in v.50

  ViewVC Help
Powered by ViewVC 1.1.26