https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5697b485837f45270c5dce4e65d509d57d1c75c0

commit 5697b485837f45270c5dce4e65d509d57d1c75c0
Author:     Stanislav Motylkov <[email protected]>
AuthorDate: Sun Jun 20 20:20:16 2021 +0300
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Sun Jun 20 20:20:16 2021 +0300

    [NE2000] Add description for Realtek RTL8019AS (emulated by 86Box)
---
 drivers/network/dd/ne2000/netne2000.inf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/network/dd/ne2000/netne2000.inf 
b/drivers/network/dd/ne2000/netne2000.inf
index 7f8412c71e2..62823b99d0d 100644
--- a/drivers/network/dd/ne2000/netne2000.inf
+++ b/drivers/network/dd/ne2000/netne2000.inf
@@ -22,6 +22,7 @@ DefaultDestDir = 12
 %*PNP80D6.DeviceDesc% = NE2000_Inst_Isa.ndi,*PNP80D6
 
 [RealtekMfg]
+%*RTL8019.DeviceDesc% = NE2000_Inst_Isa.ndi,*RTL8019
 %PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst_Pci.ndi,PCI\VEN_10EC&DEV_8029
 
 ;---------------------------- NE2000 DRIVER -----------------------------
@@ -67,6 +68,7 @@ GenericMfg = "(Generic network cards)"
 *PNP80D6.DeviceDesc = "NE2000-compatible Ethernet Adapter"
 
 RealtekMfg = "Realtek Semiconductor Co., Ltd."
+*RTL8019.DeviceDesc = "Realtek RTL8019AS ISA Ethernet Adapter"
 PCI\VEN_10EC&DEV_8029.DeviceDesc = "Realtek RTL8029 PCI Ethernet Adapter"
 
 [Strings.0405]
@@ -97,6 +99,7 @@ ReactOS = "Zespół ReactOS"
 GenericMfg = "(Standardowe karty sieciowe)"
 *PNP80D6.DeviceDesc = "Karta sieciowa kompatybilna z NE2000"
 
+*RTL8019.DeviceDesc = "Karta Realtek RTL8019AS ISA Ethernet Adapter"
 PCI\VEN_10EC&DEV_8029.DeviceDesc = "Karta Realtek RTL8029 PCI Ethernet Adapter"
 
 [Strings.0416]

Reply via email to