Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/Attic/if_le_pci.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/Attic/if_le_pci.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- src/sys/dev/pci/Attic/if_le_pci.c 2000/11/14 18:42:56 1.29 +++ src/sys/dev/pci/Attic/if_le_pci.c 2000/12/28 22:59:13 1.30 @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_pci.c,v 1.29 2000/11/14 18:42:56 thorpej Exp $ */ +/* $NetBSD: if_le_pci.c,v 1.30 2000/12/28 22:59:13 sommerfeld Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -377,8 +377,7 @@ le_pci_attach(parent, self, aux) csr | PCI_COMMAND_MASTER_ENABLE); /* Map and establish the interrupt. */ - if (pci_intr_map(pc, pa->pa_intrtag, pa->pa_intrpin, - pa->pa_intrline, &ih)) { + if (pci_intr_map(pa, &ih)) { printf("%s: couldn't map interrupt\n", sc->sc_dev.dv_xname); return; }