; NETISA.INF ; Installation file for ISA network cards [Version] Signature = "$Windows NT$" ;Signature = "$ReactOS$" LayoutFile = layout.inf Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %ReactOS% DriverVer = 10/08/2005,1.01.0.0 [DestinationDirs] DefaultDestDir = 12 [Manufacturer] %GenericMfg% = GenericMfg [GenericMfg] %*PNP80D6.DeviceDesc% = NE2000_Inst,*PNP80D6 ;---------------------------- NE2000 DRIVER ----------------------------- [NE2000_Inst.NT] AddReg = NE2000_AddReg.NT CopyFiles = NE2000_CopyFiles.NT [NE2000_AddReg.NT] HKR,,Port,0x00000000,"c100" HKR,,Irq,0x00000000,"B" HKR,,NetworkAddress,0x00000000,"001122334455" [NE2000_CopyFiles.NT] ne2000.sys [NE2000_Inst.NT.Services] AddService = ne2000, 0x00000002, ne2000_Service_Inst [ne2000_Service_Inst] ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\ne2000.sys LoadOrderGroup = NDIS ;-------------------------------- STRINGS ------------------------------- [Strings] ReactOS = "ReactOS Team" GenericMfg = "(Generic network cards)" *PNP80D6.DeviceDesc = "NE2000 Compatible"