summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aacreg.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-02-06 01:34:09 +0000
committerscottl <scottl@FreeBSD.org>2002-02-06 01:34:09 +0000
commit2ccafe67719df1396683dbe7ad031f38c13eac67 (patch)
tree2c29666f75c1b8f758defbca6609bded1c3a739e /sys/dev/aac/aacreg.h
parent9371a9a23b6795e0a824d3f629c1e32aaa07513d (diff)
downloadFreeBSD-src-2ccafe67719df1396683dbe7ad031f38c13eac67.zip
FreeBSD-src-2ccafe67719df1396683dbe7ad031f38c13eac67.tar.gz
Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This
check is complicated by the fact that the Adaptec 5400S cards claim to use 1.x firmware also. PERC2/QC 1.x firmware is not compatible with this driver and will cause a system hang. MFC after: 3 days
Diffstat (limited to 'sys/dev/aac/aacreg.h')
-rw-r--r--sys/dev/aac/aacreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h
index 766c2d4..8d52668 100644
--- a/sys/dev/aac/aacreg.h
+++ b/sys/dev/aac/aacreg.h
@@ -523,6 +523,7 @@ struct aac_adapter_info {
*/
#define AAC_MONKER_INITSTRUCT 0x05
#define AAC_MONKER_SYNCFIB 0x0c
+#define AAC_MONKER_GETKERNVER 0x11
/*
* Adapter Status Register
OpenPOWER on IntegriCloud