summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ipsreg.h
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-10-05 07:28:43 +0000
committermaxim <maxim@FreeBSD.org>2006-10-05 07:28:43 +0000
commit1e121f28494acd3f7765a3683cb154282f7df328 (patch)
tree6a9df0cac62c950318e0dd376bb7cc29ed2ca850 /sys/dev/ips/ipsreg.h
parentd31c0f57db691365bfa6475fab381b629dd9c87c (diff)
downloadFreeBSD-src-1e121f28494acd3f7765a3683cb154282f7df328.zip
FreeBSD-src-1e121f28494acd3f7765a3683cb154282f7df328.tar.gz
o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
PR: kern/90012 Submitted by: Andrey V. Elsukov MFC after: 1 month
Diffstat (limited to 'sys/dev/ips/ipsreg.h')
-rw-r--r--sys/dev/ips/ipsreg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ips/ipsreg.h b/sys/dev/ips/ipsreg.h
index 0d13d73..ed28257 100644
--- a/sys/dev/ips/ipsreg.h
+++ b/sys/dev/ips/ipsreg.h
@@ -177,7 +177,10 @@
#define IPS_ADAPTER_SARASOTA1 0x0D
#define IPS_ADAPTER_MARCO 0x0E
#define IPS_ADAPTER_SEBRING 0x0F
-#define IPS_ADAPTER_MAX_T IPS_ADAPTER_SEBRING
+#define IPS_ADAPTER_7T 0x10
+#define IPS_ADAPTER_7K 0x11
+#define IPS_ADAPTER_7M 0x12
+#define IPS_ADAPTER_MAX_T IPS_ADAPTER_7M
/* values for ffdc_settime (from gmtime) */
#define IPS_SECSPERMIN 60
OpenPOWER on IntegriCloud