summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2014-12-27 18:24:15 +0000
committermarius <marius@FreeBSD.org>2014-12-27 18:24:15 +0000
commitf164dd31ab388516082c441a8122c577cd5260e8 (patch)
tree7a53a0df5823d14392306467c4de27fe450e6c8b /sys/dev/bce
parentc9f4b4e0f67a069501ac4817967aa62afc015019 (diff)
downloadFreeBSD-src-f164dd31ab388516082c441a8122c577cd5260e8.zip
FreeBSD-src-f164dd31ab388516082c441a8122c577cd5260e8.tar.gz
Const'ify a firmware image missed in r251142.
MFC after: 3 days
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bcefw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/bce/if_bcefw.h b/sys/dev/bce/if_bcefw.h
index fa0d528..cae01fe 100644
--- a/sys/dev/bce/if_bcefw.h
+++ b/sys/dev/bce/if_bcefw.h
@@ -7997,7 +7997,7 @@ const u32 bce_TPAT_b09FwBss[(0x12b4/4) + 1] = { 0x0 };
const u32 bce_TPAT_b09FwSbss[(0x3c/4) + 1] = { 0x0 };
const u32 bce_TPAT_b09FwSdata[(0x0/4) + 1] = { 0x0 };
-
+
int bce_COM_b09FwReleaseMajor = 0x6;
int bce_COM_b09FwReleaseMinor = 0x0;
int bce_COM_b09FwReleaseFix = 0x11;
@@ -11727,8 +11727,8 @@ const u32 bce_RXP_b09FwText[(0x9090/4) + 1] = {
0x90cf0009, 0x240d0004, 0x31ee00ff, 0x11cdfd85,
0x24020001, 0x3c010801, 0xa022950d, 0xa002154,
0x0, 0x0 };
-u32 bce_RXP_b09FwData[(0x0/4) + 1] = { 0x0 };
-u32 bce_RXP_b09FwRodata[(0x33c/4) + 1] = {
+const u32 bce_RXP_b09FwData[(0x0/4) + 1] = { 0x0 };
+const u32 bce_RXP_b09FwRodata[(0x33c/4) + 1] = {
0x8003344,
0x8003344, 0x8003420, 0x80033f4, 0x80033d8,
0x8003328, 0x8003328, 0x8003328, 0x800334c,
OpenPOWER on IntegriCloud