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" 42 43[PCNet_CopyFiles.NT] 44pcnet.sys 45 46[PCNet_Inst.ndi.NT.Services] 47AddService = PCNet, 0x00000002, PCNet_Service_Inst 48 49[PCNet_Service_Inst] 50ServiceType = 1 51StartType = 3 52ErrorControl = 0 53ServiceBinary = %12%\pcnet.sys 54LoadOrderGroup = NDIS 55 56;-------------------------------- STRINGS ------------------------------- 57 58[Strings] 59; Non-localizable 60ReactOS = "ReactOS Project" 61 62AMDMfg = "AMD" 63 64; Localizable 65PCNET.DeviceDesc = "AMD PCnet Am79C970 PCI Ethernet Adapter" 66 67[Strings.0415] 68PCNET.DeviceDesc = "Karta AMD PCnet Am79C970 PCI Ethernet Adapter" 69