/[gxemul]/trunk/src/devices/dev_dec_ioasic.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_dec_ioasic.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_dec_ioasic.c,v 1.13 2005/10/26 14:37:03 debug Exp $   *  $Id: dev_dec_ioasic.c,v 1.14 2005/11/13 00:14:08 debug Exp $
29   *     *  
30   *  DECstation "3MIN" and "3MAX" IOASIC device.   *  DECstation "3MIN" and "3MAX" IOASIC device.
31   *   *
# Line 263  struct dec_ioasic_data *dev_dec_ioasic_i Line 263  struct dec_ioasic_data *dev_dec_ioasic_i
263    
264          memory_device_register(mem, "dec_ioasic", baseaddr,          memory_device_register(mem, "dec_ioasic", baseaddr,
265              DEV_DEC_IOASIC_LENGTH, dev_dec_ioasic_access, (void *)d,              DEV_DEC_IOASIC_LENGTH, dev_dec_ioasic_access, (void *)d,
266              MEM_DEFAULT, NULL);              DM_DEFAULT, NULL);
267          return d;          return d;
268  }  }
269    

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

  ViewVC Help
Powered by ViewVC 1.1.26