tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / getac / p470 / acpi / ich7_pci_irqs.asl
blob8a926cb9840662edbe3f6a24a0ed90b0031bdd05
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  */
17 /* This is board specific information: IRQ routing for the
18  * 0:1e.0 PCI bridge of the ICH7
19  */
21 If (PICM) {
22         Return (Package() {
23                 Package() { 0x0005ffff, 0, 0, 16},
24                 Package() { 0x0005ffff, 1, 0, 17},
25                 Package() { 0x0005ffff, 2, 0, 18},
26                 Package() { 0x0005ffff, 4, 0, 19} // ?? 4 ??
27         })
28 } Else {
29         Return (Package() {
30                 Package() { 0x0005ffff, 0, \_SB.PCI0.LPCB.LNKA, 0},
31                 Package() { 0x0005ffff, 1, \_SB.PCI0.LPCB.LNKB, 0},
32                 Package() { 0x0005ffff, 2, \_SB.PCI0.LPCB.LNKC, 0},
33                 Package() { 0x0005ffff, 4, \_SB.PCI0.LPCB.LNKD, 0}, // Really 4??
34         })