📄 cf8385_xp.inf
字号:
;===========================================================================
;
; Copyright (C) 2001-2003 Marvell Semiconductor, Inc.
; Windows 2K/XP NDIS driver INF for 802.11b/802.11g CF
;
;
;===========================================================================
;===========================================================================
; Version section
;===========================================================================
[Version]
;LayoutFile = layout.inf
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
;CatalogFile = netmp001.cat ;Need to get cat file from Microsoft
Provider = %MRVL%
DriverVer = 02/15/2005, 3.0.9.4
;===========================================================================
; Source Media Information Sections
;===========================================================================
[SourceDisksNames]
1 = %DriverDisk%,,,
[SourceDisksFiles]
; On Marvell installation disk 1
[DestinationDirs]
EGLW8100.XP.CopyFiles = 12
CF8381.XP.CopyFiles = 12
;===========================================================================
; Manufacturer and Model section
;===========================================================================
[Manufacturer]
%MRVL% = Marvell
[Marvell]
%EGLW8100.DeviceDesc% = EGLW8100.ndi, PCMCIA\Marvell_Semiconductor-Eagle_802.11b_PC_Card-FB97
%CF8385.DeviceDesc% = EGLW8100.ndi, PCMCIA\Marvell-88W8300_802.11g_PC_Card-507F ; CF8385
%CF8381.DeviceDesc% = CF8381.ndi, PCMCIA\Marvell-88W8300_802.11b_PC_Card-3A5F ; CF8381
;%CF8381.DeviceDesc% = EGLW8100.ndi, PCMCIA\Marvell-88W8300_802.11b_PC_Card-3A5F ; CF8381
;===========================================================================
; ControlFlags section
;===========================================================================
[ControlFlags]
;ExcludeFromSelect = PCI\VEN_11AB&DEV_1FA4&SUBSYS_830111AB
ExcludeFromSelect = PCI\VEN_11AB&DEV_1FA4
;***************************************************************************
;***************************************************************************
;**
;** CF8385 PC Card/Compact Flash Win XP DDInstall section
;**
;***************************************************************************
;***************************************************************************
[EGLW8100.ndi]
Characteristics = 0x84
BusType = 8 ; PCMCIA BUS.
AddReg = EGLW8100.reg, EGLW8100_MIB.reg
CopyFiles = EGLW8100.XP.CopyFiles
[EGLW8100.ndi.LogConfigOverride]
LogConfig = EGLW8100.LogConfig0
[EGLW8100.reg]
HKR, Ndi, Service, 0, "EGLW8100"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[EGLW8100.XP.CopyFiles]
CF8385PN.sys,,,2
[EGLW8100.ndi.Services]
AddService = EGLW8100, 2, EGLW8100.Service, CommonXP.EventLog
[EGLW8100.Service]
;DisplayName = %EGLW8100.Service.DispName%
DisplayName = %CF83xx.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\CF8385PN.sys
LoadOrderGroup = NDIS
[EGLW8100.LogConfig0]
ConfigPriority = Normal
;MemConfig = 400@0-FFFFF800 ; added to tweak CIS config registers
IOConfig = 48@400-F000%F800 ;
IRQConfig = LS:3,4,5,7,9,10,11,12,14,15 ; IRQ PDM: Added share flag.
PCCardConfig = 41(W A) ; 16 bit IO, Attribute memory
;***************************************************************************
;**
;** Common event log registration.
;**
;***************************************************************************
;***************************************************************************
[CommonXP.EventLog]
AddReg = CommonXP.AddEventLog.reg
[CommonXP.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;===========================================================================
; W8100 CF common, MIB can be defined here
;===========================================================================
[EGLW8100_MIB.reg]
HKR, Ndi\params\FragThsd, ParamDesc,0 , "%FragThsds%"
HKR, Ndi\params\FragThsd, default, 0 , 2346
HKR, Ndi\params\FragThsd, min, 0 , "256"
HKR, Ndi\params\FragThsd, max, 0 , "2346"
HKR, Ndi\params\FragThsd, step, 0 , "1"
HKR, Ndi\params\FragThsd, Base, 0 , "10"
HKR, Ndi\params\FragThsd, type, 0 ,"dword"
HKR, Ndi\params\RTSThsd, ParamDesc, 0, "%RTSThsds%"
HKR, Ndi\params\RTSThsd, default, 0, "2346"
HKR, Ndi\params\RTSThsd, min, 0, "0"
HKR, Ndi\params\RTSThsd, max, 0, "2346"
HKR, Ndi\params\RTSThsd, step, 0, "1"
HKR, Ndi\params\RTSThsd, Base, 0, "10"
HKR, Ndi\params\RTSThsd, type, 0, "dword"
HKR, Ndi\params\PowerMode,ParamDesc,,"%PowerMode%"
HKR, Ndi\params\PowerMode,default,,"0"
HKR, Ndi\params\PowerMode,type,,enum
HKR, Ndi\params\PowerMode\enum,"0",,"CAM (Constantly Awake Mode)"
HKR, Ndi\params\PowerMode\enum,"1",,"Max PSP (Max Power Savings)"
HKR, Ndi\params\ExtendedScan,ParamDesc,,"%ExtendedScan%"
HKR, Ndi\params\ExtendedScan,default,,"0"
HKR, Ndi\params\ExtendedScan,type,,enum
HKR, Ndi\params\ExtendedScan\enum,"0",,"Disable"
HKR, Ndi\params\ExtendedScan\enum,"1",,"Enable"
;===========================================================================
; Strings section
;===========================================================================
[Strings]
FragThsds = "Fragamentation Threshold"
DataRate = "Data Rate"
RTSThsds = "RTS Threshold"
AuthMode = "Authentication Mode"
NetWorkMode = "Operation Mode"
WepStatus = "WEP Status"
DesiredSSID = "SSID"
Prmble = "Preamble Selection"
PowerMode = "Power Save Mode"
TESTMODE = "Run driver in test mode"
TESTMODETEST = "Test to run in test mode"
TESTMODECHANNEL = "Test mode channel"
ExtendedScan = "Extended Scan"
Msft = "Microsoft"
MRVL = "Marvell"
DriverDisk = "Marvell installation disk 1"
W8100PCIXP.DeviceDesc = "Marvell 88W8300 802.11b CardBus"
EGLW8100.DeviceDesc = "Marvell W8100 802.11b PC Card/Compact Flash"
CF8381.DeviceDesc = "Marvell CF8381 802.11b CF Card"
CF8385.DeviceDesc = "Marvell CF8385 802.11g CF Card"
W8100PCIXP.Service.DispName = "Marvell 88W8300 802.11b CardBus Driver for Windows XP"
EGLW8100.Service.DispName = "Marvell W8100 802.11b PC Card/Compact Flash for Windows XP"
CF83xx.Service.DispName = "Marvell CF83XX 802.11 CF Card"
CF8381.Service.DispName = "Marvell CF8381 802.11 CF Card"
CF8385.Service.DispName = "Marvell CF8385 802.11g CF Card"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -