Add new entry for intel ICH2 LPC interrupt router. It has

upper compatibility with piix.
This commit is contained in:
haya 2001-08-01 09:11:19 +00:00
parent 7b1d53fb84
commit 3d57cec099

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_intr_fixup.c,v 1.15 2001/07/17 13:53:15 mrg Exp $ */
/* $NetBSD: pci_intr_fixup.c,v 1.16 2001/08/01 09:11:19 haya Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -135,6 +135,8 @@ const struct pciintr_icu_table {
piix_init },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371SB_ISA,
piix_init },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_LPC,
piix_init },
{ PCI_VENDOR_OPTI, PCI_PRODUCT_OPTI_82C558,
opti82c558_init },