mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
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:
parent
4c3e0fede5
commit
a128b33b8b
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user