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

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

revision 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_le.c,v 1.50 2006/03/04 12:38:47 debug Exp $   *  $Id: dev_le.c,v 1.51 2006/07/14 16:33:28 debug Exp $
29   *     *  
30   *  LANCE ethernet, as used in DECstations.   *  LANCE ethernet, as used in DECstations.
31   *   *
# Line 604  void le_register_write(struct le_data *d Line 604  void le_register_write(struct le_data *d
604  }  }
605    
606    
 /*  
  *  dev_le_sram_access():  
  */  
607  DEVICE_ACCESS(le_sram)  DEVICE_ACCESS(le_sram)
608  {  {
609          size_t i;          size_t i;
# Line 652  DEVICE_ACCESS(le_sram) Line 649  DEVICE_ACCESS(le_sram)
649  }  }
650    
651    
 /*  
  *  dev_le_access():  
  */  
652  DEVICE_ACCESS(le)  DEVICE_ACCESS(le)
653  {  {
654          uint64_t idata = 0, odata = 0;          uint64_t idata = 0, odata = 0;

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26