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 | ;============================================================================
|
---|
37 | ;
|
---|
38 | LINK LNKA 4
|
---|
39 | LINK LNKB 5
|
---|
40 | LINK LNKC 9
|
---|
41 | LINK LNKD 11
|
---|
42 | ;;LINK LNKB 0xA
|
---|
43 | ;============================================================================
|
---|
44 | ;
|
---|
45 | ; evaluate this path
|
---|
46 | ; Format:
|
---|
47 | ; EVALUATE NAME:TypeValue
|
---|
48 | ; Where NAME is ACPI name from ACPI tree (Full path)
|
---|
49 | ; Type - type of value, possible I for integer, N for none
|
---|
50 | ; Value - Value if need
|
---|
51 | ;============================================================================
|
---|
52 | ;EVALUATE \_PIC:I1
|
---|
53 | ;
|
---|
54 | ;ASUS A6Ja notebook:
|
---|
55 | ;EVALUATE \_SB_.ATKP:I1
|
---|
56 | ;
|
---|
57 | ;============================================================================
|
---|