summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index c5d9dc6..35625c3 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -295,6 +295,14 @@ aac_pci_attach(device_t dev)
goto out;
}
+
+ /*
+ * Check for quirky hardware
+ */
+ if (pci_get_subdevice(dev) == 0x1364 &&
+ pci_get_subvendor(dev) == 0x9005)
+ sc->quirks |= AAC_QUIRK_PERC2QC;
+
/*
* Do bus-independent initialisation.
*/
OpenPOWER on IntegriCloud