summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-12-05 16:02:56 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-12-05 16:02:56 +0000
commitfdffbd4518925d403ac8b4f5f63d87a71cbff97c (patch)
tree665f114c2dd1fedee97ec60922c942540645478c
parentf4afaf08587f900421add4f11a2cbc9d0d5261d5 (diff)
Add older card to quirk table. This fixes the ccb timeout as reported by
J.C. Roberts <unknown at abac dot com> on misc@.
-rw-r--r--sys/dev/pci/ami_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ami_pci.c b/sys/dev/pci/ami_pci.c
index 49bd1928e97..c7aa9d1f343 100644
--- a/sys/dev/pci/ami_pci.c
+++ b/sys/dev/pci/ami_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami_pci.c,v 1.31 2005/11/15 11:08:46 mickey Exp $ */
+/* $OpenBSD: ami_pci.c,v 1.32 2005/12/05 16:02:55 marco Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -77,7 +77,7 @@ struct ami_pci_device {
int flags;
#define AMI_CHECK_SIGN 0x001
} ami_pci_devices[] = {
- { PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID, 0 },
+ { PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID, AMI_BROKEN },
{ PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID428, AMI_BROKEN },
{ PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID434, AMI_BROKEN },
{ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_4DI, 0 },