mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Supports a few more ACPI devices
Patch by Cameron Gutman (aicommander at gmail dot com) svn path=/trunk/; revision=28799
This commit is contained in:
parent
fe58401893
commit
4cb8151f10
1 changed files with 5 additions and 1 deletions
|
@ -40,6 +40,7 @@ HKR, , Icon, 0, "-27"
|
|||
%*PNP0C04.DeviceDesc% = NO_DRV,*PNP0C04
|
||||
%*PNP0C0B.DeviceDesc% = NO_DRV,*PNP0C0B
|
||||
%*PNP0C0C.DeviceDesc% = NO_DRV,*PNP0C0C
|
||||
%*PNP0C0D.DeviceDesc% = NO_DRV,*PNP0C0D
|
||||
%*PNP0C0E.DeviceDesc% = NO_DRV,*PNP0C0E
|
||||
%*PNP0C0F.DeviceDesc% = NO_DRV,*PNP0C0F
|
||||
|
||||
|
@ -47,6 +48,7 @@ HKR, , Icon, 0, "-27"
|
|||
%PCI\CC_0600.DeviceDesc% = NO_DRV,PCI\CC_0600
|
||||
%PCI\CC_0601.DeviceDesc% = PCI_ISA_Inst,PCI\CC_0601
|
||||
%PCI\CC_0604.DeviceDesc% = PCI_Inst,PCI\CC_0604
|
||||
%*ThermalZone.DeviceDesc% = NO_DRV,*ThermalZone
|
||||
|
||||
[IntelMfg]
|
||||
%*INT0800.DeviceDesc% = NO_DRV,*INT0800
|
||||
|
@ -125,12 +127,14 @@ GenericMfg = "(Generic system devices)"
|
|||
*PNP0C04.DeviceDesc = "Math coprocessor"
|
||||
*PNP0C0B.DeviceDesc = "ACPI fan"
|
||||
*PNP0C0C.DeviceDesc = "ACPI power button device"
|
||||
*PNP0C0D.DeviceDesc = "ACPI lid"
|
||||
*PNP0C0E.DeviceDesc = "ACPI sleep button device"
|
||||
*PNP0C0F.DeviceDesc = "PCI interrupt link device"
|
||||
ACPI\FixedButton.DeviceDesc ="ACPI Fixed Feature Button"
|
||||
ACPI\FixedButton.DeviceDesc = "ACPI fixed feature button"
|
||||
PCI\CC_0600.DeviceDesc = "Standard CPU to PCI bridge"
|
||||
PCI\CC_0601.DeviceDesc = "Standard PCI to ISA bridge"
|
||||
PCI\CC_0604.DeviceDesc = "Standard PCI to PCI bridge"
|
||||
*ThermalZone.DeviceDesc = "ACPI thermal zone"
|
||||
|
||||
IntelMfg = "Intel"
|
||||
*INT0800.DeviceDesc = "Intel 82802 Firmware Hub Device"
|
||||
|
|
Loading…
Reference in a new issue