|
@@ -309,7 +309,7 @@ enum RTL8139_registers {
|
|
|
Cfg9346 = 0x50,
|
|
|
Config0 = 0x51,
|
|
|
Config1 = 0x52,
|
|
|
- FlashReg = 0x54,
|
|
|
+ TimerInt = 0x54,
|
|
|
MediaStatus = 0x58,
|
|
|
Config3 = 0x59,
|
|
|
Config4 = 0x5A, /* absent on RTL-8139A */
|
|
@@ -325,6 +325,7 @@ enum RTL8139_registers {
|
|
|
FIFOTMS = 0x70, /* FIFO Control and test. */
|
|
|
CSCR = 0x74, /* Chip Status and Configuration Register. */
|
|
|
PARA78 = 0x78,
|
|
|
+ FlashReg = 0xD4, /* Communication with Flash ROM, four bytes. */
|
|
|
PARA7c = 0x7c, /* Magic transceiver parameter register. */
|
|
|
Config5 = 0xD8, /* absent on RTL-8139A */
|
|
|
};
|