diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-08-28 10:59:02 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-08-28 10:59:02 +0000 |
| commit | ea263191fd4aaf758beb49c404e9c441fa039fcf (patch) | |
| tree | be6b0d32af688536a8ef09e89ea040dd3b6f78b4 /sys/dev/re | |
| parent | a30e1135b4d12c5f0787aa62e1e0720874e6705a (diff) | |
Notes
Diffstat (limited to 'sys/dev/re')
| -rw-r--r-- | sys/dev/re/if_re.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 9b841464192c8..bff901f98829d 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -168,6 +168,8 @@ static struct rl_type re_devs[] = { "RealTek 8169S Single-chip Gigabit Ethernet" }, { RT_VENDORID, RT_DEVICEID_8169, RL_HWREV_8110S, "RealTek 8110S Single-chip Gigabit Ethernet" }, + { COREGA_VENDORID, COREGA_DEVICEID_CGLAPCIGT, RL_HWREV_8169S, + "Corega CG-LAPCIGT (RTL8169S) Gigabit Ethernet" }, { 0, 0, 0, NULL } }; |
