mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the extra EEPROM reload step I added before. vge_reset()
already does this anyway.
This commit is contained in:
parent
20fc2576fe
commit
627e5814bc
1 changed files with 0 additions and 2 deletions
|
|
@ -300,8 +300,6 @@ vge_read_eeprom(sc, dest, off, cnt, swap)
|
|||
*ptr = word;
|
||||
}
|
||||
#else
|
||||
CSR_SETBIT_1(sc, VGE_EECSR, VGE_EECSR_RELOAD);
|
||||
DELAY(500);
|
||||
for (i = 0; i < ETHER_ADDR_LEN; i++)
|
||||
dest[i] = CSR_READ_1(sc, VGE_PAR0 + i);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue