Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/72da8661282f
branches:  netbsd-1-5
changeset: 491335:72da8661282f
user:      he <he%NetBSD.org@localhost>
date:      Tue Apr 24 21:33:52 2001 +0000

description:
Apply patch (requested by he):
  Fix typo in last patch, so that this compiles again.

diffstat:

 sys/dev/pci/if_tlp_pci.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22b738433529 -r 72da8661282f sys/dev/pci/if_tlp_pci.c
--- a/sys/dev/pci/if_tlp_pci.c  Mon Apr 23 22:43:48 2001 +0000
+++ b/sys/dev/pci/if_tlp_pci.c  Tue Apr 24 21:33:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_pci.c,v 1.39.2.6 2001/04/23 22:05:02 he Exp $   */
+/*     $NetBSD: if_tlp_pci.c,v 1.39.2.7 2001/04/24 21:33:52 he Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -937,7 +937,7 @@
                /*
                 * Map and establish our interrupt.
                 */
-               if (pci_intr_map(pa->pa_pc, pa->pa_intrtag, pa->intrpin,
+               if (pci_intr_map(pa->pa_pc, pa->pa_intrtag, pa->pa_intrpin,
                    pa->pa_intrline, &ih)) {
                        printf("%s: unable to map interrupt\n",
                            sc->sc_dev.dv_xname);



Home | Main Index | Thread Index | Old Index