1; NETAMD.INF 2 3; Installation file for PCI network cards with VendorID=1022 (AMD) 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/2001,1.02 13 14[DestinationDirs] 15DefaultDestDir = 12 16 17[Manufacturer] 18%AMDMfg% = AMDMfg 19 20[AMDMfg] 21%PCNET.DeviceDesc% = PCNet_Inst.ndi,PCI\VEN_1022&DEV_2000 22 23;----------------------------- PCNET DRIVER ----------------------------- 24 25[PCNet_Inst.ndi.NT] 26Characteristics = 0x4 ; NCF_PHYSICAL 27BusType = 5 ; PCIBus 28AddReg = PCNet_AddReg.NT 29CopyFiles = PCNet_CopyFiles.NT 30 31[PCNet_AddReg.NT] 32HKR,,BUS_TO_SCAN,,"ALL" 33HKR,,BUSTIMER,,"0" 34HKR,,EXTPHY,,"0" 35HKR,,FDUP,,"0" 36HKR,,LED0,,"10000" 37HKR,,LED1,,"10000" 38HKR,,LED2,,"10000" 39HKR,,LED3,,"10000" 40HKR,,MPMODE,,"0" 41HKR,,TP,,"1" 42HKR, Ndi, Service, 0, "PCNet" 43HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" 44HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" 45 46[PCNet_CopyFiles.NT] 47pcnet.sys 48 49[PCNet_Inst.ndi.NT.Services] 50AddService = PCNet, 0x00000002, PCNet_Service_Inst 51 52[PCNet_Service_Inst] 53ServiceType = 1 54StartType = 3 55ErrorControl = 0 56ServiceBinary = %12%\pcnet.sys 57LoadOrderGroup = NDIS 58 59;-------------------------------- STRINGS ------------------------------- 60 61[Strings] 62; Non-localizable 63ReactOS = "ReactOS Project" 64 65AMDMfg = "AMD" 66 67; Localizable 68PCNET.DeviceDesc = "AMD PCnet Am79C970 PCI Ethernet Adapter" 69 70[Strings.0415] 71PCNET.DeviceDesc = "Karta AMD PCnet Am79C970 PCI Ethernet Adapter" 72