Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/iq80310 Wire the internal devices to the rig...



details:   https://anonhg.NetBSD.org/src/rev/b25bb0ed32f7
branches:  trunk
changeset: 521904:b25bb0ed32f7
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Feb 08 03:28:24 2002 +0000

description:
Wire the internal devices to the right interrupts on NPWR.

diffstat:

 sys/arch/evbarm/iq80310/iq80310_pci.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r bd6621fa41cb -r b25bb0ed32f7 sys/arch/evbarm/iq80310/iq80310_pci.c
--- a/sys/arch/evbarm/iq80310/iq80310_pci.c     Fri Feb 08 02:31:12 2002 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_pci.c     Fri Feb 08 03:28:24 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_pci.c,v 1.6 2002/02/08 01:42:41 briggs Exp $   */
+/*     $NetBSD: iq80310_pci.c,v 1.7 2002/02/08 03:28:24 briggs Exp $   */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -101,13 +101,13 @@
        }
 
        switch (pa->pa_device) {
-       case 0:         /* LSI 53c1010 SCSI */
+       case 5:         /* LSI 53c1010 SCSI */
                *ihp = XINT3_IRQ(2);
                break;
-       case 1:         /* Intel i82544GC Gig-E #1 */
+       case 6:         /* Intel i82544GC Gig-E #1 */
                *ihp = XINT3_IRQ(1);
                break;
-       case 2:         /* Intel i82544GC Gig-E #2 */
+       case 7:         /* Intel i82544GC Gig-E #2 */
                *ihp = XINT3_IRQ(4);
                break;
        default:



Home | Main Index | Thread Index | Old Index