summaryrefslogtreecommitdiffstats
path: root/sys/dev/qlxgbe/ql_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qlxgbe/ql_boot.c')
-rw-r--r--sys/dev/qlxgbe/ql_boot.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/qlxgbe/ql_boot.c b/sys/dev/qlxgbe/ql_boot.c
index 1bd9521..c1f7954 100644
--- a/sys/dev/qlxgbe/ql_boot.c
+++ b/sys/dev/qlxgbe/ql_boot.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
unsigned int ql83xx_bootloader_version_major = 5;
unsigned int ql83xx_bootloader_version_minor = 4;
-unsigned int ql83xx_bootloader_version_sub = 64;
+unsigned int ql83xx_bootloader_version_sub = 66;
unsigned char ql83xx_bootloader[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -10957,9 +10957,8 @@ unsigned char ql83xx_bootloader[] = {
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,
- 0x02, 0x00, 0x40, 0x40, 0x05, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x02, 0x00, 0x40, 0x40, 0x05, 0x04, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00,
0xe0, 0xff, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x9b, 0x64, 0x95, 0x0e
+ 0x00, 0x00, 0x00, 0x00, 0x9b, 0x64, 0x93, 0x0e
};
unsigned int ql83xx_bootloader_len = 131072;
-
OpenPOWER on IntegriCloud