Add another fixup entry Arthur Dimitrelis

This commit is contained in:
christos 2006-05-20 20:32:16 +00:00
parent 1a1dc23a34
commit d05d5214fe
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_intr_fixup.c,v 1.37 2006/02/16 08:47:16 kochi Exp $ */
/* $NetBSD: pci_intr_fixup.c,v 1.38 2006/05/20 20:32:16 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.37 2006/02/16 08:47:16 kochi Exp $");
__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.38 2006/05/20 20:32:16 christos Exp $");
#include "opt_pcibios.h"
#include "opt_pcifixup.h"
@ -183,6 +183,8 @@ const struct pciintr_icu_table {
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8231,
via8231_init },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8233,
via82c586_init },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8233A,
via8231_init },
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8235,
@ -190,6 +192,7 @@ const struct pciintr_icu_table {
{ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237,
via8231_init },
{ PCI_VENDOR_SIS, PCI_PRODUCT_SIS_85C503,
sis85c503_init },