Ticket #398: acpi.cfg

File acpi.cfg, 2.3 KB (added by Lars Erdmann, 15 years ago)

acpi config used in conjunction with acpi316full.zip

Line 
1;============================================================================
2; this is a comment
3;============================================================================
4; Configuration file for acpi.psd
5; must be in \os2\boot
6;============================================================================
7; Use IRQn instead IRQm in APIC
8;   Format:
9;   REMAP N TO M
10;   Where N source IRQ in APIC , M - IRQ to set for Kernel
11;   possible format for N and M. Digit (17) , Hexadecimal (0x11), Octal ( 021 )
12;
13; For this "Use IRQ5 instead IRQ19 in APIC",
14;============================================================================
15; REMAP 19 TO 5
16; REMAP 0x13 TO 05
17;============================================================================
18;
19; Reload DSDT from this file
20;   Format:
21;   FILE F
22;   Where F file name w/o path and drive letter. File must be in \os2\boot.
23;   Only one file possible for load
24;
25;============================================================================
26;FILE ACPITBL.DAT
27;============================================================================
28;
29; Set IRQ to link (irq router)
30; Format:
31; LINK NAME x
32; Where NAME is ACPI name from ACPI tree, x IRQ number which is to set
33; possible format for x. Digit (11) , Hexadecimal (0xA), Octal ( 013 )
34; if x = 0, this link will disable
35;============================================================================
36; LINK LNKF 14
37LINK LNKE 5
38;============================================================================
39;
40; evaluate this path
41; Format:
42; EVALUATE NAME:TypeValue
43; Where NAME is ACPI name from ACPI tree (Full path)
44; Type - type of value, possible I for integer, N for none
45; Value - Value if need
46;============================================================================
47;EVALUATE \_PIC:I1
48;EVALUATE \_SB_.ATKP:I1
49;
50;============================================================================
51;
52; Filled IRQ's numbers from PCI config space to IRQ's numbers after ACPI
53; PCI scanner
54;
55; Format:
56; PCIasACPI
57;============================================================================
58;PCIasACPI
59;============================================================================
60; Embbeded controller in polling mode, by default in interrupt mode
61;============================================================================
62;Polling
63;