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

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

Diff for /src/sys/dev/pci/Attic/if_le_pci.c between version 1.41 and 1.42

version 1.41, 2004/08/21 23:48:33 version 1.42, 2005/02/27 00:27:33
Line 186  le_pci_mediachange(struct lance_softc *s
Line 186  le_pci_mediachange(struct lance_softc *s
                                 bus_space_write_2(iot, ioh, PCNET_PCI_BDP, reg);                                  bus_space_write_2(iot, ioh, PCNET_PCI_BDP, reg);
                         }                          }
                 }                  }
   
         }          }
   
         if ((IFM_OPTIONS(newmedia) ^ IFM_OPTIONS(lesc->sc_currentmedia))          if ((IFM_OPTIONS(newmedia) ^ IFM_OPTIONS(lesc->sc_currentmedia))

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>