diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-11-28 17:21:08 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-11-28 17:21:08 +0000 |
commit | fb5fefd0f6147748842ac5b5b9aa69e096ef8c8e (patch) | |
tree | 3d17498c93e350b34624da66a4e0310c80b28e79 /sys/arch | |
parent | 432fbeb13ead5f7c337896468c3cf4db109a379e (diff) |
revert hardware breakage
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index 601ae60cce2..e36e070eb4b 100644 --- a/sys/arch/i386/pci/pci_intr_fixup.c +++ b/sys/arch/i386/pci/pci_intr_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_intr_fixup.c,v 1.17 2001/10/25 19:03:49 mickey Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.18 2001/11/28 17:21:07 todd Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -165,7 +165,7 @@ const struct pciintr_icu_table { { PCI_VENDOR_SIS, PCI_PRODUCT_SIS_85C503, sis85c503_init }, - { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC756_PMC, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC756_ISA, amd756_init }, { PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1543, |