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

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

Diff for /src/sys/dev/pcmcia/if_xi.c between version 1.61 and 1.62

version 1.61, 2007/08/29 22:33:43 version 1.62, 2007/09/01 07:32:31
Line 1015  xi_ioctl(ifp, cmd, data)
Line 1015  xi_ioctl(ifp, cmd, data)
                         break;                          break;
                 }                  }
   
                 error = (cmd == SIOCADDMULTI) ?                  if ((error = ether_ioctl(ifp, cmd, data)) == ENETRESET) {
                     ether_addmulti(ifr, &sc->sc_ethercom) :  
                     ether_delmulti(ifr, &sc->sc_ethercom);  
                 if (error == ENETRESET) {  
                         /*                          /*
                          * Multicast list has changed; set the hardware                           * Multicast list has changed; set the hardware
                          * filter accordingly.                           * filter accordingly.

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb <webmaster@jp.NetBSD.org>