mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
ba6946b66b
Fixes a bug in msmouse.inf missing " at begin of last string in section [Strings.0416]. partial pick of 0.4.15-dev-1105-gd50cbb6eed
(only the changes in msmouse.inf were picked) (#3173) ------------ in releases/0.4.7 to releases/0.4.11 the whole section [Strings.0415] existed twice in NET_NIC.inf, deleting one of them entirely is not an oopsie, and does just reflect the state of the newer branches! ------------ partial pick of 0.4.15-dev-4867-gbbccad0ed6
Deduplicate the "ReactOS =" strings, they are non-localizable now CORE-18191. I intentionally left out the "ReactOS team"->"ReactOS project" part here. ------------ full pick of 0.4.15-dev-309-g7c8d5635aa
[PROCESSR][INF] Fix "Intel Intel" duplication typos which was an addendum to3509318521
== SVN r46465 ------------ also ported back deduplication of some manufacturer strings. ------------ all changes to shortcuts.inf and syssetup.inf.tpl are exclusively stripping EOL-whitespace, no other changes in those files. ------------ the only part that was not picked from master is the stripped 's' in disk.inf, which is possible, because the file has been replaced altogether in master by an MS file.
97 lines
3.1 KiB
INI
97 lines
3.1 KiB
INI
; NETRTL.INF
|
||
|
||
; Installation file for Realtek-based NICs
|
||
|
||
[Version]
|
||
Signature = "$Windows NT$"
|
||
;Signature = "$ReactOS$"
|
||
LayoutFile = layout.inf
|
||
Class = Net
|
||
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
|
||
Provider = %ReactOS%
|
||
DriverVer = 07/03/2013,1.00
|
||
|
||
[DestinationDirs]
|
||
DefaultDestDir = 12
|
||
|
||
[Manufacturer]
|
||
%RealtekMfg% = RealtekMfg
|
||
%AcctonMfg% = AcctonMfg
|
||
%DLinkMfg% = DLinkMfg
|
||
%LevelOneMfg% = LevelOneMfg
|
||
%CompaqMfg% = CompaqMfg
|
||
|
||
[RealtekMfg]
|
||
%Realtek8139.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_10EC&DEV_8139
|
||
%Realtek8139.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_10EC&DEV_8138
|
||
|
||
[AcctonMfg]
|
||
%AcctonEN1207D.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_1113&DEV_1211
|
||
%AcctonEN1207D.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_1113&DEV_9211
|
||
|
||
[DLinkMfg]
|
||
%DLinkDFE538TX.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_1186&DEV_1300
|
||
|
||
[LevelOneMfg]
|
||
%LevelOneFPC0106TX.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_018A&DEV_0106
|
||
|
||
[CompaqMfg]
|
||
%CompaqHNE300.DeviceDesc% = RTL8139_Inst.ndi,PCI\VEN_021B&DEV_8139
|
||
|
||
;----------------------------- RTL8139 DRIVER -----------------------------
|
||
|
||
[RTL8139_Inst.ndi.NT]
|
||
Characteristics = 0x4 ; NCF_PHYSICAL
|
||
BusType = 5 ; PCIBus
|
||
CopyFiles = RTL8139_CopyFiles.NT
|
||
|
||
[RTL8139_CopyFiles.NT]
|
||
rtl8139.sys
|
||
|
||
[RTL8139_Inst.ndi.NT.Services]
|
||
AddService = rtl8139, 0x00000002, RTL8139_Service_Inst
|
||
|
||
[RTL8139_Service_Inst]
|
||
ServiceType = 1
|
||
StartType = 3
|
||
ErrorControl = 0
|
||
ServiceBinary = %12%\rtl8139.sys
|
||
LoadOrderGroup = NDIS
|
||
|
||
;-------------------------------- STRINGS -------------------------------
|
||
|
||
[Strings]
|
||
ReactOS = "ReactOS Team"
|
||
|
||
RealtekMfg = "Realtek"
|
||
AcctonMfg = "Accton"
|
||
DLinkMfg = "D-Link"
|
||
LevelOneMfg = "LevelOne"
|
||
CompaqMfg = "Compaq"
|
||
|
||
Realtek8139.DeviceDesc = "Realtek RTL8139 Ethernet Adapter"
|
||
AcctonEN1207D.DeviceDesc = "Accton EN-1207D (RTL8139) Ethernet Adapter"
|
||
DLinkDFE538TX.DeviceDesc = "D-Link DFE-538TX (RTL8139) Ethernet Adapter"
|
||
LevelOneFPC0106TX.DeviceDesc = "LevelOne FPC-0106Tx (RTL8139) Ethernet Adapter"
|
||
CompaqHNE300.DeviceDesc = "Compaq HNE-300 (RTL8139C) Ethernet Adapter"
|
||
|
||
[Strings.0a]
|
||
Realtek8139.DeviceDesc = "Adaptador Ethernet Realtek RTL8139 "
|
||
AcctonEN1207D.DeviceDesc = "Adaptador Ethernet Accton EN-1207D (RTL8139)"
|
||
DLinkDFE538TX.DeviceDesc = "Adaptador Ethernet D-Link DFE-538TX (RTL8139)"
|
||
LevelOneFPC0106TX.DeviceDesc = "Adaptador Ethernet LevelOne FPC-0106Tx (RTL8139)"
|
||
CompaqHNE300.DeviceDesc = "Adaptador Ethernet Compaq HNE-300 (RTL8139C)"
|
||
|
||
[Strings.0418]
|
||
Realtek8139.DeviceDesc = "Adaptor Ethernet Realtek RTL8139"
|
||
AcctonEN1207D.DeviceDesc = "Adaptor Ethernet Accton EN-1207D (RTL8139)"
|
||
DLinkDFE538TX.DeviceDesc = "Adaptor Ethernet D-Link DFE-538TX (RTL8139)"
|
||
LevelOneFPC0106TX.DeviceDesc = "Adaptor Ethernet LevelOne FPC-0106Tx (RTL8139)"
|
||
CompaqHNE300.DeviceDesc = "Adaptor Ethernet Compaq HNE-300 (RTL8139C)"
|
||
|
||
[Strings.041f]
|
||
Realtek8139.DeviceDesc = "Realtek RTL8139 Ethernet Bağdaştırıcısı"
|
||
AcctonEN1207D.DeviceDesc = "Accton EN-1207D (RTL8139) Ethernet Bağdaştırıcısı"
|
||
DLinkDFE538TX.DeviceDesc = "D-Link DFE-538TX (RTL8139) Ethernet Bağdaştırıcısı"
|
||
LevelOneFPC0106TX.DeviceDesc = "LevelOne FPC-0106Tx (RTL8139) Ethernet Bağdaştırıcısı"
|
||
CompaqHNE300.DeviceDesc = "Compaq HNE-300 (RTL8139C) Ethernet Bağdaştırıcısı"
|