Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / iwill / dk8_htx / acpi / htx_no_ioapic.asl
1 /*
2  * Copyright 2006 AMD
3  */
4
5             Device (HTXA)
6             {
7                 /*  HTX */
8                 Method (_ADR, 0, NotSerialized)
9                 {
10                         Return (DADD(GHCD(HCIN, 0), 0x00000000))
11                 }
12
13                 Method (_PRW, 0, NotSerialized)
14                 {
15                     If (CondRefOf (\_S3, Local0)) { Return (Package (0x02) { 0x29, 0x03 }) }
16                     Else { Return (Package (0x02) { 0x29, 0x01 }) }
17                 }
18
19             }
20