mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Make the type of the firmware arrays match those
in the other eth*_z8e.h files.
This commit is contained in:
parent
f0c5fe2d1d
commit
615fc0983c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176254
@ -29,10 +29,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
***************************************************************************/
|
||||
|
||||
/* Using zlib-1.1.3. gendat version $Name: $ */
|
||||
const unsigned int rss_eth_z8e_uncompressed_length = 666632;
|
||||
static unsigned int rss_eth_z8e_uncompressed_length = 666632;
|
||||
#define U (unsigned char)
|
||||
const unsigned int rss_eth_z8e_length = 60360;
|
||||
const unsigned char rss_eth_z8e[60360] = {
|
||||
static unsigned int rss_eth_z8e_length = 60360;
|
||||
static unsigned char rss_eth_z8e[60360] = {
|
||||
U 0x78,U 0xDA,U 0xEC,U 0xBD,
|
||||
U 0x0D,U 0x78,U 0x54,U 0xD5,
|
||||
U 0xB5,U 0x3F,U 0xBC,U 0x66,
|
||||
|
@ -29,10 +29,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
***************************************************************************/
|
||||
|
||||
/* Using zlib-1.1.3. gendat version $Name: $ */
|
||||
const unsigned int rss_ethp_z8e_uncompressed_length = 675640;
|
||||
static unsigned int rss_ethp_z8e_uncompressed_length = 675640;
|
||||
#define U (unsigned char)
|
||||
const unsigned int rss_ethp_z8e_length = 60684;
|
||||
const unsigned char rss_ethp_z8e[60684] = {
|
||||
static unsigned int rss_ethp_z8e_length = 60684;
|
||||
static unsigned char rss_ethp_z8e[60684] = {
|
||||
U 0x78,U 0xDA,U 0xEC,U 0xBD,
|
||||
U 0x0F,U 0x74,U 0x54,U 0xD5,
|
||||
U 0xB5,U 0x3F,U 0xBE,U 0x67,
|
||||
|
Loading…
Reference in New Issue
Block a user