summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pci_quirks.c12
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 }
};