[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.44 and 1.45

version 1.44, 2006/10/12 01:31:30 version 1.45, 2006/11/16 01:33:09
Line 213  le_pci_mediachange(struct lance_softc *s
Line 213  le_pci_mediachange(struct lance_softc *s
 }  }
   
 static int  static int
 le_pci_match(struct device *parent __unused, struct cfdata *match __unused,  le_pci_match(struct device *parent, struct cfdata *match,
     void *aux)      void *aux)
 {  {
         struct pci_attach_args *pa = aux;          struct pci_attach_args *pa = aux;
Line 230  le_pci_match(struct device *parent __unu
Line 230  le_pci_match(struct device *parent __unu
 }  }
   
 static void  static void
 le_pci_attach(struct device *parent __unused, struct device *self, void *aux)  le_pci_attach(struct device *parent, struct device *self, void *aux)
 {  {
         struct le_softc *lesc = (void *)self;          struct le_softc *lesc = (void *)self;
         struct lance_softc *sc = &lesc->sc_am79900.lsc;          struct lance_softc *sc = &lesc->sc_am79900.lsc;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb <webmaster@jp.NetBSD.org>