MFC Adaptec ServeRAID 7x IDs.
Approved by: re (kensmith)
This commit is contained in:
parent
709053d816
commit
d82da6e081
@ -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"
|
||||
};
|
||||
|
||||
|
||||
|
@ -174,7 +174,10 @@ MALLOC_DECLARE(M_IPSBUF);
|
||||
#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…
x
Reference in New Issue
Block a user