1; NETNE.INF 2 3; Installation file for NE2000-compatible network cards 4 5[Version] 6Signature = "$Windows NT$" 7;Signature = "$ReactOS$" 8LayoutFile = layout.inf 9Class = Net 10ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} 11Provider = %ReactOS% 12DriverVer = 02/15/2007,1.02 13 14[DestinationDirs] 15DefaultDestDir = 12 16 17[Manufacturer] 18%GenericMfg% = GenericMfg 19%RealtekMfg% = RealtekMfg 20 21[GenericMfg] 22%*PNP80D6.DeviceDesc% = NE2000_Inst_Isa.ndi,*PNP80D6 23 24[RealtekMfg] 25%*RTL8019.DeviceDesc% = NE2000_Inst_Isa.ndi,*RTL8019 26%PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst_Pci.ndi,PCI\VEN_10EC&DEV_8029 27 28;---------------------------- NE2000 DRIVER ----------------------------- 29 30[NE2000_Inst_Isa.ndi.NT] 31Characteristics = 0x4 ; NCF_PHYSICAL 32BusType = 14 ; PNPIsaBus 33AddReg = NE2000_AddReg.NT 34CopyFiles = NE2000_CopyFiles.NT 35 36[NE2000_Inst_Pci.ndi.NT] 37Characteristics = 0x4 ; NCF_PHYSICAL 38BusType = 5 ; PCIBus 39AddReg = NE2000_AddReg.NT 40CopyFiles = NE2000_CopyFiles.NT 41 42[NE2000_AddReg.NT] 43HKR,,Port,0x00000000,"c100" 44HKR,,Irq,0x00000000,"B" 45 46[NE2000_CopyFiles.NT] 47ne2000.sys 48 49[NE2000_Inst_Isa.ndi.NT.Services] 50AddService = ne2000, 0x00000002, ne2000_Service_Inst 51 52[NE2000_Inst_Pci.ndi.NT.Services] 53AddService = ne2000, 0x00000002, ne2000_Service_Inst 54 55[ne2000_Service_Inst] 56ServiceType = 1 57StartType = 3 58ErrorControl = 1 59ServiceBinary = %12%\ne2000.sys 60LoadOrderGroup = NDIS 61 62;-------------------------------- STRINGS ------------------------------- 63 64[Strings] 65; Non-localizable 66ReactOS = "ReactOS Project" 67 68RealtekMfg = "Realtek" 69 70; Localizable 71GenericMfg = "(Generic network cards)" 72*PNP80D6.DeviceDesc = "NE2000-compatible Ethernet Adapter" 73 74*RTL8019.DeviceDesc = "Realtek RTL8019AS ISA Ethernet Adapter" 75PCI\VEN_10EC&DEV_8029.DeviceDesc = "Realtek RTL8029 PCI Ethernet Adapter" 76 77[Strings.0404] 78GenericMfg = "(標準網路卡)" 79*PNP80D6.DeviceDesc = "與 NE2000 相容的乙太網路卡" 80 81[Strings.0405] 82GenericMfg = "(Generické síťové karty)" 83*PNP80D6.DeviceDesc = "NE2000 kompatibilní síťová karta" 84 85[Strings.0407] 86GenericMfg = "(Generische Netzwerkkarten)" 87*PNP80D6.DeviceDesc = "NE2000 kompatible Netzwerkkarte" 88 89[Strings.0a] 90GenericMfg = "(Tarjeta de red estándar)" 91*PNP80D6.DeviceDesc = "Compatible con NE2000" 92 93[Strings.040C] 94GenericMfg = "(Cartes réseau génériques)" 95*PNP80D6.DeviceDesc = "Carte réseau compatible NE2000" 96 97[Strings.0411] 98GenericMfg = "(標準 ネットワーク カード)" 99*PNP80D6.DeviceDesc = "NE2000 互換" 100 101[Strings.0415] 102GenericMfg = "(Standardowe karty sieciowe)" 103*PNP80D6.DeviceDesc = "Karta sieciowa kompatybilna z NE2000" 104 105*RTL8019.DeviceDesc = "Karta Realtek RTL8019AS ISA Ethernet Adapter" 106PCI\VEN_10EC&DEV_8029.DeviceDesc = "Karta Realtek RTL8029 PCI Ethernet Adapter" 107 108[Strings.0416] 109GenericMfg = "(Adaptadores de rede padrão)" 110*PNP80D6.DeviceDesc = "Compatível com NE2000" 111 112[Strings.0418] 113GenericMfg = "(placă de rețea generică)" 114*PNP80D6.DeviceDesc = "Compatibile cu NE2000" 115 116[Strings.0419] 117GenericMfg = "(Стандартные сетевые адаптеры)" 118*PNP80D6.DeviceDesc = "NE2000-совместимый сетевой адаптер" 119 120[Strings.041B] 121GenericMfg = "(Generické sieťové karty)" 122*PNP80D6.DeviceDesc = "NE2000 kompatibilná sieťová karta" 123 124[Strings.041f] 125GenericMfg = "(Genel Ağ Kartları)" 126*PNP80D6.DeviceDesc = "NE2000 Uyumlu" 127 128[Strings.0422] 129GenericMfg = "(Стандартні мережеві адаптери)" 130*PNP80D6.DeviceDesc = "NE2000-сумісний мережевий адаптер" 131 132[Strings.0427] 133GenericMfg = "(Standartinės tinklo plokštės)" 134*PNP80D6.DeviceDesc = "Su NE2000 suderinama tinklo plokštė" 135 136[Strings.0804] 137GenericMfg = "(通用网卡)" 138*PNP80D6.DeviceDesc = "与 NE2000 兼容的以太网适配器" 139 140[Strings.0c04] 141GenericMfg = "(標準網絡卡)" 142*PNP80D6.DeviceDesc = "與 NE2000 相容的乙太網絡卡" 143