diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-10-24 16:02:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-10-24 16:02:41 +0000 |
commit | 25bc43ac3216f45af2d518102b2a55060b597905 (patch) | |
tree | ded8241e6a1608d0d7103b88995b06e27911c3f6 /sys/arch/i386/pci | |
parent | b7a81fc87d04d7560c44c2f6af81b961062b02de (diff) |
don't touch via 8237 for now, until it is fixed.
what mickey committed is obviosuly NOT what I tested, since that worked.
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index 78ec6689512..f87a6b1e5f9 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.43 2005/10/20 15:12:27 mickey Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.44 2005/10/24 16:02:40 henning Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -182,8 +182,6 @@ const struct pciintr_icu_table { { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8231_ISA, via8231_init }, - { PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8237_ISA, - via8231_init }, { PCI_VENDOR_SIS, PCI_PRODUCT_SIS_85C503, sis85c503_init }, |