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,2.5.4.0
-
- [Manufacturer]
- %DLink% = DLink
- %Sundance% = Sundance
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [DLink]
- %DL10050.DeviceDesc% = dlh5x.ndi, PCI\VEN_1186&DEV_1002 ;DLink DL10050
- %DFE550TX.DeviceDesc% = dlh5x.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10021186 ;DLink DFE-550TX
-
- [Sundance]
- %ST201.DeviceDesc% = alta.ndi, PCI\VEN_13F0&DEV_0201 ;Sundance ST201
-
- ;------------------------------------------------------------------------------
- ; DLink DL10050
- ;
- [dlh5x.ndi]
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- BusType = 5 ; PCI
- AddReg = dlh5x.reg, alta.nt.reg, alta.param.reg
- CopyFiles = alta.CopyFiles
-
- [dlh5x.ndi.Services]
- AddService = DLH5X, 2, dlh5x.Service, common.EventLog
-
- ;------------------------------------------------------------------------------
- ; Sundance ST201
- ;
- [alta.ndi]
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- BusType = 5 ; PCI
- AddReg = alta.reg, alta.nt.reg, alta.param.reg
- CopyFiles = alta.CopyFiles
-
- [alta.ndi.Services]
- AddService = DLH5X, 2, alta.Service, common.EventLog
-
-
- ;-----------------------------------------------------------------------------
- ; DL10050 based 10/100 Adapter
- ;
- [dlh5x.reg]
- HKR, , AdapterCFID, 0, "10021186"
-
- ;-----------------------------------------------------------------------------
- ; ST201 based 10/100 Adapter
- ;
- [alta.reg]
- HKR, , AdapterCFID, 0, "020113F0"
-
- ;-----------------------------------------------------------------------------
- ; common base for Alta
- ;
- [alta.nt.reg]
- HKR, , AdapterType, 0, "5"
- HKR, , MediaType, 0, "1"
- HKR, Ndi, Service, , "DLH5X"
- HKR, Ndi\Interfaces, LowerRange, , "ethernet"
- HKR, Ndi\Interfaces, UpperRange, , "ndis5"
-
- [alta.param.reg]
- ; Receive Buffers
- HKR, Ndi\params\RxBuffer, ParamDesc, , %RxBuffer%
- HKR, Ndi\params\RxBuffer, default, , "10"
- HKR, Ndi\params\RxBuffer, type, , "enum"
- HKR, Ndi\params\RxBuffer\enum, 4, , "4"
- HKR, Ndi\params\RxBuffer\enum, 8, , "8"
- HKR, Ndi\params\RxBuffer\enum, 0C, , "12"
- HKR, Ndi\params\RxBuffer\enum, 10, , "16"
- HKR, Ndi\params\RxBuffer\enum, 14, , "20"
- HKR, Ndi\params\RxBuffer\enum, 18, , "24"
- HKR, Ndi\params\RxBuffer\enum, 1C, , "28"
- HKR, Ndi\params\RxBuffer\enum, 20, , "32"
- ; Transmit Buffers
- HKR, Ndi\params\TxBuffer, ParamDesc, , %TxBuffer%
- HKR, Ndi\params\TxBuffer, default, , "10"
- HKR, Ndi\params\TxBuffer, type, , "enum"
- HKR, Ndi\params\TxBuffer\enum, 4, , "4"
- HKR, Ndi\params\TxBuffer\enum, 8, , "8"
- HKR, Ndi\params\TxBuffer\enum, 0C, , "12"
- HKR, Ndi\params\TxBuffer\enum, 10, , "16"
- HKR, Ndi\params\TxBuffer\enum, 14, , "20"
- HKR, Ndi\params\TxBuffer\enum, 18, , "24"
- HKR, Ndi\params\TxBuffer\enum, 1C, , "28"
- HKR, Ndi\params\TxBuffer\enum, 20, , "32"
- ; No Cable Indication
- HKR, Ndi\params\NoCableIndication, ParamDesc, , %NoCableIndication%
- HKR, Ndi\params\NoCableIndication, default, , "0"
- HKR, Ndi\params\NoCableIndication, type, , "enum"
- HKR, Ndi\params\NoCableIndication\enum, 0, , %Disabled%
- HKR, Ndi\params\NoCableIndication\enum, 1, , %Enabled%
- ; Network Address
- HKR, Ndi\params\NetworkAddress, ParamDesc, , %NetworkAddress%
- HKR, Ndi\params\NetworkAddress, type, , "edit"
- HKR, Ndi\params\NetworkAddress, LimitText, , "12"
- HKR, Ndi\params\NetworkAddress, UpperCase, , "1"
- HKR, Ndi\params\NetworkAddress, default, , ""
- HKR, Ndi\params\NetworkAddress, optional, , "1"
- ; Connection Type
- HKR, Ndi\params\ConnectionType, ParamDesc, , %ConnectionType%
- HKR, Ndi\params\ConnectionType, default, , "0"
- HKR, Ndi\params\ConnectionType, type, , "enum"
- HKR, Ndi\params\ConnectionType\enum, 0, , %Autosense%
- HKR, Ndi\params\ConnectionType\enum, 1, , %10BaseT%
- HKR, Ndi\params\ConnectionType\enum, 2, , %10BaseTFD%
- HKR, Ndi\params\ConnectionType\enum, 3, , %100BaseTx%
- HKR, Ndi\params\ConnectionType\enum, 4, , %100BaseTxFD%
- ; Tx Start Threshold
- HKR, Ndi\params\TxStartThreshold, ParamDesc, , %TxStartTheshold%
- HKR, Ndi\params\TxStartThreshold, default, , "100"
- HKR, Ndi\params\TxStartThreshold, type, , "enum"
- HKR, Ndi\params\TxStartThreshold\enum, 100, , "256"
- HKR, Ndi\params\TxStartThreshold\enum, 200, , "512"
- HKR, Ndi\params\TxStartThreshold\enum, 300, , "768"
- HKR, Ndi\params\TxStartThreshold\enum, 400, , "1024"
- HKR, Ndi\params\TxStartThreshold\enum, 1FFC, , %StoreAndForward%
-
- ;-----------------------------------------------------------------------------
- ; DLink specific
- ;
- [dlh5x.Service]
- DisplayName = %Dlh5x.Service.DispName%
- ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
- StartType = 3 ; %SERVICE_AUTO_START%
- ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\DLH5XND5.sys
- LoadOrderGroup = NDIS
-
- ;-----------------------------------------------------------------------------
- ; Sundance specific
- ;
- [alta.Service]
- DisplayName = %Alta.Service.DispName%
- ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
- StartType = 3 ; %SERVICE_AUTO_START%
- ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\DLH5XND5.sys
- LoadOrderGroup = NDIS
-
- ;-----------------------------------------------------------------------------
- ; Common base for all drivers for Eventlog
- ;
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystenRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [alta.CopyFiles]
- DLH5XND5.sys,,,2
-
- ;-----------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- alta.CopyFiles = 12
-
- ;-----------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- DLink = "D-Link"
- Sundance = "Sundance"
-
- RxBuffer = "Буферы приема"
- TxBuffer = "Буферы передачи"
- NoCableIndication = "Индикация 'нет кабеля'"
- NetworkAddress = "Сетевой адрес"
- ConnectionType = "Тип подключения"
- Disabled = "Отключено"
- Enabled = "Включено"
- Autosense = "AutoSense"
- 10BaseT = "10BaseT, полудуплекс"
- 10BaseTFD = "10BaseT, полный дуплекс"
- 100BaseTx = "100BaseTx, полудуплекс"
- 100BaseTxFD = "100BaseTx, полный дуплекс"
- TxStartTheshold = "Порог передачи"
- StoreAndForward = "Сохранить и переслать"
-
- DL10050.DeviceDesc = "D-Link DL10050-based Ethernet адаптер (Универсальный)"
- DFE550TX.DeviceDesc = "D-Link DFE-550TX 10/100 адаптер"
- ST201.DeviceDesc = "Sundance ST201 based PCI Fast Ethernet адаптер"
-
- Dlh5x.Service.DispName = "D-Link DL10050 based адаптер, драйвер для NT"
- Alta.Service.DispName = "Sundance ST201 based адаптер, драйвер для NT"
-