Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62
MFC after:5 days
This commit is contained in:
parent
de42bf751c
commit
57473fe307
File diff suppressed because it is too large
Load Diff
298265
sys/dev/qlxgbe/ql_fw.c
298265
sys/dev/qlxgbe/ql_fw.c
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
unsigned int ql83xx_minidump_version_major = 5;
|
||||
unsigned int ql83xx_minidump_version_minor = 4;
|
||||
unsigned int ql83xx_minidump_version_sub = 58;
|
||||
unsigned int ql83xx_minidump_version_sub = 62;
|
||||
|
||||
unsigned char ql83xx_minidump[] = {
|
||||
0x63, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x00, 0x11, 0x01, 0x00,
|
||||
@ -10959,8 +10959,8 @@ unsigned char ql83xx_minidump[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x05, 0x00, 0x40, 0x40, 0x05, 0x04, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x05, 0x00, 0x40, 0x40, 0x05, 0x04, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xe0, 0xff, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x34, 0x39, 0x84, 0xbf
|
||||
0x00, 0x00, 0x00, 0x00, 0x34, 0x39, 0x80, 0xbf
|
||||
};
|
||||
unsigned int ql83xx_minidump_len = 131072;
|
||||
|
@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
unsigned int ql83xx_resetseq_version_major = 5;
|
||||
unsigned int ql83xx_resetseq_version_minor = 4;
|
||||
unsigned int ql83xx_resetseq_version_sub = 58;
|
||||
unsigned int ql83xx_resetseq_version_sub = 62;
|
||||
|
||||
unsigned char ql83xx_resetseq[] = {
|
||||
0x01, 0x01, 0xfe, 0xca, 0xf0, 0x05, 0x2f, 0x00, 0x10, 0x00, 0x74, 0x70,
|
||||
@ -1402,8 +1402,8 @@ unsigned char ql83xx_resetseq[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x04, 0x00, 0x40, 0x40,
|
||||
0x05, 0x04, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00,
|
||||
0x05, 0x04, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xdf, 0xfa, 0x98, 0x87
|
||||
0xdf, 0xfa, 0x94, 0x87
|
||||
};
|
||||
unsigned int ql83xx_resetseq_len = 16384;
|
||||
|
Loading…
Reference in New Issue
Block a user