/[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 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_dec21143.c,v 1.24 2006/02/09 20:02:59 debug Exp $   *  $Id: dev_dec21143.c,v 1.25 2006/03/04 12:38:47 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 1012  DEVINIT(dec21143) Line 1012  DEVINIT(dec21143)
1012              devinit->addr, 0x100, dev_dec21143_access, d, DM_DEFAULT, NULL);              devinit->addr, 0x100, dev_dec21143_access, d, DM_DEFAULT, NULL);
1013    
1014          machine_add_tickfunction(devinit->machine,          machine_add_tickfunction(devinit->machine,
1015              dev_dec21143_tick, d, DEC21143_TICK_SHIFT);              dev_dec21143_tick, d, DEC21143_TICK_SHIFT, 0.0);
1016    
1017          /*          /*
1018           *  NetBSD/cats uses memory accesses, OpenBSD/cats uses I/O registers.           *  NetBSD/cats uses memory accesses, OpenBSD/cats uses I/O registers.

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

  ViewVC Help
Powered by ViewVC 1.1.26