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.51.0.0
-
- [Manufacturer]
- %V_INTEL% = Intel
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [Intel]
- %INT1100.devicedesc% = INT1100.ndi, ISAPNP\INT1100 ; Intel EtherExpress 10 ISA Adapter (PnP Enabled)
-
- ;-------------------------------------------------------------------------------
- ; Intel EtherExpress 10 ISA adapter (PnP Enabled)
- ;
- [INT1100.ndi]
- AddReg = ex10.reg
- CopyFiles = ex10.CopyFiles
- Characteristics = 0x84
- BusType = 14
-
- [INT1100.ndi.Services]
- AddService = EX10, 2, ex10.Service, ex10.EventLog
-
- ;-------------------------------------------------------------------------------
- ; ex10 Common
- ;
- [ex10.reg]
- HKR, Ndi, Service, 0, "EX10"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- HKR, Ndi\params\TRANSCEIVER, ParamDesc, 0, %Transceiver%
- HKR, Ndi\params\TRANSCEIVER, default, 0, "0"
- HKR, Ndi\params\TRANSCEIVER, type, 0, "enum"
- HKR, Ndi\params\TRANSCEIVER\enum, "0", 0, %Automatic%
- HKR, Ndi\params\TRANSCEIVER\enum, "2", 0, %BNC%
- HKR, Ndi\params\TRANSCEIVER\enum, "3", 0, %TPE%
-
- [ex10.CopyFiles]
- ex10.sys,,,2
-
- [ex10.Service]
- DisplayName = %ex10.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\ex10.sys
- LoadOrderGroup = NDIS
-
- [ex10.EventLog]
- AddReg = ex10.AddEventLog.reg
-
- [ex10.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [DestinationDirs]
- DefaultDestDir = 12
- ex10.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- MSFT = "Microsoft"
- V_INTEL = "Intel"
-
- Transceiver = "Тип приемопередатчика"
- Automatic = "Автоматический разъем"
- BNC = "BNC-разъем"
- TPE = "TP-разъем"
-
- INT1100.devicedesc = "Intel EtherExpress 10 ISAPNP Ethernet адаптер (Универсальный)"
-
- ex10.Service.DispName = "Intel EtherExpress 10 ISA"
-