?? ks884x.inf
字號:
;
; KS884X.inf
;
; Micrel KS8841/2 PCI Ethernet Adapter
;
; Copyright (c) 2005-2006, Micrel, Inc.
;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Micrel%
CatalogFile = ks884x.cat
DriverVer = 06/27/2006,5.1.1.4
[Manufacturer]
%Micrel% = Micrel
[ControlFlags]
ExcludeFromSelect = PCI\VEN_16C6&DEV_8841&SUBSYS_AA5555AA
ExcludeFromSelect = PCI\VEN_16C6&DEV_8842&SUBSYS_AA5555AA
ExcludeFromSelect = PCI\VEN_16C6&DEV_8841&SUBSYS_FFFFFFFF
ExcludeFromSelect = PCI\VEN_16C6&DEV_8842&SUBSYS_FFFFFFFF
[Micrel]
%KS8841.DeviceDesc% = KS8841.ndi, PCI\VEN_16C6&DEV_8841&SUBSYS_AA5555AA
%KS8842.DeviceDesc% = KS8842.ndi, PCI\VEN_16C6&DEV_8842&SUBSYS_AA5555AA
%KS8841.DeviceDesc% = KS8841.ndi, PCI\VEN_16C6&DEV_8841&SUBSYS_FFFFFFFF
%KS8842.DeviceDesc% = KS8842.ndi, PCI\VEN_16C6&DEV_8842&SUBSYS_FFFFFFFF
[KS8841.ndi]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = KS884X.NT.Reg, KS8841.Reg
CopyFiles = CopyFile.KS8841
[KS8842.ndi]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
AddReg = KS884X.NT.Reg, KS8842.Reg
CopyFiles = CopyFile.KS8842
[KS8841.ndi.Services]
AddService = KS8841, 2, KS8841.Service, Common.EventLog
[KS8842.ndi.Services]
AddService = KS8842, 2, KS8842.Service, Common.EventLog
[KS8841.Reg]
HKR, Ndi, Service, , "KS8841"
[KS8842.Reg]
HKR, Ndi, Service, , "KS8842"
[KS884X.NT.Reg]
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, UpperRange, , "ndis5"
;-----------------------------------------------------------------------------
; Micrel KS884X specific
;
[KS8841.Service]
DisplayName = %KS8841.DeviceDesc%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_AUTO_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ks8841_pci.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.Reg
[KS8842.Service]
DisplayName = %KS8842.DeviceDesc%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_AUTO_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ks8842_pci.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.Reg
;-----------------------------------------------------------------------------
; Common base for all drivers for Eventlog and TextModeFlags
;
[Common.EventLog]
AddReg = Common.AddEventLog.reg
[Common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystenRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;HKLM, %KEY_RUN_ONCE%, LinkMD, 0x00000000, "cmd /c ""cd %01% & start LinkMD.msi""
[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[CopyFile.KS8841]
ks8841_pci.sys,,,2
[CopyFile.KS8842]
ks8842_pci.sys,,,2
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 12
CopyFile.KS8841 = 12
CopyFile.KS8842 = 12
;-----------------------------------------------------------------------------
; Source Disk Layout
;
[SourceDisksNames]
50=%DriverDisketteName%,"ks884x.inf"
[SourceDisksFiles]
ks884x.inf = 50
ks8841_pci.sys = 50
ks8842_pci.sys = 50
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
RxBuffer = "Receive Buffers"
TxBuffer = "Transmit Buffers"
NoCableIndication = "No Cable Indication"
NetworkAddress = "Network Address"
ConnectionType = "Connection Type"
Disabled = "Disabled"
Enabled = "Enabled"
Autosense = "AutoSense"
10BaseT = "10Base-T Half Duplex"
10BaseTFD = "10Base-T Full Duplex"
100BaseTx = "100Base-Tx Half Duplex"
100BaseTxFD = "100Base-Tx Full Duplex"
1000BaseTx = "1000Base-Tx Half Duplex"
1000BaseTxFD = "1000Base-Tx Full Duplex"
EnableTagging = "802.1Q/1P VLAN Tagging"
VLANID = "VLAN ID"
ChecksumTx = "Offload Transmit Checksum"
ChecksumRx = "Offload Receive Checksum"
FlowControl = "Flow Control"
JumboFrame = "Jumbo Frame"
BurstLength = "Burst Length"
1_DWORDs = " 1 DWORDs"
2_DWORDs = " 2 DWORDs"
4_DWORDs = " 4 DWORDs"
8_DWORDs = " 8 DWORDs"
16_DWORDs = "16 DWORDs"
32_DWORDs = "32 DWORDs"
EqualPriority = "TX/RX Equal Priority"
MemoryWriteInvalid = "Memory Write and Invalid"
ReadMultiple = "Read Multiple"
Micrel = "Micrel, Inc."
KS8841.DeviceDesc = "Micrel KS8841 PCI Ethernet Adapter"
KS8842.DeviceDesc = "Micrel KS8842 PCI Ethernet Adapter"
DriverDisketteName = "Micrel KS884X Adapter Driver Diskette"
KEY_RUN_ONCE = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -