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

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

revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_dec21143.c,v 1.25 2006/03/04 12:38:47 debug Exp $   *  $Id: dev_dec21143.c,v 1.26 2006/08/21 14:44:22 debug Exp $
29   *   *
30   *  DEC 21143 ("Tulip") ethernet controller. Implemented from Intel document   *  DEC 21143 ("Tulip") ethernet controller. Implemented from Intel document
31   *  278074-001 ("21143 PC/CardBus 10/100Mb/s Ethernet LAN Controller") and by   *  278074-001 ("21143 PC/CardBus 10/100Mb/s Ethernet LAN Controller") and by
# Line 338  int dec21143_tx(struct cpu *cpu, struct Line 338  int dec21143_tx(struct cpu *cpu, struct
338                          d->cur_tx_addr += 4 * sizeof(uint32_t);                          d->cur_tx_addr += 4 * sizeof(uint32_t);
339          }          }
340    
341            /*
342          fatal("{ TX (%llx): 0x%08x 0x%08x 0x%x 0x%x: buf %i bytes at 0x%x }\n",          fatal("{ TX (%llx): 0x%08x 0x%08x 0x%x 0x%x: buf %i bytes at 0x%x }\n",
343              (long long)addr, tdes0, tdes1, tdes2, tdes3, bufsize, (int)bufaddr);              (long long)addr, tdes0, tdes1, tdes2, tdes3, bufsize, (int)bufaddr);
344            */
345          bufaddr &= 0x7fffffff;          bufaddr &= 0x7fffffff;
346    
347          /*  Assume no error:  */          /*  Assume no error:  */

Legend:
Removed from v.24  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26