Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/pci Pull up revision 1.11 (requested by a...



details:   https://anonhg.NetBSD.org/src/rev/3492b390da7c
branches:  netbsd-1-5
changeset: 491844:3492b390da7c
user:      he <he%NetBSD.org@localhost>
date:      Thu Jun 07 15:46:56 2001 +0000

description:
Pull up revision 1.11 (requested by aymeric):
  Initialize VIA Tehcnologies' 82C686's ICU as if it were an 82C586.
  Fixes interrupt allocation on modern Compaq laptops.

diffstat:

 sys/arch/i386/pci/pci_intr_fixup.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 41cb66ce69fe -r 3492b390da7c sys/arch/i386/pci/pci_intr_fixup.c
--- a/sys/arch/i386/pci/pci_intr_fixup.c        Thu Jun 07 15:43:33 2001 +0000
+++ b/sys/arch/i386/pci/pci_intr_fixup.c        Thu Jun 07 15:46:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_intr_fixup.c,v 1.5.6.2 2000/08/10 22:53:44 soda Exp $      */
+/*     $NetBSD: pci_intr_fixup.c,v 1.5.6.3 2001/06/07 15:46:56 he Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -142,7 +142,9 @@
          opti82c700_init },
 
        { PCI_VENDOR_VIATECH,   PCI_PRODUCT_VIATECH_VT82C586_ISA,
-         via82c586_init, },
+         via82c586_init },
+       { PCI_VENDOR_VIATECH,   PCI_PRODUCT_VIATECH_VT82C686A_ISA,
+         via82c586_init },
 
        { PCI_VENDOR_SIS,       PCI_PRODUCT_SIS_85C503,
          sis85c503_init },



Home | Main Index | Thread Index | Old Index