28b06a1e3e4ce8aedf96107c99681a8687ebc1fe
[coreboot.git] / src / mainboard / getac / p470 / acpi / ich7_pci_irqs.asl
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
19  * MA 02110-1301 USA
20  */
21
22 /* This is board specific information: IRQ routing for the 
23  * 0:1e.0 PCI bridge of the ICH7
24  */
25
26 If (PICM) {
27         Return (Package() {
28                 Package() { 0x0005ffff, 0, 0, 16},
29                 Package() { 0x0005ffff, 1, 0, 17},
30                 Package() { 0x0005ffff, 2, 0, 18},
31                 Package() { 0x0005ffff, 4, 0, 19} // ?? 4 ??
32         })
33 } Else {
34         Return (Package() {
35                 Package() { 0x0005ffff, 0, \_SB.PCI0.LPCB.LNKA, 0},
36                 Package() { 0x0005ffff, 1, \_SB.PCI0.LPCB.LNKB, 0},
37                 Package() { 0x0005ffff, 2, \_SB.PCI0.LPCB.LNKC, 0},
38                 Package() { 0x0005ffff, 4, \_SB.PCI0.LPCB.LNKD, 0}, // Really 4??
39         })
40 }
41