Ticket #185: acpi.cfg

File acpi.cfg, 2.0 KB (added by Chuck McKinnis, 16 years ago)
Line 
1;============================================================================
2; this is a comment
3;============================================================================
4; Configuration file for acpisnp.snp
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 table from file
20;   Format:
21;   FILE F
22;   Where F is the filename without path and drive letter.
23;   Put it to the directory: \os2\boot
24;   You can load only one file
25;
26;============================================================================
27;FILE ACPITBL.DAT
28;============================================================================
29;
30; Set IRQ to link (irq router)
31; Format:
32; LINK NAME x
33; Where NAME is ACPI name from ACPI tree, x IRQ number which is to set
34; possible format for x. Digit (11) , Hexadecimal (0xA), Octal ( 013 )
35; if x = 0, this link will disable
36;============================================================================
37LINK LNKA 11
38LINK LNKB 11
39LINK LNKC 11
40LINK LNKD 11
41LINK LNKE 11
42LINK LNKF 11
43LINK LNKG 11
44LINK LNKH 11
45;============================================================================
46;
47; evaluate this path
48; Format:
49; EVALUATE NAME:TypeValue
50; Where NAME is ACPI name from ACPI tree (Full path)
51; Type - type of value, possible I for integer, N for none
52; Value - Value if need
53;============================================================================
54;EVALUATE \_PIC:I1
55;
56;ASUS A6Ja notebook: 
57;EVALUATE \_SB_.ATKP:I1
58;
59;============================================================================