mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
32d615fc10
Windows has all its network drivers inf files in 8.3. This is an addendum to 0.4.15-dev-52-g019f21ee1d
which moved us further away from our target. The commit on its own was a good idea actually to get the inf into the drivers directory and therefore simplifies adding and excluding drivers more locally (e.g. excluding works by adding a single hashtag within the specific drivers CMakeLists.txt now). But that cool feature doesn't require us to move away from our target. For the record: The historic netrtpnt.inf and netisa.inf (both 8.3) have been merged to netne2000.inf (not 8.3) by 0.4.15-dev-2763-g6924b8ff39
Unification of that was cool too, but again: 8.3 is superior. Therefore netne.inf for that. Worst of all: Since the .inf files did contain their filename within a comment also, that means the historic renaming by the mentioned commit invalidated that comment. netamd.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g019f21ee1d
netrtl.inf fixed by restoring the ancient filename before 0.4.15-dev-52-g019f21ee1d
netne.inf I fixed the comment manually.
68 lines
1.4 KiB
INI
68 lines
1.4 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]
|
|
; Non-localizable
|
|
ReactOS = "ReactOS Project"
|
|
|
|
AMDMfg = "AMD"
|
|
|
|
; Localizable
|
|
PCNET.DeviceDesc = "AMD PCnet Am79C970 PCI Ethernet Adapter"
|
|
|
|
[Strings.0415]
|
|
PCNET.DeviceDesc = "Karta AMD PCnet Am79C970 PCI Ethernet Adapter"
|