[BACK]Return to if_dmc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / qbus

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/qbus/if_dmc.c between version 1.11 and 1.12

version 1.11, 2006/03/25 04:08:45 version 1.12, 2006/03/29 04:16:50
Line 305  dmcinit(struct ifnet *ifp)
Line 305  dmcinit(struct ifnet *ifp)
         struct dmcbufs *rp;          struct dmcbufs *rp;
         struct dmc_command *qp;          struct dmc_command *qp;
         struct ifaddr *ifa;          struct ifaddr *ifa;
         struct cfdata *ui = sc->sc_dev.dv_cfdata;          struct cfdata *ui = device_cfdata(&sc->sc_dev);
         int base;          int base;
         int s;          int s;
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>