;**************************************************************** ; FA120.INF for Windows 98/ME/2000 and XP * ; * ; NETGEAR FA120 Adapter * ; * ; Copyright 2000-2002, NETGEAR Inc. * ;**************************************************************** [Version] Signature = "$Windows NT$" CatalogFile = fa120.cat Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %LAN% ;LayoutFile = layout.inf DriverVer = 10/30/2002,5.1.2600.2 [Manufacturer] %LAN% = USB [ControlFlags] ExcludeFromSelect = USB\VID_0846&PID_1040 [USB] %fa120.DeviceDesc% = fa120.Ndi,USB\VID_0846&PID_1040 ;**************************************************************** ; Win98 main sections * ;**************************************************************** [fa120.Ndi] AddReg = fa120.Reg, fa120.Params, fa120.Con.Reg DeviceID = USB\VID_0846&PID_1040 ;**************************************************************** ; NT main sections * ;**************************************************************** [fa120.Ndi.NT] AddReg = fa120.NT.Reg, fa120.Params, fa120.Con.Reg Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL BusType = 15 ; USB ;CpyFiles = CopyFile.NT.Sys [fa120.Ndi.NT.Services] AddService = fa120, 2, fa120.Service, Common.EventLog ;**************************************************************** ; Windows 98 section * ;**************************************************************** [fa120.Reg] HKR,Ndi,DeviceID,,USB\VID_0846&PID_1040 HKR,Ndi,CardType,,"PNP" HKR,,AdapterName,,fa120 HKR,,DevLoader,,*ndis,*ntkern,*ndis HKR,,DeviceVxDs,,fa120.sys ; NDIS Info HKR,NDIS,MajorNdisVersion,1,05 HKR,NDIS,MinorNdisVersion,1,00 HKR,NDIS,LogDriverName,,fa120 ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"ndis3" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,UpperRange,,"ndis3" HKR,Ndi\Interfaces,LowerRange,,"ethernet" ; Install sections HKR,Ndi\Install,ndis3,,"fa120.Install" HKR,Ndi,HelpText,,"fa120 USB2 to Fast Ethernet Adpater" ;**************************************************************** ; Driver parameters * ;**************************************************************** [fa120.Params] [fa120.Con.Reg] HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type" HKR,Ndi\params\ConnectionType,default,,9 HKR,Ndi\params\ConnectionType,type,,enum HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense" HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT (Twisted_Pair)" HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex" HKR,Ndi\params\ConnectionType\enum,8,,"100BaseTx" HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex" HKR,NDI\params\ConnectionType,flag,1,20,00,00,00 ;**************************************************************** ; Install section for OSR2 and Windows 98 * ;**************************************************************** [fa120.Install] ;CopyFiles=CopyFile.Inf,CopyFile.Sys ;Signability ;CpyFiles=CopyFile.Sys ;[CopyFile.Inf] ;Signability ;fa120.inf ;Signability [CopyFile.Sys] fa120.sys ;**************************************************************** ; Install section for Windows NT 5 * ;**************************************************************** [fa120.NT.Reg] ; Interfaces HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi, Service, 0, "fa120" [fa120.Service] DisplayName = %fa120.DeviceDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\fa120.sys LoadOrderGroup = NDIS AddReg = TextModeFlags.Reg [Common.EventLog] AddReg = Common.AddEventLog.Reg [Common.AddEventLog.Reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported , 0x00010001, 7 [TextModeFlags.Reg] HKR, , TextModeFlags, 0x00010001, 0x0001 [CopyFile.NT.Sys] fa120.sys,,,2 ;********************************************************************** ; Destination directories * ;********************************************************************** [DestinationDirs] CopyFile.Sys = 11 ;CopyFile.Inf = 17 ;Signability CopyFile.NT.Sys = 12 [SourceDisksNames] ; Cabinet file names and associated disks ; = ,, ID (Unused, must be 0) 50=%fa120.DiskName%,, [SourceDisksFiles] ; = ,,, ;Note: File is not in a cabinet if cab# is 0 fa120.sys=50,.,fa120.sys,10000 ;fa120.inf=50,.,fa120.inf,10000 ;Signability ;********************************************************************** ; Localizable strings * ;********************************************************************** [Strings] LAN = "LAN" fa120.DiskName = "NETGEAR FA120 Adapter Driver Diskette" fa120.DeviceDesc = "NETGEAR FA120 Adapter"