adding minnowboard's RTL8111GS-CG ID
This commit is contained in:
parent
28aa92fd90
commit
57265dba38
|
|
@ -752,6 +752,9 @@ static void rl_reset_hw(re_t *rep)
|
|||
case RL_TCR_HWVER_RTL8105E:
|
||||
rep->re_model = "RTL8105E";
|
||||
break;
|
||||
case RL_TCR_HWVER_RTL8111GS_CG:
|
||||
rep->re_model = "RTL8111GS-GC";
|
||||
break;
|
||||
default:
|
||||
rep->re_model = "Unknown";
|
||||
rep->re_mac = t;
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@
|
|||
#define RL_TCR_HWVER_RTL8169 0x00000000 /* RTL8169 */
|
||||
#define RL_TCR_HWVER_RTL8169S 0x00800000 /* RTL8169S */
|
||||
#define RL_TCR_HWVER_RTL8110S 0x04000000 /* RTL8110S */
|
||||
#define RL_TCR_HWVER_RTL8111GS_CG 0x04000000 /* RTL8111GS-CG */
|
||||
#define RL_TCR_HWVER_RTL8169SB 0x10000000 /* RTL8169sb/8110sb */
|
||||
#define RL_TCR_HWVER_RTL8110SCd 0x18000000 /* RTL8169sc/8110sc */
|
||||
#define RL_TCR_HWVER_RTL8105E 0x40800000 /* RTL8105E */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user