ReactOS 0.4.15-dev-7961-gdcf9eb0
eeprom_data.c File Reference
#include "dc21x4.h"
Include dependency graph for eeprom_data.c:

Go to the source code of this file.

Macros

#define DEFINE_BOARD(Leaf, Name)   { Leaf, sizeof(Leaf) - 3 }
 

Variables

static DC_PG_DATA UCHAR SRompLeafAsante []
 
static DC_PG_DATA UCHAR SRompLeaf9332 []
 
static DC_PG_DATA UCHAR SRompLeafEm100 []
 
static DC_PG_DATA UCHAR SRompLeafNx110 []
 
static DC_PG_DATA UCHAR SRompLeafEn1207 []
 
static DC_PG_DATA UCHAR SRompLeafNetWinder []
 
static DC_PG_DATA UCHAR SRompLeafCobaltMicroserver []
 
DC_PG_DATA DC_SROM_REPAIR_ENTRY SRompRepairData []
 

Macro Definition Documentation

◆ DEFINE_BOARD

#define DEFINE_BOARD (   Leaf,
  Name 
)    { Leaf, sizeof(Leaf) - 3 }

Definition at line 205 of file eeprom_data.c.

Variable Documentation

◆ SRompLeaf9332

DC_PG_DATA UCHAR SRompLeaf9332[]
static
Initial value:
=
{
0x00, 0x00, 0xC0,
0x00, 0x08,
0x1F,
0x04,
0x00,
0x00,
0x9E, 0x00,
0x04,
0x00,
0x9E, 0x00,
0x03,
0x09,
0x6D, 0x00,
0x05,
0x09,
0x6D, 0x00,
}

Definition at line 37 of file eeprom_data.c.

◆ SRompLeafAsante

DC_PG_DATA UCHAR SRompLeafAsante[]
static
Initial value:
=
{
0x00, 0x00, 0x94,
0x00, 0x08,
0x00,
0x01,
0x80 + 12,
0x01,
0x00,
0x00,
0x00,
0x00, 0x78,
0xE0, 0x01,
0x00, 0x50,
0x00, 0x18,
}

Definition at line 17 of file eeprom_data.c.

◆ SRompLeafCobaltMicroserver

DC_PG_DATA UCHAR SRompLeafCobaltMicroserver[]
static
Initial value:
=
{
0x00, 0x10, 0xE0,
0x00, 0x08,
0x01,
0x80 + 21,
0x03,
0x00,
0x00,
0x04,
0x01, 0x08,
0x00, 0x00,
0x00, 0x08,
0x00, 0x00,
0x00, 0x78,
0xE0, 0x01,
0x00, 0x50,
0x00, 0x18,
0x00,
}

Definition at line 179 of file eeprom_data.c.

◆ SRompLeafEm100

DC_PG_DATA UCHAR SRompLeafEm100[]
static

Definition at line 62 of file eeprom_data.c.

◆ SRompLeafEn1207

DC_PG_DATA UCHAR SRompLeafEn1207[]
static
Initial value:
=
{
0x00, 0x00, 0xE8,
0x00, 0x08,
0x1F,
0x05,
0x01,
0x1B,
0x00, 0x00,
0x00,
0x0B,
0x9E, 0x00,
0x04,
0x0B,
0x9E, 0x00,
0x03,
0x1B,
0x6D, 0x00,
0x05,
0x1B,
0x6D, 0x00,
}

Definition at line 126 of file eeprom_data.c.

◆ SRompLeafNetWinder

DC_PG_DATA UCHAR SRompLeafNetWinder[]
static
Initial value:
=
{
0x00, 0x10, 0x57,
0x00, 0x08,
0x01,
0x80 + 21,
0x03,
0x01,
0x00,
0x03,
0x21, 0x08,
0x00, 0x00,
0x01, 0x00,
0x00, 0x00,
0xE1, 0x01,
0x00, 0x00,
0x00, 0x00,
0x00,
}

Definition at line 156 of file eeprom_data.c.

◆ SRompLeafNx110

DC_PG_DATA UCHAR SRompLeafNx110[]
static
Initial value:
=
{
0x00, 0x00, 0xE8,
0x00, 0x08,
0x13,
0x05,
0x01,
0x10,
0x9E, 0x00,
0x00,
0x00,
0x9E, 0x00,
0x04,
0x00,
0x9E, 0x00,
0x03,
0x03,
0x6D, 0x00,
0x05,
0x03,
0x6D, 0x00,
}

Definition at line 96 of file eeprom_data.c.

◆ SRompRepairData

DC_PG_DATA DC_SROM_REPAIR_ENTRY SRompRepairData[]
Initial value:
=
{
DEFINE_BOARD(SRompLeaf9332, "SMC 9332DST"),
DEFINE_BOARD(SRompLeafEm100, "Cogent EM100"),
DEFINE_BOARD(SRompLeafNx110, "Maxtech NX-110"),
DEFINE_BOARD(SRompLeafEn1207, "Accton EN1207"),
DEFINE_BOARD(SRompLeafCobaltMicroserver, "Cobalt Microserver"),
}
#define NULL
Definition: types.h:112
#define DEFINE_BOARD(Leaf, Name)
Definition: eeprom_data.c:205
static DC_PG_DATA UCHAR SRompLeafCobaltMicroserver[]
Definition: eeprom_data.c:179
static DC_PG_DATA UCHAR SRompLeafNetWinder[]
Definition: eeprom_data.c:156
static DC_PG_DATA UCHAR SRompLeafEm100[]
Definition: eeprom_data.c:62
static DC_PG_DATA UCHAR SRompLeafNx110[]
Definition: eeprom_data.c:96
static DC_PG_DATA UCHAR SRompLeafEn1207[]
Definition: eeprom_data.c:126
static DC_PG_DATA UCHAR SRompLeaf9332[]
Definition: eeprom_data.c:37
static DC_PG_DATA UCHAR SRompLeafAsante[]
Definition: eeprom_data.c:17

Definition at line 209 of file eeprom_data.c.

Referenced by SRomParseHeader().