mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
950c86fb4c
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
81 lines
1.5 KiB
INI
81 lines
1.5 KiB
INI
; NETAMD.INF
|
||
|
||
; Installation file for PCI network cards with VendorID=1022 (AMD)
|
||
|
||
[Version]
|
||
Signature = "$Windows NT$"
|
||
;Signature = "$ReactOS$"
|
||
LayoutFile = layout.inf
|
||
Class = Net
|
||
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
|
||
Provider = %ReactOS%
|
||
DriverVer = 02/15/2001,1.02
|
||
|
||
[DestinationDirs]
|
||
DefaultDestDir = 12
|
||
|
||
[Manufacturer]
|
||
%AMDMfg% = AMDMfg
|
||
|
||
[AMDMfg]
|
||
%PCNET.DeviceDesc% = PCNet_Inst.ndi,PCI\VEN_1022&DEV_2000
|
||
|
||
;----------------------------- PCNET DRIVER -----------------------------
|
||
|
||
[PCNet_Inst.ndi.NT]
|
||
Characteristics = 0x4 ; NCF_PHYSICAL
|
||
BusType = 5 ; PCIBus
|
||
AddReg = PCNet_AddReg.NT
|
||
CopyFiles = PCNet_CopyFiles.NT
|
||
|
||
[PCNet_AddReg.NT]
|
||
HKR,,BUS_TO_SCAN,,"ALL"
|
||
HKR,,BUSTIMER,,"0"
|
||
HKR,,EXTPHY,,"0"
|
||
HKR,,FDUP,,"0"
|
||
HKR,,LED0,,"10000"
|
||
HKR,,LED1,,"10000"
|
||
HKR,,LED2,,"10000"
|
||
HKR,,LED3,,"10000"
|
||
HKR,,MPMODE,,"0"
|
||
HKR,,TP,,"1"
|
||
|
||
[PCNet_CopyFiles.NT]
|
||
pcnet.sys
|
||
|
||
[PCNet_Inst.ndi.NT.Services]
|
||
AddService = PCNet, 0x00000002, PCNet_Service_Inst
|
||
|
||
[PCNet_Service_Inst]
|
||
ServiceType = 1
|
||
StartType = 3
|
||
ErrorControl = 0
|
||
ServiceBinary = %12%\pcnet.sys
|
||
LoadOrderGroup = NDIS
|
||
|
||
;-------------------------------- STRINGS -------------------------------
|
||
|
||
[Strings]
|
||
ReactOS = "ReactOS Team"
|
||
|
||
AMDMfg = "Advanced Micro Devices (AMD)"
|
||
PCNET.DeviceDesc = "AMD 79c970 [PCnet32 LANCE]"
|
||
|
||
[Strings.0a]
|
||
ReactOS = "Equipo de ReactOS"
|
||
|
||
[Strings.0415]
|
||
ReactOS = "Ekipa ReactOS"
|
||
|
||
[Strings.0418]
|
||
ReactOS = "Echipa ReactOS"
|
||
|
||
[Strings.0419]
|
||
ReactOS = "Команда ReactOS"
|
||
|
||
[Strings.041f]
|
||
ReactOS = "ReactOS Takımı"
|
||
|
||
[Strings.0422]
|
||
ReactOS = "Команда ReactOS"
|