mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for the RTL8110SC driver.
PR: 110804 Submitted by: Daan Vreeken Sponsored by: Vitsch Electronics (patch) Approved by: imp (mentor) MFC After: 3 days
This commit is contained in:
parent
f1aad6d9b2
commit
2ee2c3b4e4
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ static struct rl_type re_devs[] = {
|
|||
"RealTek 8169S Single-chip Gigabit Ethernet" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169_8110SB,
|
||||
"RealTek 8169SB/8110SB Single-chip Gigabit Ethernet" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8169_8110SC,
|
||||
"RealTek 8169SC/8110SC Single-chip Gigabit Ethernet" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8169SC, RL_HWREV_8169_8110SC,
|
||||
"RealTek 8169SC/8110SC Single-chip Gigabit Ethernet" },
|
||||
{ RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8110S,
|
||||
|
|
|
|||
Loading…
Reference in a new issue