/[dynamips]/upstream/dynamips-0.2.6-RC2/dev_dec21140.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 /upstream/dynamips-0.2.6-RC2/dev_dec21140.c

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

upstream/dynamips-0.2.6-RC1/dev_dec21140.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.6-RC2/dev_dec21140.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC
# Line 678  static int dev_dec21140_handle_rxring(ne Line 678  static int dev_dec21140_handle_rxring(ne
678      * for this virtual machine.      * for this virtual machine.
679      */      */
680     if (dec21140_handle_mac_addr(d,pkt))     if (dec21140_handle_mac_addr(d,pkt))
681        dev_dec21140_receive_pkt(d,pkt,pkt_len);        return(dev_dec21140_receive_pkt(d,pkt,pkt_len));
682    
683     return(TRUE);     return(FALSE);
684  }  }
685    
686  /* Read a TX descriptor */  /* Read a TX descriptor */

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26