diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-24 22:10:52 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-24 22:10:52 +0000 |
commit | 62938e9528932a3bebb114fd5dc065053fd9b05c (patch) | |
tree | c834c3cc49a29302f7b8a031385573dc8af734fa /sys/arch/i386/pci | |
parent | faa30474957681cf6d13e6afefc7d87248e7c708 (diff) |
add Intel 6300ESB
Thanks to Sébastien Taylor <staylor at gridworx dot ca> for testing.
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index f87a6b1e5f9..78ec9b93db5 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.44 2005/10/24 16:02:40 henning Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.45 2005/10/24 22:10:51 brad Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -160,6 +160,8 @@ const struct pciintr_icu_table { piix_init }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GB_LPC, piix_init }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6300ESB_LPC, + piix_init }, { PCI_VENDOR_OPTI, PCI_PRODUCT_OPTI_82C558, opti82c558_init }, |