diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 07:19:55 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-07-02 07:19:55 +0000 |
commit | 3b0f2d49e5d371786253227539228a49c459c614 (patch) | |
tree | 71d80891bd50dd4a8b258eaceb4da4c4f395b623 /sys/dev | |
parent | da62d0c2eaceb8987ee1cb46b938e482012e599a (diff) |
dont force probing of high functions on jmicron controllers. we dont enable
function 1 anymore.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pci_quirks.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/pci/pci_quirks.c b/sys/dev/pci/pci_quirks.c index 81f89214f8f..1e9d0a60ffe 100644 --- a/sys/dev/pci/pci_quirks.c +++ b/sys/dev/pci/pci_quirks.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_quirks.c,v 1.4 2007/06/29 01:28:53 dlg Exp $ */ +/* $OpenBSD: pci_quirks.c,v 1.5 2007/07/02 07:19:54 dlg Exp $ */ /* $NetBSD: pci_quirks.c,v 1.1 1998/05/31 06:03:44 cgd Exp $ */ /* @@ -44,16 +44,6 @@ static const struct pci_quirkdata pci_quirks[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371FB_ISA, - PCI_QUIRK_MULTIFUNCTION }, - { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB360, - PCI_QUIRK_MULTIFUNCTION }, - { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB361, - PCI_QUIRK_MULTIFUNCTION }, - { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB363, - PCI_QUIRK_MULTIFUNCTION }, - { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB365, - PCI_QUIRK_MULTIFUNCTION }, - { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB366, PCI_QUIRK_MULTIFUNCTION } }; |