⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netrtl8139.inf

📁 Realtek8139小端口网卡驱动程序源代码
💻 INF
字号:
; netRTL8139.INF
;
; Dual .INF file for RTL8139 Network Adapter
;
; Copyright (c) 2000

[version]
signature="$CHICAGO$"
Class=Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Mfg%
Compatible  = 1
DriverVer   = 12/12/2004, 1.0.0.0
; Millenium exclusive suffix
MillenniumPreferred = .me
;CatalogFile = ... add for WHQL ...

[Manufacturer]
%Mfg%=Models

[ControlFlags]
// Note: Uncomment next line if your NIC is not to be installed manually
;ExcludeFromSelect = PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC&REV_10 	

[Models]
; Note 1. Optionally, add more NIC models supported by this file
;
; DisplayName        Section           hw-id
; -----------        -------           ------
%*RTL8139.devicedesc%=*rtl8139.ndi, PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC&REV_10

;-------------------------------------------------------------
; Win2K
[*rtl8139.ndi.NT]
AddReg = rtl8139.w2k.reg, RTL8139.params.reg
CopyFiles = rtl8139.w2k.CopyFiles
;
Characteristics = 0x84 ; NCF_ flagsBusType = 5 ; PCI
    ;Characteristics = 0x84			; NCF_HAS_UI & NCF_PHYSICAL
    ;BusType	        = 1			; ISA


;-------------------------------------------------------------
; Win2K
[*rtl8139.ndi.NT.Services]
AddService = rtl8139, 2, rtl8139.Service, rtl8139.EventLog

;-------------------------------------------------------------
; Win2K
[rtl8139.w2k.reg]
HKR, Ndi, Service, 0,"RTL8139"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

;HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"	

;-------------------------------------------------------------------------------
; W9X Install Section
;
[*RTL8139.ndi]
AddReg=*RTL8139.ndi.reg, RTL8139.ndi.reg, RTL8139.params.reg
;

;-------------------------------------------------------------------------------
; PnP ID section for W9X
[*RTL8139.ndi.reg]
HKR,Ndi,DeviceID,,"*RTL8139"	

[RTL8139.ndi.reg]
; Forced W9X install section
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,rtl8139.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"rtl8139"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange,,"ethernet"
HKR, Ndi\Interfaces, DefLower,,"ethernet"

;HKR,Ndi\Interfaces,DefLower,,"ethernet"
;HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; Install sections
HKR,Ndi\Install,ndis5,,"rtl8139.ndis5"


; Install NDIS
[rtl8139.ndis5]
CopyFiles=rtl8139.w9x.CopyFiles

[rtl8139.w9x.CopyFiles]
rtl8139.sys

[rtl8139.w2k.CopyFiles]
rtl8139.sys

;-----------------------------------------------------------
; Sources
[SourceDisksNames]
99=%rtl8139_disk%,"",0

[SourceDisksFiles]
rtl8139.sys = 99

;-----------------------------------------------------------
; Destination Dir
[DestinationDirs]
DefaultDestDir            =11 ; system dir
rtl8139.w9x.CopyFiles    =11 ; 9X:  windows\system
rtl8139.w2k.CopyFiles    =12 ; W2K: system32\drivers

;-------------------------------------------------------------------------------
; Optional Custom Parameters in the Registry ("Advanced" menu).
[RTL8139.params.reg]
; For example:
HKR, Ndi\params\Mode,                ParamDesc,       0, %Mode%
HKR, Ndi\params\Mode,                type,            0, "enum"
HKR, Ndi\params\Mode,                default,         0, "Default"
HKR, Ndi\params\Mode\enum,           Default, 0, %Mode_basic%
HKR, Ndi\params\Mode\enum,           Cool,    0, %Mode_cool%

;------------------------------------------------------------
; W2K Service entry, log, etc.
[rtl8139.Service]
DisplayName     = %rtl8139.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\rtl8139.sys
LoadOrderGroup  = NDIS

[rtl8139.EventLog]
AddReg = rtl8139.AddEventLog.reg

[rtl8139.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

;-------------------------------------------------------------------------------
; Localizable Strings
;
[strings]
Mfg="Group 10"
*RTL8139.DeviceDesc="Group 10's RTL8139 Network Adapter"
DriverNetworks = "Compuware NuMega V1.0"      
rtl8139.devicedesc   = "Group 10's RTL8139 Network Adapter"
rtl8139.Service.DispName = "Group 10's RTL8139 Network Adapter"
Mode = "Sample Parameter"
Mode_basic = "Basic"
Mode_cool = "Cool"
rtl8139_disk = "RTL8139 Driver Install Disk"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -