Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support
for cards with 2MB of on-board SRAM.
This commit is contained in:
parent
b0e56cde37
commit
27440dd237
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59605
@ -135,7 +135,7 @@
|
||||
*/
|
||||
#define TI_FIRMWARE_MAJOR 0xc
|
||||
#define TI_FIRMWARE_MINOR 0x3
|
||||
#define TI_FIRMWARE_FIX 0x14
|
||||
#define TI_FIRMWARE_FIX 0x15
|
||||
|
||||
/*
|
||||
* Miscelaneous Local Control register.
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
static int tigonFwReleaseMajor = 0xc;
|
||||
static int tigonFwReleaseMinor = 0x3;
|
||||
static int tigonFwReleaseFix = 0x14;
|
||||
static int tigonFwReleaseFix = 0x15;
|
||||
static u_int32_t tigonFwStartAddr = 0x00004000;
|
||||
static u_int32_t tigonFwTextAddr = 0x00004000;
|
||||
static int tigonFwTextLen = 0x10ad0;
|
||||
@ -4361,10 +4361,10 @@ static u_int32_t tigonFwRodata[] = {
|
||||
0x32203139, 0x39382f30, 0x342f3237, 0x2032323a,
|
||||
0x31333a34, 0x30207368, 0x75616e67, 0x20457870,
|
||||
0x20240000, 0x46575f56, 0x45525349, 0x4f4e3a20,
|
||||
0x23312046, 0x72692046, 0x65622034, 0x2031313a,
|
||||
0x34333a34, 0x37205053, 0x54203230, 0x30300000,
|
||||
0x23312054, 0x7565204d, 0x61722032, 0x38203130,
|
||||
0x3a33393a, 0x30392050, 0x53542032, 0x30303000,
|
||||
0x46575f43, 0x4f4d5049, 0x4c455f54, 0x494d453a,
|
||||
0x2031313a, 0x34333a34, 0x37000000, 0x46575f43,
|
||||
0x2031303a, 0x33393a30, 0x39000000, 0x46575f43,
|
||||
0x4f4d5049, 0x4c455f42, 0x593a2064, 0x65767263,
|
||||
0x73000000, 0x46575f43, 0x4f4d5049, 0x4c455f48,
|
||||
0x4f53543a, 0x20636f6d, 0x70757465, 0x0,
|
||||
|
3622
sys/dev/ti/ti_fw2.h
3622
sys/dev/ti/ti_fw2.h
File diff suppressed because it is too large
Load Diff
@ -135,7 +135,7 @@
|
||||
*/
|
||||
#define TI_FIRMWARE_MAJOR 0xc
|
||||
#define TI_FIRMWARE_MINOR 0x3
|
||||
#define TI_FIRMWARE_FIX 0x14
|
||||
#define TI_FIRMWARE_FIX 0x15
|
||||
|
||||
/*
|
||||
* Miscelaneous Local Control register.
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
static int tigonFwReleaseMajor = 0xc;
|
||||
static int tigonFwReleaseMinor = 0x3;
|
||||
static int tigonFwReleaseFix = 0x14;
|
||||
static int tigonFwReleaseFix = 0x15;
|
||||
static u_int32_t tigonFwStartAddr = 0x00004000;
|
||||
static u_int32_t tigonFwTextAddr = 0x00004000;
|
||||
static int tigonFwTextLen = 0x10ad0;
|
||||
@ -4361,10 +4361,10 @@ static u_int32_t tigonFwRodata[] = {
|
||||
0x32203139, 0x39382f30, 0x342f3237, 0x2032323a,
|
||||
0x31333a34, 0x30207368, 0x75616e67, 0x20457870,
|
||||
0x20240000, 0x46575f56, 0x45525349, 0x4f4e3a20,
|
||||
0x23312046, 0x72692046, 0x65622034, 0x2031313a,
|
||||
0x34333a34, 0x37205053, 0x54203230, 0x30300000,
|
||||
0x23312054, 0x7565204d, 0x61722032, 0x38203130,
|
||||
0x3a33393a, 0x30392050, 0x53542032, 0x30303000,
|
||||
0x46575f43, 0x4f4d5049, 0x4c455f54, 0x494d453a,
|
||||
0x2031313a, 0x34333a34, 0x37000000, 0x46575f43,
|
||||
0x2031303a, 0x33393a30, 0x39000000, 0x46575f43,
|
||||
0x4f4d5049, 0x4c455f42, 0x593a2064, 0x65767263,
|
||||
0x73000000, 0x46575f43, 0x4f4d5049, 0x4c455f48,
|
||||
0x4f53543a, 0x20636f6d, 0x70757465, 0x0,
|
||||
|
3622
sys/pci/ti_fw2.h
3622
sys/pci/ti_fw2.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user