[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.26.12.2 and 1.26.12.3

version 1.26.12.2, 2000/11/22 16:04:04 version 1.26.12.3, 2001/01/05 17:36:07
Line 377  le_pci_attach(parent, self, aux)
Line 377  le_pci_attach(parent, self, aux)
             csr | PCI_COMMAND_MASTER_ENABLE);              csr | PCI_COMMAND_MASTER_ENABLE);
   
         /* Map and establish the interrupt. */          /* Map and establish the interrupt. */
         if (pci_intr_map(pc, pa->pa_intrtag, pa->pa_intrpin,          if (pci_intr_map(pa, &ih)) {
             pa->pa_intrline, &ih)) {  
                 printf("%s: couldn't map interrupt\n", sc->sc_dev.dv_xname);                  printf("%s: couldn't map interrupt\n", sc->sc_dev.dv_xname);
                 return;                  return;
         }          }

Legend:
Removed from v.1.26.12.2  
changed lines
  Added in v.1.26.12.3

CVSweb <webmaster@jp.NetBSD.org>