home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2000, Microsoft
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=07/01/2001,1.7.3.0
-
- [Manufacturer]
- %V_3COM%=3COM
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [3COM]
- %pnpTCM5150.DeviceDesc% = pnpTCM5150.ndi, ISAPNP\TCM5051 ;3Com 3C515-TX
- %pnpTCM5151.DeviceDesc% = pnpTCM5151.ndi, ISAPNP\TCM5151 ;3Com 3C515-T4
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-TX Network Card (3C515-TX)
- ;
- [pnpTCM5150.ndi]
- Characteristics = 0x84
- BusType = 14
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
-
- [pnpTCM5150.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- ; -------------------------------------------------------------------------
- ; 3Com Fast Etherlink ISA 10/100BASE-T4 Network Card (3C515-T4)
- ;
- [pnpTCM5151.ndi]
- Characteristics = 0x84
- BusType = 14
- AddReg = 3C515.reg, 3C515.params
- CopyFiles = 3C515.CopyFiles
-
- [pnpTCM5151.ndi.Services]
- AddService = 3C515, 2, 3C515.Service, 3C515.EventLog
-
- ; -------------------------------------------------------------------------
- ; 3C515-TX registry
- ;
- [3C515.reg]
- HKR, Ndi, Service, 0, "3C515"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [3C515.params]
- HKR,Ndi\params\BusMaster, ParamDesc, 0, %BusMaster%
- HKR,Ndi\params\BusMaster, default, 0, "YES"
- HKR,Ndi\params\BusMaster, type, 0, "enum"
- HKR,Ndi\params\BusMaster\enum, YES, 0, %YES%
- HKR,Ndi\params\BusMaster\enum, NO, 0, %NO%
-
- ; -------------------------------------------------------------------------
- ; 3C515 Driver and Service Section
- ;
- [3C515.Service]
- DisplayName = %3C515.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\EL515.sys
- LoadOrderGroup = NDIS
-
- [3C515.CopyFiles]
- EL515.sys,,,2
-
- [3C515.EventLog]
- AddReg = 3C515.AddEventLog.reg
-
- [3C515.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [DestinationDirs]
- DefaultDestDir = 12
- 3C515.CopyFiles = 12
-
- ;-----------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- V_3COM = "3Com"
-
- BusMaster = "BusMaster"
- YES = "Да"
- NO = "Нет"
-
- pnpTCM5150.DeviceDesc = "3Com Fast Etherlink III ISAPNP Ethernet адаптер (Универсальный, 3C515Tx)"
- pnpTCM5151.DeviceDesc = "3Com Fast Etherlink III ISAPNP Ethernet адаптер (Универсальный, 3C515Tx)"
-
- 3C515.Service.DispName = "3Com Fast EtherLink ISA адаптер, драйвер"
-
-