mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Add another 8139D variant.
PR: 124622 Submitted by: Evgeny Zhirnov <jirnov at gmail dot com> Approved by: imp (mentor, implicit) MFC after: 3 days
This commit is contained in:
parent
54d22c68f2
commit
8dce5c1bf6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179831
@ -144,6 +144,8 @@ static struct rl_type rl_devs[] = {
|
||||
"RealTek 8129 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8139, RL_8139,
|
||||
"RealTek 8139 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8139D, RL_8139,
|
||||
"RealTek 8139 10/100BaseTX" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8138, RL_8139,
|
||||
"RealTek 8139 10/100BaseTX CardBus" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8100, RL_8139,
|
||||
|
@ -862,6 +862,7 @@ struct rl_softc {
|
||||
/*
|
||||
* RealTek chip device IDs.
|
||||
*/
|
||||
#define RT_DEVICEID_8139D 0x8039
|
||||
#define RT_DEVICEID_8129 0x8129
|
||||
#define RT_DEVICEID_8101E 0x8136
|
||||
#define RT_DEVICEID_8138 0x8138
|
||||
|
Loading…
Reference in New Issue
Block a user