2024-06-17 20:41:31 +00:00
|
|
|
|
; NETNE.INF
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
2021-06-20 17:16:33 +00:00
|
|
|
|
; Installation file for NE2000-compatible network cards
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
|
|
|
|
[Version]
|
|
|
|
|
Signature = "$Windows NT$"
|
|
|
|
|
;Signature = "$ReactOS$"
|
|
|
|
|
LayoutFile = layout.inf
|
|
|
|
|
Class = Net
|
|
|
|
|
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
|
|
|
|
|
Provider = %ReactOS%
|
|
|
|
|
DriverVer = 02/15/2007,1.02
|
|
|
|
|
|
|
|
|
|
[DestinationDirs]
|
|
|
|
|
DefaultDestDir = 12
|
|
|
|
|
|
|
|
|
|
[Manufacturer]
|
|
|
|
|
%GenericMfg% = GenericMfg
|
2021-06-20 17:16:33 +00:00
|
|
|
|
%RealtekMfg% = RealtekMfg
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
|
|
|
|
[GenericMfg]
|
2021-06-20 17:16:33 +00:00
|
|
|
|
%*PNP80D6.DeviceDesc% = NE2000_Inst_Isa.ndi,*PNP80D6
|
|
|
|
|
|
|
|
|
|
[RealtekMfg]
|
2021-06-20 17:20:16 +00:00
|
|
|
|
%*RTL8019.DeviceDesc% = NE2000_Inst_Isa.ndi,*RTL8019
|
2021-06-20 17:16:33 +00:00
|
|
|
|
%PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst_Pci.ndi,PCI\VEN_10EC&DEV_8029
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
|
|
|
|
;---------------------------- NE2000 DRIVER -----------------------------
|
|
|
|
|
|
2021-06-20 17:16:33 +00:00
|
|
|
|
[NE2000_Inst_Isa.ndi.NT]
|
2017-10-06 13:00:36 +00:00
|
|
|
|
Characteristics = 0x4 ; NCF_PHYSICAL
|
|
|
|
|
BusType = 14 ; PNPIsaBus
|
|
|
|
|
AddReg = NE2000_AddReg.NT
|
|
|
|
|
CopyFiles = NE2000_CopyFiles.NT
|
|
|
|
|
|
2021-06-20 17:16:33 +00:00
|
|
|
|
[NE2000_Inst_Pci.ndi.NT]
|
|
|
|
|
Characteristics = 0x4 ; NCF_PHYSICAL
|
|
|
|
|
BusType = 5 ; PCIBus
|
|
|
|
|
AddReg = NE2000_AddReg.NT
|
|
|
|
|
CopyFiles = NE2000_CopyFiles.NT
|
|
|
|
|
|
2017-10-06 13:00:36 +00:00
|
|
|
|
[NE2000_AddReg.NT]
|
|
|
|
|
HKR,,Port,0x00000000,"c100"
|
|
|
|
|
HKR,,Irq,0x00000000,"B"
|
|
|
|
|
|
|
|
|
|
[NE2000_CopyFiles.NT]
|
|
|
|
|
ne2000.sys
|
|
|
|
|
|
2021-06-20 17:16:33 +00:00
|
|
|
|
[NE2000_Inst_Isa.ndi.NT.Services]
|
|
|
|
|
AddService = ne2000, 0x00000002, ne2000_Service_Inst
|
|
|
|
|
|
|
|
|
|
[NE2000_Inst_Pci.ndi.NT.Services]
|
2017-10-06 13:00:36 +00:00
|
|
|
|
AddService = ne2000, 0x00000002, ne2000_Service_Inst
|
|
|
|
|
|
|
|
|
|
[ne2000_Service_Inst]
|
|
|
|
|
ServiceType = 1
|
|
|
|
|
StartType = 3
|
|
|
|
|
ErrorControl = 1
|
|
|
|
|
ServiceBinary = %12%\ne2000.sys
|
|
|
|
|
LoadOrderGroup = NDIS
|
|
|
|
|
|
|
|
|
|
;-------------------------------- STRINGS -------------------------------
|
|
|
|
|
|
|
|
|
|
[Strings]
|
2022-06-27 14:00:18 +00:00
|
|
|
|
; Non-localizable
|
|
|
|
|
ReactOS = "ReactOS Project"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
2022-12-28 01:26:17 +00:00
|
|
|
|
RealtekMfg = "Realtek"
|
2022-06-27 14:00:18 +00:00
|
|
|
|
|
|
|
|
|
; Localizable
|
2017-10-06 13:00:36 +00:00
|
|
|
|
GenericMfg = "(Generic network cards)"
|
2021-06-20 17:16:33 +00:00
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000-compatible Ethernet Adapter"
|
|
|
|
|
|
2021-06-20 17:20:16 +00:00
|
|
|
|
*RTL8019.DeviceDesc = "Realtek RTL8019AS ISA Ethernet Adapter"
|
2021-06-20 17:16:33 +00:00
|
|
|
|
PCI\VEN_10EC&DEV_8029.DeviceDesc = "Realtek RTL8029 PCI Ethernet Adapter"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
2022-03-31 17:38:52 +00:00
|
|
|
|
[Strings.0404]
|
|
|
|
|
GenericMfg = "(標準網路卡)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "與 NE2000 相容的乙太網路卡"
|
|
|
|
|
|
2017-10-06 13:00:36 +00:00
|
|
|
|
[Strings.0405]
|
|
|
|
|
GenericMfg = "(Generické síťové karty)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000 kompatibilní síťová karta"
|
|
|
|
|
|
|
|
|
|
[Strings.0407]
|
|
|
|
|
GenericMfg = "(Generische Netzwerkkarten)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000 kompatible Netzwerkkarte"
|
|
|
|
|
|
|
|
|
|
[Strings.0a]
|
|
|
|
|
GenericMfg = "(Tarjeta de red estándar)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "Compatible con NE2000"
|
|
|
|
|
|
|
|
|
|
[Strings.040C]
|
|
|
|
|
GenericMfg = "(Cartes réseau génériques)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "Carte réseau compatible NE2000"
|
|
|
|
|
|
|
|
|
|
[Strings.0411]
|
|
|
|
|
GenericMfg = "(標準 ネットワーク カード)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000 互換"
|
|
|
|
|
|
|
|
|
|
[Strings.0415]
|
|
|
|
|
GenericMfg = "(Standardowe karty sieciowe)"
|
[TRANSLATION] Polish translation update
Polish translation update for calc, fltmc, magnify, notepad, osk, sndvol32, usetup, fdebug, appwiz, mmsys, sysdm, acppage, ziplfdr, browseui, cryptui, jscript, shell32, themeui and inf. Added translation for cyrptext, vcdcontroltool, and (not yet complete) getuname.
2019-04-04 22:01:11 +00:00
|
|
|
|
*PNP80D6.DeviceDesc = "Karta sieciowa kompatybilna z NE2000"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
2021-06-20 17:20:16 +00:00
|
|
|
|
*RTL8019.DeviceDesc = "Karta Realtek RTL8019AS ISA Ethernet Adapter"
|
2021-06-20 17:16:33 +00:00
|
|
|
|
PCI\VEN_10EC&DEV_8029.DeviceDesc = "Karta Realtek RTL8029 PCI Ethernet Adapter"
|
|
|
|
|
|
2017-10-06 13:00:36 +00:00
|
|
|
|
[Strings.0416]
|
|
|
|
|
GenericMfg = "(Adaptadores de rede padrão)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "Compatível com NE2000"
|
|
|
|
|
|
|
|
|
|
[Strings.0418]
|
|
|
|
|
GenericMfg = "(placă de rețea generică)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "Compatibile cu NE2000"
|
|
|
|
|
|
|
|
|
|
[Strings.0419]
|
|
|
|
|
GenericMfg = "(Стандартные сетевые адаптеры)"
|
2021-06-20 17:16:33 +00:00
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000-совместимый сетевой адаптер"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
|
|
|
|
[Strings.041B]
|
|
|
|
|
GenericMfg = "(Generické sieťové karty)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000 kompatibilná sieťová karta"
|
|
|
|
|
|
|
|
|
|
[Strings.041f]
|
2021-10-09 20:40:55 +00:00
|
|
|
|
GenericMfg = "(Genel Ağ Kartları)"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000 Uyumlu"
|
|
|
|
|
|
|
|
|
|
[Strings.0422]
|
|
|
|
|
GenericMfg = "(Стандартні мережеві адаптери)"
|
2021-06-20 17:16:33 +00:00
|
|
|
|
*PNP80D6.DeviceDesc = "NE2000-сумісний мережевий адаптер"
|
2017-10-06 13:00:36 +00:00
|
|
|
|
|
|
|
|
|
[Strings.0427]
|
|
|
|
|
GenericMfg = "(Standartinės tinklo plokštės)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "Su NE2000 suderinama tinklo plokštė"
|
2018-03-21 21:27:04 +00:00
|
|
|
|
|
|
|
|
|
[Strings.0804]
|
2022-03-31 17:38:52 +00:00
|
|
|
|
GenericMfg = "(通用网卡)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "与 NE2000 兼容的以太网适配器"
|
|
|
|
|
|
|
|
|
|
[Strings.0c04]
|
|
|
|
|
GenericMfg = "(標準網絡卡)"
|
|
|
|
|
*PNP80D6.DeviceDesc = "與 NE2000 相容的乙太網絡卡"
|