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

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

revision 41 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_mvmeppc.c,v 1.18 2007/01/28 14:15:30 debug Exp $   *  $Id: machine_mvmeppc.c,v 1.22 2007/06/15 18:08:10 debug Exp $
29   *   *
30   *  MVMEPPC machines (for experimenting with NetBSD/mvmeppc or RTEMS).   *  COMMENT: MVMEPPC machines
31     *
32     *  This is for experiments with NetBSD/mvmeppc or RTEMS.
33   *  (ftp://ftp.netbsd.org/pub/NetBSD/arch/mvmeppc/snapshot/20020302/README)   *  (ftp://ftp.netbsd.org/pub/NetBSD/arch/mvmeppc/snapshot/20020302/README)
34   *   *
35   *  Note:  MVME machines that really adhere to the PReP standard should be   *  Note:  MVME machines that really adhere to the PReP standard should be
# Line 62  MACHINE_SETUP(mvmeppc) Line 64  MACHINE_SETUP(mvmeppc)
64          case MACHINE_MVMEPPC_1600:          case MACHINE_MVMEPPC_1600:
65                  machine->machine_name = "MVME1600";                  machine->machine_name = "MVME1600";
66    
 fatal("TODO: Legacy rewrite\n");  
 abort();  
 //              machine->md_interrupt = isa32_interrupt;  
 //              machine->md_int.prep_data = device_add(machine, "prep");  
 //              machine->isa_pic_data.native_irq = 1;   /*  Semi-bogus  */  
   
67                  snprintf(tmpstr, sizeof(tmpstr), "eagle irq=%s.cpu[%i]",                  snprintf(tmpstr, sizeof(tmpstr), "eagle irq=%s.cpu[%i]",
68                      machine->path, machine->bootstrap_cpu);                      machine->path, machine->bootstrap_cpu);
69                  device_add(machine, tmpstr);                  device_add(machine, tmpstr);
# Line 186  MACHINE_DEFAULT_RAM(mvmeppc) Line 182  MACHINE_DEFAULT_RAM(mvmeppc)
182    
183  MACHINE_REGISTER(mvmeppc)  MACHINE_REGISTER(mvmeppc)
184  {  {
185          MR_DEFAULT(mvmeppc, "MVME", ARCH_PPC, MACHINE_MVMEPPC);          MR_DEFAULT(mvmeppc, "MVMEPPC", ARCH_PPC, MACHINE_MVMEPPC);
186    
187          machine_entry_add_alias(me, "mvmeppc");          machine_entry_add_alias(me, "mvmeppc");
188    

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26