.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * pci_irq.c - ACPI PCI Interrupt Routing ($Revision: 11 $) |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Copyright (C) 2002 Dominik Brodowski <devel@brodo.de> |
---|
7 | 8 | * (c) Copyright 2008 Hewlett-Packard Development Company, L.P. |
---|
8 | 9 | * Bjorn Helgaas <bjorn.helgaas@hp.com> |
---|
9 | | - * |
---|
10 | | - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
11 | | - * |
---|
12 | | - * This program is free software; you can redistribute it and/or modify |
---|
13 | | - * it under the terms of the GNU General Public License as published by |
---|
14 | | - * the Free Software Foundation; either version 2 of the License, or (at |
---|
15 | | - * your option) any later version. |
---|
16 | | - * |
---|
17 | | - * This program is distributed in the hope that it will be useful, but |
---|
18 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
19 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
20 | | - * General Public License for more details. |
---|
21 | | - * |
---|
22 | | - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
23 | 10 | */ |
---|
24 | 11 | |
---|
25 | 12 | |
---|
.. | .. |
---|
188 | 175 | * configure the IRQ assigned to this slot|dev|pin. The 'source_index' |
---|
189 | 176 | * indicates which resource descriptor in the resource template (of |
---|
190 | 177 | * the link device) this interrupt is allocated from. |
---|
191 | | - * |
---|
| 178 | + * |
---|
192 | 179 | * NOTE: Don't query the Link Device for IRQ information at this time |
---|
193 | 180 | * because Link Device enumeration may not have occurred yet |
---|
194 | 181 | * (e.g. exists somewhere 'below' this _PRT entry in the ACPI |
---|