mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Update Tigon firmware yet again, this time to version 12.3.20.
This commit is contained in:
parent
b081a64afb
commit
827a61b63d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58186
@ -135,7 +135,7 @@
|
||||
*/
|
||||
#define TI_FIRMWARE_MAJOR 0xc
|
||||
#define TI_FIRMWARE_MINOR 0x3
|
||||
#define TI_FIRMWARE_FIX 0x12
|
||||
#define TI_FIRMWARE_FIX 0x14
|
||||
|
||||
/*
|
||||
* Miscelaneous Local Control register.
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
static int tigonFwReleaseMajor = 0xc;
|
||||
static int tigonFwReleaseMinor = 0x3;
|
||||
static int tigonFwReleaseFix = 0x12;
|
||||
static int tigonFwReleaseFix = 0x14;
|
||||
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,
|
||||
0x23312054, 0x6875204a, 0x616e2032, 0x37203131,
|
||||
0x3a32373a, 0x35352050, 0x53542032, 0x30303000,
|
||||
0x23312046, 0x72692046, 0x65622034, 0x2031313a,
|
||||
0x34333a34, 0x37205053, 0x54203230, 0x30300000,
|
||||
0x46575f43, 0x4f4d5049, 0x4c455f54, 0x494d453a,
|
||||
0x2031313a, 0x32373a35, 0x35000000, 0x46575f43,
|
||||
0x2031313a, 0x34333a34, 0x37000000, 0x46575f43,
|
||||
0x4f4d5049, 0x4c455f42, 0x593a2064, 0x65767263,
|
||||
0x73000000, 0x46575f43, 0x4f4d5049, 0x4c455f48,
|
||||
0x4f53543a, 0x20636f6d, 0x70757465, 0x0,
|
||||
|
3174
sys/dev/ti/ti_fw2.h
3174
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 0x12
|
||||
#define TI_FIRMWARE_FIX 0x14
|
||||
|
||||
/*
|
||||
* Miscelaneous Local Control register.
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
static int tigonFwReleaseMajor = 0xc;
|
||||
static int tigonFwReleaseMinor = 0x3;
|
||||
static int tigonFwReleaseFix = 0x12;
|
||||
static int tigonFwReleaseFix = 0x14;
|
||||
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,
|
||||
0x23312054, 0x6875204a, 0x616e2032, 0x37203131,
|
||||
0x3a32373a, 0x35352050, 0x53542032, 0x30303000,
|
||||
0x23312046, 0x72692046, 0x65622034, 0x2031313a,
|
||||
0x34333a34, 0x37205053, 0x54203230, 0x30300000,
|
||||
0x46575f43, 0x4f4d5049, 0x4c455f54, 0x494d453a,
|
||||
0x2031313a, 0x32373a35, 0x35000000, 0x46575f43,
|
||||
0x2031313a, 0x34333a34, 0x37000000, 0x46575f43,
|
||||
0x4f4d5049, 0x4c455f42, 0x593a2064, 0x65767263,
|
||||
0x73000000, 0x46575f43, 0x4f4d5049, 0x4c455f48,
|
||||
0x4f53543a, 0x20636f6d, 0x70757465, 0x0,
|
||||
|
3174
sys/pci/ti_fw2.h
3174
sys/pci/ti_fw2.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user