mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
PR: kern/90012 Submitted by: Andrey V. Elsukov MFC after: 1 month
This commit is contained in:
parent
65c4c80772
commit
bd4fb874ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163024
@ -64,7 +64,10 @@ static const char* ips_adapter_name[] = {
|
||||
"ServeRAID 5i II (sarasota)",
|
||||
"ServeRAID 5i (sarasota)",
|
||||
"ServeRAID 6M (marco)",
|
||||
"ServeRAID 6i (sebring)"
|
||||
"ServeRAID 6i (sebring)",
|
||||
"ServeRAID 7t",
|
||||
"ServeRAID 7k",
|
||||
"ServeRAID 7M"
|
||||
};
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user