david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

The VPD engine is broken and can't actually handle placing VPD

anywhere other than offset 0 within the EEPROM, so we have to put our
settings at 0x100 instead.
This commit is contained in:
Michael Brown 2006-12-05 17:56:13 +00:00
parent 4c3e0fede5
commit a128b33b8b
1 changed files with 1 additions and 1 deletions

View File

@ -2332,7 +2332,7 @@ static void falcon_init_spi ( struct efab_nic *efab ) {
#define FALCON_MAC_ADDRESS_OFFSET(port) ( 0x310 + 0x08 * (port) )
static struct nvo_fragment falcon_eeprom_fragments[] = {
{ 0, 0x100 },
{ 0x100, 0x100 },
{ 0, 0 }
};