mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Small fixes in descriptions, fix typos, sort by alphabetical order
svn path=/trunk/; revision=18691
This commit is contained in:
parent
2eeb25af10
commit
5c6c2bf52d
1 changed files with 16 additions and 27 deletions
|
@ -26,24 +26,24 @@ HKR, , Icon, 0, "-27"
|
||||||
%IntelMfg% = IntelMfg
|
%IntelMfg% = IntelMfg
|
||||||
|
|
||||||
[IntelMfg]
|
[IntelMfg]
|
||||||
%PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7190 ;Intel 440LX
|
|
||||||
%PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7192 ;Intel 440BX
|
|
||||||
%PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7113
|
|
||||||
|
|
||||||
; DO NOT INSTALL ISAPNP -> FREEZES SYSTEM
|
; DO NOT INSTALL ISAPNP -> FREEZES SYSTEM
|
||||||
;%PCI\VEN_8086&DEV_7110.DeviceDesc% = Intel_PCI_ISA_Inst, PCI\VEN_8086&DEV_7110
|
;%PCI\VEN_8086&DEV_7110.DeviceDesc% = Intel_PCI_ISA_Inst, PCI\VEN_8086&DEV_7110
|
||||||
%PCI\VEN_8086&DEV_7110.DeviceDesc% = INO_DRV, PCI\VEN_8086&DEV_7110
|
%PCI\VEN_8086&DEV_7110.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7110
|
||||||
|
%PCI\VEN_8086&DEV_7113.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7113
|
||||||
|
%PCI\VEN_8086&DEV_7180.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7180
|
||||||
|
%PCI\VEN_8086&DEV_7190.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7190
|
||||||
|
%PCI\VEN_8086&DEV_7192.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_7192
|
||||||
|
|
||||||
[GenericMfg]
|
[GenericMfg]
|
||||||
%*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03
|
%*PNP0001.DeviceDesc% = NO_DRV_Inst, *PNP0001
|
||||||
%*PNP0100.DeviceDesc% = NO_DRV_Inst, *PNP0100
|
%*PNP0100.DeviceDesc% = NO_DRV_Inst, *PNP0100
|
||||||
%*PNP0200.DeviceDesc% = NO_DRV_Inst, *PNP0200
|
%*PNP0200.DeviceDesc% = NO_DRV_Inst, *PNP0200
|
||||||
%*PNP0800.DeviceDesc% = NO_DRV_Inst, *PNP0800
|
%*PNP0800.DeviceDesc% = NO_DRV_Inst, *PNP0800
|
||||||
|
%*PNP0A03.DeviceDesc% = PCI_Inst,*PNP0A03
|
||||||
%*PNP0A05.DeviceDesc% = NO_DRV_Inst, *PNP0A05
|
%*PNP0A05.DeviceDesc% = NO_DRV_Inst, *PNP0A05
|
||||||
%*PNP0B00.DeviceDesc% = NO_DRV_Inst, *PNP0B00
|
%*PNP0B00.DeviceDesc% = NO_DRV_Inst, *PNP0B00
|
||||||
%*PNP0C02.DeviceDesc% = NO_DRV_Inst, *PNP0C02
|
%*PNP0C02.DeviceDesc% = NO_DRV_Inst, *PNP0C02
|
||||||
%*PNP0001.DeviceDesc% = NO_DRV_Inst, *PNP0001
|
%ACPI\FixedButton.DeviceDesc% = NO_DRV, ACPI\FixedButton
|
||||||
%ACPI\FixedButton.DeviceDesc% = NO_DRV_Inst, ACPI\FixedButton
|
|
||||||
%PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
|
%PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
|
||||||
|
|
||||||
;---------------------------- NO DRIVER REQ -----------------------------
|
;---------------------------- NO DRIVER REQ -----------------------------
|
||||||
|
@ -53,16 +53,6 @@ HKR, , Icon, 0, "-27"
|
||||||
[NO_DRV.Services]
|
[NO_DRV.Services]
|
||||||
AddService = , 0x00000002
|
AddService = , 0x00000002
|
||||||
|
|
||||||
[NO_DRV_Inst]
|
|
||||||
AddReg = NO_DRV_Inst_REG
|
|
||||||
|
|
||||||
[NO_DRV_Inst.Services]
|
|
||||||
AddService = , 0x00000002
|
|
||||||
|
|
||||||
[NO_DRV_Inst_REG]
|
|
||||||
HKR,,ResourcePickerExceptions,0,"IO@0-0xFF:*;IO:HAL,MBRES;IRQ:HAL,*"
|
|
||||||
HKR,,ResourcePickerTags,0,"MBRES"
|
|
||||||
|
|
||||||
;----------------------------- INTEL DRIVER -----------------------------
|
;----------------------------- INTEL DRIVER -----------------------------
|
||||||
|
|
||||||
[Intel_PCI_ISA_Inst]
|
[Intel_PCI_ISA_Inst]
|
||||||
|
@ -106,21 +96,20 @@ ReactOS = "ReactOS Team"
|
||||||
SystemClassName = "System devices"
|
SystemClassName = "System devices"
|
||||||
|
|
||||||
GenericMfg = "(Generic system devices)"
|
GenericMfg = "(Generic system devices)"
|
||||||
IntelMfg = "Intel"
|
*PNP0001.DeviceDesc = "EISA programmable interrupt controller"
|
||||||
|
|
||||||
*PNP0A03.DeviceDesc = "PCI bus"
|
*PNP0A03.DeviceDesc = "PCI bus"
|
||||||
|
*PNP0A05.DeviceDesc = "Generic ACPI bus"
|
||||||
|
*PNP0B00.DeviceDesc = "AT real-time clock"
|
||||||
*PNP0100.DeviceDesc = "System timer"
|
*PNP0100.DeviceDesc = "System timer"
|
||||||
*PNP0200.DeviceDesc = "DMA controller"
|
*PNP0200.DeviceDesc = "DMA controller"
|
||||||
*PNP0800.DeviceDesc = "System speaker"
|
*PNP0800.DeviceDesc = "System speaker"
|
||||||
*PNP0A05.DeviceDesc = "Generic ACPI bus"
|
|
||||||
*PNP0b00.DeviceDesc = "AT real-time clock"
|
|
||||||
*PNP0C02.DeviceDesc = "Motherboard resources"
|
*PNP0C02.DeviceDesc = "Motherboard resources"
|
||||||
*PNP0001.DeviceDesc = "EISA programmable interrupt controller"
|
ACPI\FixedButton.DeviceDesc ="ACPI Fixed Feature Button"
|
||||||
|
|
||||||
ACPI\FixedButton.DeviceDesc=" ACPI Fixed Feature Button"
|
|
||||||
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
|
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
|
||||||
|
|
||||||
PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX Pentium(R) II CPU to PCI-Bridge"
|
IntelMfg = "Intel"
|
||||||
PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX Pentium(R) II CPU to PCI-Bridge"
|
PCI\VEN_8086&DEV_7180.DeviceDesc = "Intel 82443LX/EX Pentium(R) II CPU to PCI-Bridge"
|
||||||
|
PCI\VEN_8086&DEV_7190.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
|
||||||
|
PCI\VEN_8086&DEV_7192.DeviceDesc = "Intel 82443BX/ZX/DX Pentium(R) II CPU to PCI-Bridge"
|
||||||
PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
|
PCI\VEN_8086&DEV_7113.DeviceDesc = "Intel 82371AB/EB Power Management Controller"
|
||||||
PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge"
|
PCI\VEN_8086&DEV_7110.DeviceDesc = "Intel 82371AB/EB PCI to ISA Bridge"
|
Loading…
Reference in a new issue