From c1f10cbbe7efb33d9820ecc95aaa8abd97356278 Mon Sep 17 00:00:00 2001 From: remko Date: Mon, 16 Jun 2008 18:32:20 +0000 Subject: Add another 8139D variant. PR: 124622 Submitted by: Evgeny Zhirnov Approved by: imp (mentor, implicit) MFC after: 3 days --- sys/pci/if_rl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci/if_rl.c') diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 1a5259f..afab161 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -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, -- cgit v1.1