mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NE2000] Add description for Realtek RTL8019AS (emulated by 86Box)
This commit is contained in:
parent
6924b8ff39
commit
5697b48583
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue