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

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

revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_kn220.c,v 1.4 2005/10/26 14:37:04 debug Exp $   *  $Id: dev_kn220.c,v 1.5 2005/11/13 00:14:09 debug Exp $
29   *     *  
30   *  DEC KN220 (DECsystem 5500) devices.   *  DEC KN220 (DECsystem 5500) devices.
31   *   *
# Line 165  void dev_sgec_init(struct memory *mem, u Line 165  void dev_sgec_init(struct memory *mem, u
165          d->irq_nr = irq_nr;          d->irq_nr = irq_nr;
166    
167          memory_device_register(mem, "sgec", baseaddr, DEV_SGEC_LENGTH,          memory_device_register(mem, "sgec", baseaddr, DEV_SGEC_LENGTH,
168              dev_sgec_access, (void *)d, MEM_DEFAULT, NULL);              dev_sgec_access, (void *)d, DM_DEFAULT, NULL);
169  }  }
170    
171    
# Line 185  struct dec5500_ioboard_data *dev_dec5500 Line 185  struct dec5500_ioboard_data *dev_dec5500
185    
186          memory_device_register(mem, "dec5500_ioboard", baseaddr,          memory_device_register(mem, "dec5500_ioboard", baseaddr,
187              DEV_DEC5500_IOBOARD_LENGTH, dev_dec5500_ioboard_access,              DEV_DEC5500_IOBOARD_LENGTH, dev_dec5500_ioboard_access,
188              (void *)d, MEM_DEFAULT, NULL);              (void *)d, DM_DEFAULT, NULL);
189    
190          return d;          return d;
191  }  }

Legend:
Removed from v.18  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26